/* CSS Document */

body{
	font-family: verdana;
	background-image: url('images/bg2.gif');
	background-repeat: repeat-y x;
	background-position: top center;
	margin-top:0;
	margin:0;
	font-size:12px;
}
a{
	font-weight:bold;
	color:#fcfcfc;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.headerBox{
	margin-bottom: 0px;
}

.MainBox{
	background-color: #CF9E48;
	color:#8a0404;
	font-size: 12px;
	width: 760px;
	padding: 10px 20px 20px 20px;
}

.MainBox a:link {
	font-style:strong;
	color:#fcfcfc;
}
.MainBox a:visited{
	color:#d4d0A8;
}

.Mainbox a:hover {
	color:#d4d0A8;
}

.navbar{
	background-color: #8a0404;
	text-align:center;
	font-weight: bold;
	color:#cf9e48;
	font-size: 16px;
}

.navbar a:link {
	font-style:strong;
	color:#CF9E48;
}
.navbar a:visited{
	color:#d4d0A8;
}

.navbar a:hover {
	color:#d4d0A8;
}


h1{
	font-size: 150%;
	line-height: 1.2;
	color: #8a0404;
	font-family: Verdana, san-serif;
}

h2{
	font-size: 130%;
	line-height: 1.1;
	color: #D4D0A8;
	font-family: Verdana, san-serif;
}

.footer a:link {
	font-style:strong;
	color:#CF9E48;
}
.footer a:visited{
	color:#d4d0A8;
}

.footer a:hover {
	color:#d4d0A8;
}

.footer{
	background-color: #8a0404;
	text-align:center;
	font-weight: bold;
	color:#cf9e48;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

.allcontent{
	width: 800px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

img{
	border: 0;
}