@charset "utf-8";

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 auto; 
        position: relative;
        min-height: 100%;
	background-image:url('images/backgroundbar.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

html {  
        height: 100%; 
}

img {
	border: 0;
}

/* - - - - - - - - - - Text and links - - - - - - - - - - */

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #00CCFF;
}


a:visited {
	text-decoration: none;
	color: #00CCFF;
}


a:hover {
	text-decoration: underline;
	color: #7FFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p.subtle {
	color: #666666;
}


/* - - - - - - - - - - Divs - - - - - - - - - - */

div#everything {
	width: 876px;
	margin: 0 auto;
	float: none;
}

div#pagewrap {
	width: 824px;
	margin: 0 auto;
	float: none;
}

div#header {
	width: 824px;
	height: 138px;
	background-image:url('images/header.jpg');
}

div#nav {
	width: 824px;
	height: 33px;
	background-color: #000000;
	text-align: center;
}

div.button {
	width: 146px;
	height: 33px;
}

div#separator1 {
	width: 824px;
	height: 1px;
	background-image:url('images/separator.jpg');
}

div#content {
	width: 824px;
	height: inherit;
	background-color: #151515;
	margin: 0 auto;
	clear:both;
}

div#leftcolumn {
	float: left;
	margin: 20px 20px 20px;
	width: 350px;
}

div#rightcolumn {
	float: right;
	margin: 20px 20px 20px;
	width: 350px;
}

div#footer {
	width: 824px;
	height: 30px;
	background-color: #000000;
	text-align: right;
     	position: absolute;
     	bottom: 1px;
	color: #888888;
}

div#separator2 {
	width: 824px;
	height: 1px;
	background-image:url('images/separator.jpg');
	position: absolute;
     	bottom: 31px;
}

div#separator3 {
	width: 824px;
	height: 1px;
	background-image:url('images/separator.jpg');
	position: absolute;
     	bottom: 0px;
}

table.followme {
	border: 0;
	padding: 10px;
}