html, body {
height: 100%;
}

#wrapper {
width: 975px;
margin: 0 auto;
}

/* body stuff */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images-alt/bg.jpg) bottom no-repeat #030612;
	}

body, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #fff; 
	}

/* text stuff */

h1 {
	font-size: 24px;
	color: #fff;
	}
	
h2 {
	font-size: 20px;
	color: #fff;
	}
	
h3 {
	font-size: 18px;	
	color: #fff;
	}
	
h4 {
	font-size: 16px;	
	color: #fff;
	}
	
.small {
	font-size: 12px;	
	color: #463b4f;
	}
	
.pink {
	font-size: 12px;
	color: #7d1e82;	
	}
	
/* Links */

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	} 	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #CCC;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: underline; 
	color: #d200c6; 
	}
	
#sidenav {
	margin:0; 
	padding:0;	
	}	
#sidenav ul {
	margin: 0 0 10px 0;
	padding-left: 20px;
}
#sidenav ul ul {
	margin: 5px 0;
}
#sidenav li a {
	display:block; 
	font-size: 13px;
	font-weight:700; 	
	/* height:23px;  */
	text-decoration:none; 
	color:#b2b5bf;
	}
#sidenav li a:hover {
	color:#b2b5bf;
	}	

/* Some layout specidic divs */


#container {
	position: relative;
	width: 975px;
	margin: 0 auto;
	text-align: left;
	border: 0px;
	padding-top: 43px;
	}

#navbar{
	width: 871px;
	padding: 14px 58px 0 71px;
	height: 31px;
	background: url(/images-alt/navbg.jpg) no-repeat;	
	text-align: center;	
	}
	
#leftside{
	width: 190px;	
	padding: 30px 23px 20px 30px;	
	float: left;
	}
	
#acart {
	width: 170px;
	padding: 15px 10px 15px 10px;	
	margin-bottom:20px;
	background: url(/images-alt/announcebg.jpg) repeat-x top #2a2a2c;
	font-size: 12px;
	}
	
#acart p,h3 {
	margin-top: 0px;
	}
	
#mainContent {
	width: 561px;	
	padding: 30px 0 20px 0;
	float: left;
	color: #fff;
	}
	
#mainContent p,h1,h2,h3,h4 {
	margin-top: 0px;
	}
	
#rightside {
	width: 147px;
	padding: 0 0 20px 24px;
	float: right;
	}
	
#rightside p,h3 {
	margin-top: 0px;
	}
	
.clear {
	clear: both;
	}	

#footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;	
	border: 0px;	
	}

#footer2 {
	width: 1000px;		
	text-align: center;	
	float: left;
	}
	
#footer2 p,h1,h2,h3,h4 {
	margin-top: 0px;
	}

/* other random classes */

.subpic { 
	padding: 0 0 30px 0;
	border: 0px;
	}

#mainContent legend {
	color: #fff;
}

#social-share-alt
{
 display: block;
 border: none;
 position: absolute;
 top: 0px;
 right: 0px;
}
