﻿body
{
	background: #351230; /*purple*/
	color: #A7A7A7; /*grey*/	
	margin: 0;
	padding: 0;
}

#wrapper	{
	background: #121212; /*almost black*/
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 949px;
}

#header	{
	background: #121212 url(images/header.jpg) no-repeat;
	height: 165px;
	position: relative;
	width: 949px;
}

#logo	{
	background: url(images/logo.png) no-repeat;
	height: 111px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 178px;
}

#login	{
	height: 50px;
	left: 750px;
	position: absolute;
	top: 55px;
	width: 150px;
}

#login a	{
	color: #CCCCCC; /*grey*/
}	

#login a:hover	{
	color: #E4E4E4;
}

.white	{
	color: #E8E8E8;
}


#contact	{
	color: #A7A7A7;
}

#breadcrumb	{
	color: #fff;
	left: 10px;
	position: absolute;
	top: 140px;
	width: 600px;
}

#breadcrumb a	{
	color: #828282;
	font-size: 0.9em;
}

#dnn_Nav	{
	background: url(images/nav-bg.jpg) repeat-x;
	height: 47px;
	margin: -9px 0 0 0;
	width: 949px;
}

#image	{
	background: honeydew;
	float: left;
	height: 301px;
	position: relative;
	width: 606px;
	z-index: -99;
}

#image-overlay	{
	background: url(images/overlay.png);
	color: #fff;
	font-size: 1.8em;
	height: 35px;
	left: 0;
	letter-spacing: 2px;
	padding: 7px 0 5px 10px;
	position: absolute; 
	top: 220px;
	width: 596px;
	z-index: 99;
}

#cycle	{
	z-index: -100;
}

#dnn_newsletter	{
	background: #121212 url(images/newsletter-gradient.jpg) bottom repeat-x;
	color: #fff;
	float: left;
	height: 261px;
	padding: 20px;
	width: 303px;
}

#dnn_newsletter a 	{
	border-bottom: 1px dashed #A7A7A7;
	color: #A7A7A7;
	text-decoration: none;
}

#dnn_newsletter a:hover	{
	border: none;
	color: #565656;
}

#innerwrapper	{
	background: #fff;
	float: left;
	width: 949px;
}

#dnn_ContentPane	{
	border-right: 1px solid #C7C7C7;
	float: left;
	padding: 20px 60px 20px 20px;
	width: 526px;
}

#dnn_news	{
	float:left;
	padding: 20px 20px 20px 30px;
	width: 243px;
}

#dnn_ContentPane2	{
	background: #121212;
	float: left;
	padding: 40px;
	width: 869px;
}


.bottom	{
	color: #A7A7A7;
}

.clear	{
	clear: both;
}

#footer	{
	background: #121212;
	color: #A7A7A7;
	float: left;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a	{
	border-bottom: 1px dashed #A7A7A7;
	color: #A7A7A7;
	text-decoration: none;
}

#footer a:hover	{
	border: none;
	color: #565656;
}

/*____________________________Inner skin specific styles____________________*/

#dnn_rightpane	{
	float: left;
	padding: 40px;
	width: 255px;
}
/*____________________________testing____________________*/
.test {color:#FF0000;
font-size:150%}