/*  
Description: VooDoo KC (voodookc.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Updated 04/05/07 */

/* Common
------------------------------ */
html, body {
	margin: 0;
	}
body {
	font-size: 62.5%; /* Resets browser default text size to about 10px. */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	text-shadow: 0 0 0 #000; /* Fixes increased font weight issue in some browsers when using light colored text on dark backgrounds. */
	background: #282828 url("../../images/body_bg.jpg") center top no-repeat;
	}
a, a:link, a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover, a:active {
	color: #999;
	}
img, a img {
	border: 0;
	}

/* Page Layout/Structure 
------------------------------ */
#container {
	margin: 0 auto;
	width: 882px;
	}
#header {
	margin: 20px auto;
	width: 870px;
	}
#content {
	width: 882px;
	height: 650px;
	/*background-color: pink;*/
	}
#footer {
	margin: 20px auto;
	width: 870px;
	}

/* Styling
------------------------------ */
object {
outline:none;	
}

/* Container Div ----- */
#container {
	}

/* Header Div ----- */
#header {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #555;
	}
#header a {
	margin: 0 10px;
	}

/* Content Div ----- */
#content a {
	font-size: 1.8em;
	font-weight: bold;
	color: #F00;
	}
#content a:hover {
	color: #F66;
	}

/* Footer Div ----- */
#footer {
	font-size: 1.1em;
	}
#footer p {
	margin: 0 0 20px;
	}
#footer p.last {
	margin-bottom: 0;
	}
#footer p#btmnav {
	text-transform: uppercase;
	}
#footer p#btmnav, #footer #legal {
	color: #444;
	}
#footer #btmnav a, #footer #legal a {
	margin: 0 10px;
	}
