* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 40px;
	background-color: #333;
	background-image: url(../_images/img_alas/bg_black.gif);
	background-repeat: repeat;
}

a {
	color: #c60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #000;
}

#header {
	width: 580px;
	height: 210px;
	background-position: center top;
	background-color: #000;
	background-image: url(../_images/img_alas/header.jpg);
	background-repeat: no-repeat;
}


#wrapper {
	width: 580px;
	background: #000 url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
	width: 570px;
	height: 30px;
	background-color: #333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

#nav {
list-style: none;
z-index: 2;
/*border-right: 1px solid #afb39a;*/
height: 210px;
width: 150px;
}


#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 141px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #afb39a;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
	width: 143px;
	background-color: #000;
	float: right;
	position: relative;
	border-top: 1px solid #000;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px 8px 8px 0;
	margin-top: 15px;	/*border-left: 0px solid #afb39a;
	border-bottom: 0px solid #afb39a;*/
}



a img {
	/*display: block;
	margin-bottom: 20px;*/
	border: none;
	/*margin-left: 0px;*/
}

a:hover img {
	border-color: #000000;
	text-align: center;
}

#content {
	float: left;
	width: 410px;
	margin: 8px 0 0 10px;
}

#bgcolor1 {
	float: left;
	width: 390px;
	margin-top: 10px;
	background-image: url(../_images/img_alas/back_line.gif);
	padding-right: 10px;
	padding-left: 10px;
}	

    

p {
margin-bottom: 20px;
}

/*p:first-line {
font-weight: bold;
}*/

#footer {
	clear: both;
	width: 580px;
	padding-top:10px;
}

#google_ad {
	float: right;
	margin-right: 80px;
}

