﻿@import url("sifr.css");
@import url("nav.css");
@import url("standard.css");
@import url("sections.css");

*
{
	margin: 0;
	padding: 0;
	border:0;
}

body
{
	background: #252525;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2em;
	color: #cbcbcb;
}

#wrapper
{
	width: 950px;
	margin: 0 0 30px 0;
}

#header
{
	width: 800px;
	margin-left: 150px;
	margin-top: 20px;
	background: url(../i/graydot.gif) left bottom repeat-x;
	height:90px;
}

#logo
{
	width: 160px;
	margin-bottom: 10px;
	position:absolute;
	top:52px;
	left:150px;
}

#tagline
{
	position: absolute;
	top: 117px;
	left: 150px;
}

/* Main Content stage */

#main
{
	width: 950px;
	padding-top: 55px;
}

#headerimage
{
	width: 645px;
	height: 250px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#content
{
	width: 285px;
	float: right;
}

#contentwrap
{
		border:1px solid #252525;
}


/*  Footer Elements   */

#footer
{

	position:absolute;
	left:20px;
	bottom:10px;
	color: #777777;
}
