﻿@import url("sifr.css");
@import url("nav.css");
@import url("standard.css");
@import url("sections.css");

*
{
	margin: 0;
	padding: 0;
	border:0;
}

body
{
	background: #fff;
	font-size: .7em;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	line-height: 1.3em;
	color: #484848;
	background: url(../i/logo_circle.jpg) 60px 48px no-repeat;
}

#wrapper
{
	width: 950px;
	margin: 0 0 30px 0;
}

#header
{
	width: 800px;
	margin-left: 150px;
	margin-top: 0px;
	background: url(../i/graydot.gif) left bottom repeat-x;
	height:90px;
}

#logo
{
	width: 132px;
	margin-top:60px;
	margin-bottom: 10px;
	position:absolute;
	left:150px;
}

#tagline
{
	position: absolute;
	top: 97px;
	left: 150px;
	width:200px;
}

/* 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-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}


/*  Footer Elements   */

#footer
{
	position:relative;
	left:20px;
	margin-top:25px;
	bottom:0px;
	color: #a2a2a2;
}

#footer a
{
	color:#a2a2a2;
}
