@charset "utf-8";
/* Main Page Styles */

body {
	background:#282828 url(../img/background.jpg) repeat-x;
	color:black;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:4px auto 4px auto;
	text-align:left;
}

a {
	color:black;
	text-decoration:underline;
}

a:hover {
	color:#333333;
}

img {
	border:0px;
}

.header1 {
	font-size:18px;
	color:#333333;
	width:auto;
	height:auto;
	display:block;
	float:left;
	margin-bottom:5px;
}

.header1 span {
	color:#666666;
}

.container {
	width:708px;
	height:auto;
	display:block;
	margin:auto;
}

#header {
	width:292px;
	height:101px;
	display:block;
	float:left;
	padding-left:400px;
	padding-right:16px;
	padding-top:20px;
	text-align:right;
	background:white url(../img/header.png) no-repeat;
	font-size:18px;
	color:#333333;
}

#header span {
	color:#666666;
}

#header a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	padding:2px;
}

#header a:hover {
	padding:1px;
	border:1px solid #CCCCCC;
	background:#DDDDDD;
}

#body {
	width:700px;
	height:auto;
	display:block;
	float:left;
	padding-left:4px;
	padding-right:4px;
	background:white url(../img/body.png) repeat-y;
}

#sidebar {
	width:196px;
	height:auto;
	display:block;
	float:left;
	/*border-right:2px solid black;*/
	margin-right:7px;
	margin-left:2px;
}

.sidebar_item a {
	width:196px;
	height:auto;
	display:block;
	float:left;
	padding-left:2px;
	margin-bottom:5px;
	text-decoration:none;
}

.sidebar_item a:hover strong {
	text-decoration:underline;
}

.sidebar_item a img {
	display:block;
	float:left;
	padding-right:2px;
}

.sidebar_item span {
	font-weight:bold;
	font-style:italic;
}

#main_area {
	width:490px;
	height:auto;
	display:block;
	float:left;
}

.main_item a {
	width:490px;
	height:auto;
	display:block;
	float:left;
	font-size:14px;
	text-decoration:none;
	margin-bottom:5px;
	border:1px solid white;
}

.main_item_blank {
	width:490px;
	height:100px;
	display:block;
	float:left;
}

.main_item a:hover {
	background:#EEEEEE;
	border:1px solid #DDDDDD;
}

.main_item a:hover span {
	text-decoration:underline;
}

.main_item a span {
	font-size:20px;
}

.main_item a img {
	display:block;
	float:left;
	margin-right:5px;
}

.main_pagebox {
	width:490px;
	height:auto;
	display:block;
	float:left;
	text-align:center;
}

#footer {
	width:708px;
	height:74px;
	display:block;
	float:left;
	background:black url(../img/footer.png) no-repeat;
}

#footer_copyright {
	width:200px;
	height:54px;
	display:block;
	float:left;
	font-size:18px;
	color:white;
	text-align:center;
	padding-top:20px;
}

#footer_message {
	width:500px;
	height:69px;
	display:block;
	float:left;
	font-size:9px;
	color:white;
	padding-top:5px;
}