body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-image:url(../img/bodybg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#CCC;
}
 a:hover{
	 text-decoration:underline;}
a img{
	text-decoration:none;
	border:4px solid #222;
	margin:5px;
}

a img:hover{
	text-decoration:none;
	border:4px solid #555;
	margin:5px;
}

 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
	line-height:18px;
	border-left:#505050 dotted 1px;
	border-right:#505050 dotted 1px;
	border-bottom:#505050 dotted 1px;
	height:auto;
	
}
 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:380px;
	text-align:justify;
	background-image:url(../img/content.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#header{width:100%;
height:300px;
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
}




#footer{width:100%;
height:30px;
margin-top:50px;
font-size:85%;
text-align:center;
}

#nav{width:100%;
height:60px;}


#nav a:hover img {
	filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70;
}
#nav a img{
	text-decoration:none;
	border:0px;
	margin:0px;
}


.left{
	position:relative;	
	width:515px;
	padding:20px;
	float:left;
}
.right{
	position:relative;
	width:280px;
	padding:10px;
	float:right;
}
.empty{
	height:100px;
	width:100%;
}