html {
	background: #cccccc url(../img/bg.png) repeat-x;
	
}

body {
	background: #cccccc url(../img/bg.png) repeat-x;
	color: white;
	font-family: helvetica, arial, sans-serif;
}

/* GENERAL STYLES */

a {
	color: black;
}

a.button {
	position: relative;
	background: #5e7285;
	padding: 6px 9px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #a3b5d4;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
}

a.button:hover {
	background: #4a5969;
}


#container {
	background: none;
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 10px;
}

/* HEADER */

#header {
	background: #000000;
	margin-top:5px;
	width:770px;
	padding-right:30px;
}

	#header img {
		float: left;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:10px;
	}
	
	#header #nav {
		float: right;
		overflow: hidden;
		margin-top: -70px;
		margin-left:130px;
		padding-right:0px;
	}
	
	#header #nav li {
		float: left;
		list-style: none;
		padding: 6px 1px;
		height: 14px;
		line-height: 14px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 95px;
	}
	
	#header #nav li.selected, #header #nav li:hover {
		margin-top: 95px;
	}
	
	#header #nav a {
		color:#ffffff;
		text-decoration: none;
		padding: 9px 5px;
	}
	
	#header #nav a:hover {
		color:#eca0ce;
		text-decoration: none;
	}
	
	
/* BANNER */

#banner {
	clear: both;
	display: block;
	min-height: 200px;
}


#banner h1 {
	text-align: left;
	color: #000000;
	font-size: 45px;
}

/* CONTENT */

#content {
	clear:both;
	background:#ffffff;
	margin-top: 125px;
	margin-bottom: 50px;
}
	
	#content #col1 {
		background: #ffffff url(../img/mainbanner.jpg) no-repeat;
		width:800px;
		height:435px;
		margin-top:-120px;
	}
	
	#content #col1 #text {
		padding-left:510px;
		padding-top:200px;
	}
	
	#content #col1 img {
		float: right;
	}
	
	#content #col1 h1 {
		font-size:35px;
		color: #eca0ce;
		line-height:28pt;
		text-align: left;
	}
	
	#content #col1 h2 {
		font-size:25px;
		color: #ffffff;
		line-height:18pt;
		text-align: left;
		margin-top:-20px;
	}
	
	#content #col2 {
		width:55%;
		margin-top:50px;
		min-height: 280px;
		margin-left:15px;
		background:#cccccc;
		padding:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#content #col2 h1 {
		font-size: 30px;
		color: #ffffff;
		text-align: left;
	}
	
	#content #col2 p {
		font-size: 12px;
		color: #717171;
		text-align: left;
	}
	
	#content #col3 {
		float: right;
		width:35%;
		min-height: 301px;
		margin-top:50px;
		margin-right:15px;
		background:#cccccc;
		padding:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#content #col3 h1 {
		font-size: 30px;
		color: #ffffff;
		text-align: left;
	}
	
	#content #col3 p {
		font-size: 12px;
		color: #717171;
		text-align: left;
	}
	
	/* SECOND CLOUMNS */
	
		#content #col4 {
		width:95%;
		margin-top:30px;
		margin-left:20px;
	}
	
	#content #col4 h1 {
		font-size: 30px;
		color: #eca0ce;
		text-align: left;
	}
	
	#content #col4 p {
		font-size: 12px;
		color: #717171;
		text-align: left;
	}
	
	#rounded {
		background:#cccccc url(../img/content-bottom.png) bottom no-repeat;
		background-position: 0 100%;
		width:800px;
		height:100px;
		margin-top:-110px;
	}
	
	

/* BOTTOM */

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #000000;
	background: none;
	}
	
	#footer a {
		color:#000000;
		text-decoration: none;
	}
	
	#footer a:hover {
		color:#eca0ce;
		text-decoration: underline;
	}
