/* Basic Elements */

body{
	background:url(../images/background.jpg) no-repeat top center #1f020b;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bb8b8e;
}




/* Page Structure */

#container{
	width:1000px;
	margin: 0 auto;
}

#top{
	width: 770px;
	height:130px;
	margin: 30px 0px 0px 230px;
}

#left-col{
	width:200px;
}

#right-col{
	width:800px;
}

#left-col, #right-col{
	margin: 60px 0px 20px 0px;
	float:left;
}

#bottom{
	background:url(../images/bottom-bg.png);
	width:100%;
	height:160px;
	margin-bottom: 40px;
}

#contact-box{
	margin:0 auto;
	width:1000px;
	height:120px;
	padding: 20px 0px 20px 0px;
	color:#857176;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}

/* Display styles */

#left-col ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#left-col ul li{
	padding: 7px 0px 7px 7px;
	border-bottom: 1px solid #900822;
}

#left-col ul li a{
	color: #ffffff;
	text-decoration:none;
}

#left-col ul li a:hover{
	color: #e65e88;
	text-decoration:none;
}

.selected{
	background:url(../images/link-bg.png) no-repeat;
}

a{
	color: #e65e88;
	text-decoration:none;
}

a:hover{
	color: #e65e88;
	text-decoration:underline;
}