/* CSS Document */

body {
	text-align: center;
	min-width: 920px;
	background-color:#121212;
	background-image:url(images/bg.jpg);
}

body#popup {background-color:#666;color:#fff;margin:15px;font-size:70%;}
body#popup img {border:2px #333 solid;}

#wrapper {
	width: 920px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background:url(/images/back_halo.jpg) left top no-repeat;
	/*border:1px #FFFFFF solid;*/
}

#header {
	position: relative;
	padding:20px 0px 20px 0px;
}

#header h3 {
	color:#CCCCCC;
	font-size:182%;
	font-family:Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#lang {
	position: absolute;
	left:770px;
	top: 35px;
	font-size:85%;
	text-align:right;
	color:#999;
}

#lang a:link, #lang a:visited, #lang a:active {
	text-decoration:none;
	color:#999;
}

#lang a:hover {
	text-decoration:none;
	background-color:#42436F;
	color:#fff;
}

#weaccuse {padding:15px 0px 15px 0px;text-align:center;border-top:1px solid #666;border-bottom:1px solid #666;margin-bottom:15px}

#leftcol {
	float: left;
	width: 640px;
	/*margin-top: 15px;*/
}

#leftcol img {border:2px solid #666666; margin:0 15px 15px 0;float:left;}

#content {
	width: 250px;
	w/idth: 260px;
	margin-left: 650px;
	margin-top: 25px;
	/*border:1px #FFFFFF solid;*/
}

#content p, #leftcol p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#999999;
	line-height:150%;
	margin-bottom:15px;
}

#content ul, #leftcol ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#999;
	line-height:150%;
	margin-bottom:15px;
	margin-left: 15px;
	list-style:disc;
}

#content li, #leftcol li{
	margin-bottom:3px;
	line-height:150%;
}

#content h4, #leftcol h4 {
	color:#999;
	font-size:125%;
	font-family:Georgia, Palatino, Times New Roman, serif;
	margin-top:10px;
	margin-bottom:3px;
	padding-bottom:4px;
	border-bottom:#333333 1px solid;
	font-weight: normal;
}

/*img {border: 2px #000000 solid;}*/

#content a:link, a:visited, a:active {
	text-decoration:none;
	color:#EBEBEB;
	/*padding:2px;
	background:url(/images/link_bg.gif) bottom repeat-x #000000;*/
}

#content a:hover {
	text-decoration:none;
	background-color:#42436F;
	color:#FFFFFF;
}

#footer { /* Begin laying out and styling the footer div */
clear: left; /*clears any floats to the left - our leftcol div in this instance*/
}
