html{color:#925945;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: georgia,garamond,serif; 
}

body {
	background: url('../images/bg.jpg') #f5e3b6 no-repeat top center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: georgia,garamond,serif;
	font-size:12px;
	color: #925945;
}


a:link { 
	color: #925945;
}

a:visited { 
	color: #925945; 
}

a:hover { 
	color: #70250a; 
}

a:active { 
	color: #70250a; 
} 

/*** Header Content ***/

.header {
	position:relative;
	width:785px;
	height:32px;
	margin:auto;
	padding-top: 50px;
}

.textlogo {
	position:absolute;
	left:7px;
} 

.logo { 
	position:absolute;
	top: 15px;
	right: 50px;
} 

/*** Menu Content ***/

.menu {
	position:absolute;
	margin-top: 0px;
	font-size: 10pt;
	right: 15px; 
} 

.menu a	{  
	color: #925945; 
	text-decoration:none; 
	padding:10px;
	margin-right:0px; 
}
 
.menu a:hover { 
	color: #70250a; 
	text-decoration:none; 
	padding:10px;
}

.menu li { 
	float:left; 
}



/*** Main Content ***/

.main { 
	position:relative;
	width:785px;
	height:710px;
	margin:auto;
}

.main1 { 
	position:absolute;
	top: 65px;
}

.main2 { 
	position:absolute;
	top: 470px;
	right: 5px;
}

.copy { 
	position:absolute;
	top: 375px;
	left: 30px;
	width: 385px;
}

.copy p{ 
	text-align:justify;
	margin-left: 3px;
}

.links { 
	position:absolute;
	top: 260px;
	right: 37px;
} 

.contact { 
	position:absolute;
	text-align: left;
}

.contact p{ 
	margin-bottom: 15px;
	font-size; 14px;
}

/*** Footer Content ***/

.footer { 
	width:785px;
	height:21px;
	margin: 0 auto;
}  

.footer a:link { 
	color: #925945; 
	font-size: 10px; 
	font-family: georgia,garamond,serif; 
	line-height: 10px; 
	text-decoration: none; 
	vertical-align: top;  
} 

.footer a:visited { 
	color: #925945; 
	font-size: 10px; 
	font-family: georgia,garamond,serif; 
	line-height: 10px; 
	text-decoration: none; 
	vertical-align: top; 
}

.footer a:hover { 
	color: #70250a; 
	font-size: 10px; 
	font-family: georgia,garamond,serif; 
	line-height: 10px; 
	text-decoration: none; 
	vertical-align: top; 
}

