@charset "utf-8";


#CONTAINER {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#CONTAINER #MAIN #CONTENT a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}
#CONTAINER #MAIN #CONTENT a:hover {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}
#CONTAINER #MAIN #CONTENT #NAVIGATION {
	height: 30px;
}




#CONTAINER #RIGHT a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	width: 130px;
	float: left;
	height: 25px;
	vertical-align: middle;
}

#CONTAINER #RIGHT a:hover {

	color: #FFFFFF;
}


#CONTAINER #MAIN {
	width: 800px;
	background-image: url(images/theme/left.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	background-color: #FFFFFF;
}
#CONTAINER #MAIN #CONTENT #TITLE {
	text-align: center;
	font-size: 135%;
	font-weight: bolder;
}


#CONTAINER #RIGHT {
	text-align: center;

}

#CONTAINER #FOOTER {
	text-align: right;
	width: 920px;
	clear: both;
	float: none;
	color: #FFFFFF;
	background-color: #D50000;
	padding-right: 30px;
}

#CONTAINER #HEADER {
	font-size: 150%;
	text-align: center;
	height: 56px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.answers {
	width: 550px;
	background-color: #FFFFFF;
	margin-left: 50px;
	padding: 0px;
}

#CONTAINER #MAIN #MENU {
	float: left;
	width: 150px;
	background-image: url(images/theme/cutlogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 135px;
	padding-bottom: 30px;
	height: 100%;
}
#CONTAINER #MAIN #MENU a {
	background-image: url(images/theme/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 110px;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#CONTAINER #MAIN #MENU a:hover {
	padding-left: 25px;
	color: #FFFFFF;
}


#CONTAINER #MAIN #MENU #RSS a {
background-image: none;	
	background-repeat: no-repeat;
	background-position: left top;
	width: 110px;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#CONTAINER #MAIN #MENU #RSS a:hover {
	padding-left: 25px;
	color: #FFFFFF;
}

#CONTAINER #MAIN #CONTENT {
	float: left;
	width: 650px;
	color: #333333;
}
#CONTAINER #MAIN #CONTENT #TEXT {
	padding-right: 10px;
	padding-left: 10px;
}
