@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	text-align:center;
	font: normal 14px/1.5em Helvetica, Arial, sans-serif;
	color:#524d4d;
}
a {
	color:#524d4d;
	text-decoration:none;
	padding:2px 6px;		
	border-bottom:1px solid transparent;
}
a:hover {
	color:#f2f0f0;
	background-color:#181717;
	border-bottom:1px dotted #ca200f;
}

:focus {
    outline: 0;
}

.content {
	margin:0px;
  	height:auto;
  	width:auto;
  	float:left;
  	padding:0px;
}

.leftmargin {
	margin:0px;
  	height:auto;
  	width:225px;
  	float:left;
  	text-align:center;
	padding-top:275px;
	padding-left:100px;
}
.leftmargin ul {
	list-style:none;
	margin:0px;
}
.center {
	margin:0px;
  	height:auto;
  	width:auto;
  	float:left;
  	text-align:center;
  	padding:0px;
}

.leftmain {
	margin:0px;
  	width:25%;
  	height:29px;
  	float:left;
  	text-align:center;
  	background-color:#1d1d1d;
  	color:#ffffff;
  	font-size:24px;
  	padding-top:4px;
  	font-family:Arial,Helvetica;
  	-webkit-border-top-left-radius: 5px;
  	-moz-border-radius-topleft: 5px;
}

.underlinemenu{
font-weight: bold;
width: 75%;
background-color: #1d1d1d;
float:right;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
}



.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/


}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #cecece;
padding: 6px 3px 5px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 35px; /*spacing between each menu link*/
text-decoration: none;
border-bottom:0px; /*bottom border is 3px*/
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color:#e9e9e9;
background-color: red;
border-bottom: 3px solid #ffffff;
}

#wrapper {
	margin:0 auto;
	background:url('images/cl_bg.jpg') no-repeat top center;
	background-color:#000000;
	width:900px;
	text-align:left;
	min-height:603px;
	height:603px;
	position:relative;	
}
.insidewrap {
	position:absolute;
	bottom:0;
	left:110px;
	font-family: 'Francois One', arial, serif;
}
	.insidewrap h3 {
		font-weight:normal;
		color:#222222;
		font-size:32px;
		letter-spacing:-1px;
		margin:8px 0 0 4px;
	}
	.insidewrap h4 {
		font-weight:normal;
		margin:0 0 18px 0;
	}
