@charset "UTF-8";
/* CSS Document */

BODY {
	background-color: #000;
	background-image: url(img/backgrounds/bg_log3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
} 



#container {
	width: 960px;
}

#navigation {
	float: left;
	width: 100px;
	padding-right: 20px;
	padding-top: 140px;
	
}

#header {
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#content {
	width: 700px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 160px;
	margin-right: 0px;
	position: relative;
}

#content_header {
}

#sidebar {
	width: 160px;
	background-image: url(img/contentbg.png);
	text-align: left;
	float: right;
	right:0;
	top:0px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
}






#content_container {
	width: 430px;
	background-image: url(img/contentbg.png);
	background-repeat: repeat;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#content_footer {
}





p {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE:13px;
	COLOR: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 

A:link {
	text-decoration: none;
	color: #F9C;
}
A:visited {
	text-decoration: none;
	color: #F9C
}
A:hover {
	text-decoration: underline;
	color: #F9C;
}

h1 {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 22px;
	COLOR: #E9BCBF;
	FONT-WEIGHT: normal;
	padding-top: 0px;
	margin-top: 0px;
       } 

h2 {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	COLOR: #0CC;
	FONT-WEIGHT: normal
       }
#content_container_main {
	width: 550px;
	background-image: url(img/contentbg.png);
	background-repeat: repeat;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#content_main {
	width: 610px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 160px;
	margin-right: 0px;
}
td {
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.right_align {
	text-align: right;
}
.padding {
	padding-left: 10px;
}
