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

body{
	background:url(../images/mainBG.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#303030;
}
.nav {
	color: #FFFFFF;
	text-shadow: #000000 3 3 2;
	font-variant: normal;
}
.bottomNav {
	background:url(../images/footerBG.png);
	background-position:bottom center;
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFFFFF;
	
}
.contHeader {
	color:#FFFFFF;
	padding:0px 10px;
	
}
.content {
	background:url(../images/edges.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:justify;
	padding:0px 10px;
}
.left {
	background:url(../images/edges.png);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:justify;
}
.right {
	background:url(../images/edges.png);
	background-position:top right;
	background-repeat:repeat-y;
	text-align:justify;
}
#header {
    float:left;
    width:100%;
    background:303030;
    font-size:93%;
    line-height:normal;
	text-align:right;
}
#header ul {
    margin:0;
    padding:0;
    list-style:none;
}
#header li {
    float:left;
    margin:0;
    padding:0;
}
#header a {
	display:block;
}