body {
	margin:0;
	font-family:Verdana;
	font-size:0.75em;
	background-color:#dbe5e9;
	background-image: url("../images/bg.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

a {
	color:#5eb4d6;
	text-decoration:none;
}
a:hover {
	color:#A0FF00;
}

#main {
	width:800px;
	padding:10px;
	margin:0 auto 0 auto;
}

#main_menu {
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("../images/div.jpg");
	margin-bottom:10px;
}

#header {
	width:800px;
	background-color:#c2d3da;
	height:258px;
	color:#FFFFFF;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
	background-image: url("../images/div2.jpg");
	background-position:top right;
	background-repeat:repeat-x;
}

#header p {
	padding:5px;
	margin-top:20px;
	margin-left:300px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-size:160%;
	line-height:40px;
	font-weight:bold;
	padding:0;
	padding-top:65px;
	padding-left:300px;
	padding-bottom:35px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

.head {
	border-right:2px solid #ffffff;
	float:left;
}

#sidebar {
	width:150px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("../images/boxbg.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}
#sidebar h1 {
	font-size:120%;
}

.content {
	margin-left:170px;
	background-color:#FFFFFF;
	background-image:url(../images/boxbg.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	padding:10px;
	border: 1px solid #cccccc;
	margin-bottom:10px;
}
.content p {
	margin:10px;
}

.content h1 {
	font-size:160%;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	padding-top:5px;
}

.footer {
	margin-left:170px;
	background-color:#FFFFFF;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(../images/boxbg.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
	color: #608090;
}
.footer p {
	font-size:80%;
	color: #80B0B0;
}