/* CSS Document */

body {
	background:url(/images/bg.jpg) repeat-x top;
	margin:0;
	font:11px Tahoma;
	color:#fff;
}

#wrapper {
	width:768px;
	margin:0 auto;
	background:url(/images/bg_content.jpg) repeat-y center;
}


#top {
	margin:0 auto;
}


#main {
	position:relative;
	left:35px;
	top:10px;
	width:480px;
	color:#fff;

}

#left {
	position:relative;
	float:left;
	left:40px;
	top:10px;
	width:200px; 
	color:#fff; 
	font:11px Tahoma; 
	background:#212327;
	margin-right:10px;
}


#content {
	font:11px Tahoma, Verdana;
	color:#fff;
	padding:15px;
}

#content a, #content a:visited {
	font:11px Tahoma, Verdana;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#content a:hover {
	font:11px Tahoma, Verdana;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
#content .title, #left .title {
	font:24px Tahoma,'Century Gothic', Arial;
	/*font-weight:bold;*/
	color:#fff;
	letter-spacing: -1px;
	text-decoration:none;
}

#content .subtitle, #left .subtitle {
	font:16px 'Century Gothic', Arial;
	font-weight:bold;
	color:#debaac;
}

#right {
	float:right;
}

#bottom {
	background:url(/images/bg_content.jpg) repeat-y center;
	position:relative;
	float:left;
	top:10px;
	color:#fff;
	font-family:Tahoma, Verdana;
	font-size:10px;
	width:768px;
	
}

#bottom a {
	color:#fff;
}

#form input, #form textarea {
	border:1px solid #fff;
	padding:3px;
	font:10px Tahoma;
	background:#dcddde url(/images/bg_form_input.jpg) repeat-x top;
	width:110px;
}


a, a:visited {
	color:#fff;
}

.alert_msg {
	margin:5px;
	color:#FF9900;
}
