@charset "utf-8";
@import url("type.css"); /*typography css file*/

/* Makes sure that the browsers don't add any extra pixels to margin, padding, or border */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#top {
	position:absolute;
	width:100%;
	height:12px;
	left: 0px;
	top: 0px;
	padding:0px;
	margin: 0px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrap {
	width: 800px;
	margin:0px auto;
}

#mast {
	width: 793px;
	padding-top: 25px;
	margin-left: 7px;
}

.divider{
	width:792px;
	height:4px;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	overflow: auto;
}

#picholder {
	height: 292px;
	width: 792px;
	margin-left: 3px;
}

.textwrap {
	width: 594px;
	margin-left: 4px;
	float: left;
	text-align:left;
	margin-bottom: 5px;
}

#nav {
	float:right; 
	width:397px; 
	height:70px;
}

#sidebox {
	width: 193px;
	margin-right: 2px;
	float: right;
	text-align:left;
	margin-bottom: 0px;
}

#bar {
	position:relative;
	top:64px; 
	left:16px; 
	width: 752; 
	height: 4;
}

#logo {
	float:left; 
	width:397px; 
	height:70px;
}

