@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: 0 0;
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }

a:hover, a:active
{
	color: #FFFFFF;
	background-color: #B52C07;
}

#container
{
	margin-top: 0;
	margin-bottom: 0;
	margin: 1em auto;
	width: 640px;
	text-align: left;
	height: 100%;
}

#contentcontainer
{
	margin: 0px;
	width: 640px;
	background-color:#751B1B;
}

#header
{
	width: 640px;
	height: 105px;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	border: 0px none #fff;
	font-color:#FFFFFF;
	position: relative;
	border-bottom: 0px solid #fff;
	text-align: left;
	vertical-align: bottom;
}
.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	clip: rect(auto,auto,auto,auto);
}



#mainnav  {
	width: inherit;
	padding: 0;
	background-image: url(../images/mainnav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 50px;
}

#picture {
	width: 341px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #751B1B;
}

#intro
{
	float: right;
	width: 289px;
	border-left:0px solid #000000;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #751B1B;
}

#content
{
	
	width: 620px;
	border-left:0px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	background-color: #751B1B;
}


#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
#bottom {


	width: 640px;
	height: 27px;
	background-image: url(../images/bottombar.png);
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 0px none #fff;
	border-bottom: 0px solid #fff;
	text-align: center;
	font-size: 8;
}

.style1 {
font-size: x-small

}

