
* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	margin:100px 0 4px 0;
	color:#222222;
	}

p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

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

#header {
	height:450px;
	line-height:50px;
	}


#content {
	padding:10px 5px;
	}


/* Headings */

h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	}

/* Link Colors */


#content a {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#ffffff;
	text-decoration:none;
	}
