/*------- Base Tags -------*/

body {
 	font-family: sans-serif;
    	background: #000000 url(../img/back_rockPattern.jpg) no-repeat left top;
    	font-size: 12px;
 	color: #000000;
 	margin: 10px 0px;
}

td {
	font-size: 12px;
}

h1 {
	color: #55225a;
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0px;
}

h2 {
	color: #faa53a;
	font-size: 18px;
	margin: 10px 0px;
}

h3 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 5px 0px 0px;
}

/*------- Structure -------*/

.outerShell {
	
}

.innerShell {
	width: 850px;
}

.headerShell {
	background: url(../img/content_header.png) no-repeat top left;
	height: 187px;
	text-align: right;
}

.contentShell {
	background: url(../img/content_back.png) repeat-y top left;
	padding: 0px 20px 15px;
	text-align: left;
}

.footerShell {
	background: url(../img/content_footer.png) no-repeat bottom left;
	height: 40px;
}

/*------- Navigation -------*/

.topNav {
	padding: 10px 0px 20px;
	font-size: 16px;
	text-align: center;
}

.topNav a {
	color: #CC0000;
	padding: 0px 10px;
}

.topNav a:hover {
	color: #32004b;
}

.footerShell a {
	color: #32004b;
	padding: 0px 10px;	
}

.footerShell a:hover {
	color: #CC0000;
}

/*------- Content -------*/

.contentArea_Purple {
	background-color: #55225a;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
	color: #FFFFFF;
}

.contentArea_Blue {
	background-color: #0678b4;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
	color: #FFFFFF;
}

.contentArea_Green {
	background-color: #3d7c06;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	padding: 10px;
	color: #FFFFFF;
}

.contentArea {
	background-color: #FFFFFF;
	border: 5px Solid #fff200;
	-moz-border-radius: 10px;
}

.textArea {
	padding: 20px;
}

.social {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 32px;
}

/*------- Links -------*/

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

/*------- PNG Hack -------*/

img.transparent {
	behavior: url("pngbehavior.htc");
}