body {
	margin:0;
	padding:0;
	font-family:verdana,helvetica,tahoma,serif;
	}
#wrapper {
	border-top:2px solid #333333;
	}
#header {
	border-top:1px solid black;
	}
#masthead {
	background:url(../images/masthead-orange-tile.gif) top left repeat-x;
	}
#masthead table {
	width:100%;
	height:77px;
	padding:0;
	}
#masthead img {
	margin:0;
	padding:0;
	}
#masthead .domain {
	width:242px;
	vertical-align:top;
	}
#masthead .logo {
	 width:212px;
	 }
#masthead .artwork {
	width:100%;
	}
#masthead .construction {
	background:url(../images/masthead-construction.jpg) no-repeat;
	height:76px;
	}
#masthead .construction_tile {
	background:url(../images/masthead-construction-tile.jpg) repeat-x;
	position:relative;
	top:9px;
	}
#nav_pri {
	background:#737373;
	height:23px;
	}
#nav_pri ul {
	margin:0;
	padding-left:215px;
	list-style:none;
	}
#nav_pri li {
	display:inline;
	}
#nav_pri a {
	color:#ccc;
	text-decoration:none;
	text-transform:capitalize;
	font-size:11px;
	font-weight:bold;
	padding:0 5px;
	}
#container {
	clear:both;
	margin-top:40px;
	}
#main {
	margin-left:200px;
	}
#content {
	margin:0 25px;
	}
#sidebar {
	position:relative;
	top:10px;
	width:200px;
	float:left;
	}
#sidebar ul {
	list-style:none;
	margin-top:0;
	}
#sidebar li a {
	color:#979797;
	font-size:11px;
	text-transform:capitalize;
	}
#sidebar li:first-child {
	font-weight:bold;
	}
#footer {
	clear:both;
	margin-top:50px;
	text-align:center;
	font-size:11px;
	}
h1 {
	font-family:georgia,helvetica,tahoma,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #ff9900;
	}
img.content {
	padding:0 15px;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}