body {
	margin:0;
	padding:0;
	text-align:center;
	background:#1C1C1C url('../_media/bg_home.gif') repeat-x;
	color:#FFF;
	font-size:62.5%;
}

#container {
	margin:0 auto;
	width:960px;
	text-align:left;
}

#header {
	width:960px;
	height:150px;
}


#col1 {
	margin-left:132px;
	width:346px;
	float:left;
	display: inline;
}

#col2 {
	width:300px;
	float:left;
	overflow:hidden;
	display: inline;
}

#footer {
	clear:both;
	background-color:#3F3F3F;
	text-align:center;
}

#footer p {
	font-size:1.1em;
	text-transform:uppercase;
	font-family:'Georgia', 'Times New Roman', serif;
	color:#999;
}

#footer a {
	text-decoration:none;
	padding:0 10px;
	color:#999;
}

.clear {
	clear:both;
}

a, a:active, a:hover, a:visited {
	text-decoration:underline;
	color:#FFF;
}

p {
	font-family:'Trebuchet MS', Arial, sans-serif;
	padding:4px;
	font-size:1.1em;
	line-height:1.2em;
}

