/* CSS Document */

body{
	margin:0px;
	background:#C9D4DD url(/images/bg.jpg) top repeat-x;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:link {
	color: #5E0B03;
}
a:visited {
	color: #5E0B03;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
#wraper{
background-color:#FFFFFF;
width:780px;
margin:0px auto 0px;
}
#page{
width:780px;
margin:0px auto 0px;
}
#header{
width:780px;
margin:0px;
height:116px;
}
#menu{
color:#FFFFFF;
background-image:url(../images/menubar.jpg);
background-repeat:repeat-x;
height:32px;
line-height:27px;
font-weight:bold;
padding:5px;
text-align:center;
text-transform:capitalize;
}


#content{
border:#FFEDF5; solid 2px;
width:756px;
padding:10px;
text-align:justify;
}
#footer{
background-image: url(../images/footer.jpg);
background-repeat:no-repeat;
height:82px;
width:780px;
margin:0px;
}
#siteinfo{
	text-align:center;
	height:82px;
	width:780px;
	margin:2px auto 0px;
	color:#000033;
}

#siteinfo a:link {
	color: #000033;
	text-decoration:none;
}
#siteinfo a:visited {
	color: #000033;
}
#siteinfo a:hover {
	color: #990000;
	text-decoration: underline;
}
#siteinfo a:active {
	color: #000033;
}

