body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 934px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 100px;
	background-color:#262626;
	background-image:url(../images/siteimages/header-background.jpg);
	background-repeat: repeat-x;
}
#header img.logo {
	margin:29px 0 0 25px;
}
#nav1 {
	float: left;
	height: 26px;
	width: 934px;
	background-color:#262626;
	background-image:url(../images/siteimages/tab-background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow: hidden;
}
#nav2 {
	float: left;
	clear: both;
	min-height: 22px;
	width: 934px;
	border-bottom: 8px solid #FFFFFF;
	background-color:#FF0000;
}
/* Gives IE 6 and below the height which treats it as min-height as min-height is not supported*/
* html #nav2 {
	height: 30px;
	he\ight: 22px;
}
#columnholder {
	width: 934px;
	background-color:#FFFFFF;
	background-image: url(../images/siteimages/column-dividers-2.gif);
	background-repeat: repeat-y;
}
#maincontent {
	float: right;
	width: 743px;
	display: inline; /*IE Double Margin Bug*/
}
#sidebar1 {
	float: left;
	width: 170px;
}
.clear {
	clear: both;
	height: 0;
	font-size:0;
}
#footer {
	clear: both;
	border: 1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin: 10px 0;
	padding: 3px 2px;
	text-align:center;
}
#logofooter {
    clear: both;
    border-top: 1px solid #CCCCCC;
    background-color:#FFFFFF;
    margin: 10px 0;
    padding-top: 10px;
    text-align:center;
}
#logofooter img {
    margin: 0 20px;
}

.containertype1 {
	border: 1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin: 0 0 10px 0;
	padding: 5px;
	min-height: 136px;
}
/* Gives IE 6 and below the height which treats it as min-height as min-height is not supported*/
/* hide this from IE5 Mac \*/
* html .containertype1 {
	height: 148px;
	he\ight: 136px;
}
/* End Mac Hack*/

/*General bits*/
img {
	border:none;
}
