/*
Based on YUI Reset CSS version 3.0.0
http://developer.yahoo.com/yui/3/cssreset/
*/

a {
	background-color: inherit;
	color: #04f;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #402626;
	text-decoration: underline;
}

abbr,acronym{
	border: 0;
	font-variant: normal;
}

address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{
	margin: 0;
	padding: 0;
}

caption,th{
	text-align: left;
}

em{
	font-style: italic;
}

fieldset,img{
	border: 0;
}

h1{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	color: #402626;
	background: #c8bfbf; /* original color d1b7b7 luminosity 184 */
	font-family: Garamond, "Times New Roman", Times,serif;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend{
	color: #000;
}

li{
	list-style: none;
}

p{
	margin:10px 0px;
	text-align: justify;
}

q:before,q:after{
	content: '';
}

strong{
	font-weight: bold;
}

sub{
	vertical-align: text-bottom;
}

sup{
	vertical-align: text-top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#container{
	font-size: 16px;
	margin: 60px auto 60px auto;
	text-align: center;
	width: 900px;
}

#content{
	float: left;
	margin: 0px;
	text-align: center;
	width: 700px;
}

#foot{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	margin: 0px auto;
}

#head{
	margin: 20px 0px;
	text-align: left;
}

#head a {
	background-color: inherit;
	color: #402626;
	outline-style: none;
	text-decoration: none;
}/*

#head a:hover {
	background-color: inherit;
	color: #402626;
	text-decoration: underline;
}*/

#lg_img{
	text-align: center;
}

#lg_img img{
	margin: 20px;
}

#menu{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 200px;
}

