body {
	margin: 0px;
	padding: 0px;
	background: url(../images/blue.jpg) center top;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1em;
	padding-bottom: 1em;
}

img {
	border: none;
}

#top {
	width:960px;
	padding-left:50px;
	padding-top:50px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	clear:both;
}

#main {

	width:960px;
	/*min-height: 650px; */
	padding-left:0; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	clear:both;
	border-top: solid 1px #4a7ebb;
	border-bottom: solid 1px #4a7ebb
}

#content {

	width:850px;
	min-height: 570px;
	padding-left:0; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:40px;
	margin-bottom:40px;
	background: #000;
	border: solid 2px #4a7ebb;
	overflow: auto;

}

#left_bar {
	float:left;
	width:300px;
	min-height: 590px;
	background: #fff;
	border-right: solid 2px #4a7ebb;
}

#left_bar a:link {
	text-decoration: none;
	color: #555555;
}

#left_bar a:visited {
	text-decoration: none;
	color: #555555;
}

#left_bar a:hover, a:active {
	text-decoration: underline;
	color: #555555;
}


#left_bar p {
	padding: 15px;
}

#left_bar li {
	margin-left:40px;
	margin-right:5px;
	font-size: 1.2em;
	color: #555555;
}

#bottom {
	width:960px;
	padding-left:50px;
	padding-top:10px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0;
	clear:both;
}

#bottom p {
	color: #949494;
	font-size: 0.9em;
}

#right_wrapper {
	float: right;
	margin: 10px;
	width: 523px;
	min-height: 540px;
}

#right_title {
	width: 90%;
	min-height: 50px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:20px;
	border-bottom: solid 2px #4a7ebb;
	text-align:bottom;
}

#right_title  h1{

	font-size: 1.5em;
}

#right_main {
	width: 90%;
	height: 380px;
	margin-top: 20px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 20px;
	overflow: auto;
}

#right_footer {
	width: 90%;
	height: 70px;
	margin-left:auto; 
	margin-right:auto;
	border-top: solid 2px #4a7ebb
}

#nav {
	float:left;
	display: block;
	width: 300px;
	color: #262626;
	text-align:  center;
}

a:link {
	text-decoration: underline;
	color: #558ed5;
}

a:visited {
	color: #558ed5;
}

a:hover, a:active {
	text-decoration: underline;
	color: #80b9ff;
}

