div#cms img {
	margin-right: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}


/* ######################## */
/* KEEP ABOVE */
/* ######################## */

* html #content-box {
	height: 500px;
	
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font: normal 12px arial, helvetica;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

div#body-wrapper {
	width: 1033px;
	background-image: url("../images/bkgnd.jpg");
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
}

div#header {
	width: 1033px;
}

div#logo {
	position: absolute;
	width: 610px;
	height: 44px;
	margin-top: 20px;
	margin-left: 336px;
}

h1#sitename {
	width: 610px;
	height: 44px;
	margin-top: 13px;
	text-indent: -1800px;
	display: block;
}

h1#sitename a {
	color:#000;
	width: 610px;
	height: 44px;
	margin-top: 13px;
	display: block;
}

div#navigation {
	padding-top: 113px;
	margin-left: 396px;
	width: 310px;
	height: 24px;
	color: #CC9900;
}

div#navigation a {
	color: #CC9900;
	text-decoration: none;
}

div#navigation a:hover {
	text-decoration: underline;
}

a {
	color: #CC9900;
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
}


div#content-box {
	width: 678px;
	min-height: 600px;
	margin-top: 27px;
	margin-left: 336px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	color: #666666;
}

div#column-one {
	float: left;
	width: 350px;
}

div#column-two {
	float: right;
	width: 300px;
}

div#footer-info {
	position: absolute;
	width: 186px;
	top: 612px;
	margin-left: 125px;
	color: #333;
}

div.copyright {
	margin-top: 10px;
	font-size: 10px;
	color: #333;
}

h1 {
	margin-top: -20px;
	display: inline;
	margin-right: 20px;
}


h2 {
	margin-top: 0px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

div#content {
	padding: 10px;
}

div#content img {
	padding: 5px; 
	margin-right: 10px;
	border: 2px solid #666666;
}

.stroke {
	padding: 5px; 
	margin-right: 10px;
	border: 2px solid #666666;
}

.red {
	color: red;
}

div#social-networks {
	margin-top: -25px;
	margin-left: 900px;
}