/*body styles */
body {
	background-color:#0D0D0D;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	color:#EFD2C4;
}
#mainbg {
	background-image:url(../images/mainBG1.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:294px;
}
.blackText {
	color:#000;	
}

/* HEADER */
#header {
	height:105px;
	background-color:#000;
}

h2 {
	padding:0;
	margin:0;
}
/*FOOTER */
#footer {
	margin-top:10px;
}
.whiteText {
	color:#FFF;
}
.purpleText {
	color:#7A3E8C;
}
.footer a:link {
	color:#EED2C4;
}

/* NAV */
#nav {
	margin-top:37px;
	margin-left:101px;
	
}
.navbg {
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	height:31;
}

/*dividers */
#pinkdivider {
	background-color:#DAB2BC;
	height:1px;
}
#whitedivider {
	background-color:#FFF;
	height:1px;
}
#pinkdivider {
	background-color:#EFD2C4;
	height:1px;
}
.dotted {
	border-bottom:1pt dotted #333;
	height:1px;
}
/*PANELS */
#rightpanel {
	margin-right:15px;
	background-image:url(../images/panel.png);
	background-position:bottom;
	width:407px;
	height:280px;
}