body {
	margin : 0;
	padding : 0;
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	background-color: #000;
}
#container {
	width : 900px;
	margin : 20px auto 20px auto;
	background : #000;
	/*background-image: url(images/bg.png);*/
}
#header {
	height : 250px;
	background : transparent;
	border-bottom : 4px solid #000;
}
#header h1 {
color : #fefefe;
font-size : 22pt;
margin : 0;
padding : 40px 10px 10px 10px;
}
#content {
width : 650px;
padding : 10px;
float : right;
}
#content h1, h2, h3, h4 {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-weight : lighter;
color : #9dceef;
}
#content h2 {
color : #fff;
font-size : 18pt;
border-bottom : 1px solid #ccc;
}
#content h3 {
color : #fff;
font-size : 12pt;
}
#content p {
color : #fff;
font-size : 12pt;
}
#content a { color:#0099FF}
#sidebar {
width : 200px;
padding-left: 0px;
padding-top: 10px;
/*padding : 10px;*/
float : left;
margin : 0;
}
#sidebar ul {
	margin : 0;
	padding : 0;
	background :url(images/menu2.jpg) no-repeat top left;
	/*border-bottom : 1px solid #fff;*/
}
#sidebar ul li {
	margin : 0;
	padding : 0;
	list-style : none;
	/*border : 1px solid #fff;*/
	background :url(images/menu1.jpg) no-repeat top left;
	border-bottom : none;
}
#sidebar ul li a {
display : block;
padding : 3px;
/*width : 192px;*/
background :url(images/menu2.jpg) no-repeat top left;
color : #fff;
text-indent : 30px;
text-decoration : none;
font-size : 12pt;
}
#sidebar ul li a:hover {
color: #000000;
background :url(images/menu1.jpg) no-repeat top left;
}
#footer {
	clear : both;
	border-top : 1px solid #000;
	background : #000;
	padding : 10px;
	color : #fff;
	font-size : 8pt;
	text-align : center;
}
a {
	color : #FFFFFF;
	font-weight : bold;
}
a:hover {

}
.img-header {
	background : #f2f7e9 url(images/header.jpg) no-repeat top left;
	clear : both;
	float : left;
	width : 900px;
	height : 231px;
	margin : 0;
	padding : 0;
}

.nametxt {
	width : 900px;
	top : 25px;
	position : absolute;
	z-index : auto;
	background : transparent;
	left: inherit;
}
.nametxt h2 {
color : #fff;
font-size : 30pt;
}
