* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Helvetica,Arial, sans-serif;
	line-height: 1.6em;
	color: #504f4c;
	background-color: #010102;
	
}

a {
	color: #314a65;
	text-decoration: none;
}

a:hover {
	color: #d34786;
	text-decoration: underline;
}

h1 {
	color: #314a65;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 12px;
}

h2 {
	color: #834191;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}

h4 {
	color: #32312f;
	font-size: 15px;
	font-weight: normal;
}

#container {
	width: 945px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0px;

}

#containersmallpaint {
	width: 947px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -100px;
}

#header {
	background-color: #010102;
	height: 119px;
	
	
}

#header-content {
	width: 945px;
height: 119px;
	margin: 0 auto 0 auto;
	color: #e6e6e6;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
}

#logo {
	width: 325px;
	height: 51px;
	background-image: url(images/logo.png);
	
	float: left;
	position: relative;
	top: 50px;
	left: 30px;
	margin-bottom: 10px;
}

#cu3er-container {width:900px; height:324px; outline:0;}

#rolling-image {
width:900px;
height:324px;
background-color:black;
}
#bottom-content
{
width:100%;
background-image: url(images/bottom-bg.png);
}
#bottom-content img {
border:0;
outline:0;
vertical-align:text-top;
padding:10px;
}
#bottom-bar {
width:938px;
height:20px;
border: 3px solid;
border-color: #171d20;
background-color:black;
margin-top:15px;
margin-bottom:50px;
text-align:center;
color:#343434;
}
#padding {
height:100px;
}

#links {
float:right;
position:relative;
width:580px;
top:74px;
right:-5px;
}

#links img {
padding-left:10px;
padding-right:10px;
vertical-align:text-top;
border: 0;
}

.black-strip {
margin: 0 auto 0 auto;
height:18px;
width: 100%;
background-color:black;
}
.black-strip-v {
height:323px;
width:20px;
background-color:black;
}
.vert-strip
{
background-color: #4c8498;
width: 1px;
height:100px;
position:relative;
}

.grad-bar{
width: 100%;
height:13px;
background-image: url(images/grad-bar.png);
}


