body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1E1E1E;
	color: #EFEFEF;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
h1 {
	font-size: 16px;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	margin-left: -2px;
	padding: 0px;
	color: #748CE2
}
a:link {
	font-weight: bold;
	color: #C2DFFE;
	font-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #C2DFFE;
	font-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-decoration: none;
}

#container {
	width: 780px;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background-color: #1A1A1A;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
#top_image_container {
	background-color: #000000;
	width: 780px;
	height: 135px;
}
#top_image {
	float: left;
	width: 560px;
	margin-right: 10px;
	margin-left: 5px;
	height: 135px;
	background-color: #000000;
}
#top_right {
	float: left;
	width: 195px;
	height: 135px;
	background-color: #000000;
	text-align: left;
	font-size: 11px;
}
#top_right strong{
	color: #FF9900;
	font-weight: bold;
}

#content {
	float: left;
	width: 550px;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px; 
	border: solid 1px #333333;
	background-image: url(images/innerbox_bg.jpg);
	background-repeat: repeat-x;
	background-color: #030303;
}
#content strong {
	color: #C2DFFE;
}
#content img {
	float:left; 
	margin-right: 15px;
	margin-bottom: 15px; 
	margin-top: 5px; 
	border: solid 1px #A4C6EB;
}
#content img.title {
	float: none; 
	margin-bottom: -10px; 
	margin-left: -5px;
	border: 0px;
}
#content a:link {
	font-weight: normal;
	color: #C2DFFE;
	font-decoration: none;
}
#content a:visited {
	font-weight: normal;
	color: #C2DFFE;
	font-decoration: none;
}
#content a:hover {
	font-weight: normal;
	color: #FFFFFF;
	font-decoration: underline;
}


#content ul {
	font-weight: bold;
}
#content li {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #C2DFFE;
	font-size: 14px;
	line-height: 2em;
}
#content li a:link {
	color: #A4C6EB;
	font-weight: bold;
	font-decoration: none;
}
#content li a:visited {
	color: #A4C6EB;
	font-weight: bold;
	font-decoration: none;
}
#content li a:hover {
	color: #A4C6EB;
	font-weight: bold;
	font-decoration: underline;
}

#right_hand {
	border: solid 1px #333333;
	float: right;
	width: 188px;
	padding: 5px;
	text-align: left;
	background-image: url(images/innerbox_bg.jpg);
	background-repeat: repeat-x;
	background-color: #030303;
}
#right_hand img{
	border: solid 1px #748CE2;
}
#right_hand strong{
	color: #A4C6EB;
}

#footer {
	clear: both;
	text-align: left;
	font-size: 10px;
	margin-left: 15px;
}
#footer a:link {
	color: #EFEFEF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
#footer a:visited {
	color: #EFEFEF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}


