/* This CSS document contain styles that form building blocks of the page Layout. */
* {
	margin:0;
	padding:0;
}
hr {
	display:none;
	visibility:hidden;
}
.clear {
	clear:both;
}
select, input {
	padding:0 -15px 0 0;
}

#container {
	position:relative;
	width:774px;
	left:50%;
	margin-left:-387px;	
}

#header {
	position:relative;
	z-index:1;
	padding:0 12px;
	min-height:193px;
	height:193px;
}
#header #logo {
	position:absolute;
	top:50px;
	left:50px;
	width:250px;
	height:120px;
}
#header #logo span {
	position:absolute;
	left:-999em;
}
#container>#header {
	height:auto;
}
#content {
	position:relative;
	padding:0 12px;
}
#content_watermark {
	position:absolute;
	width:750px;
	height:329px;
	margin-top:-329px;
}

#nav {
	min-height:66px;
	height:66px;
}
#content>#nav {
	height:auto;
}
#nav ul {
	display:inline;
}
#nav li {
	display:inline;
	float:left;
}
#nav a {
	float:left;
	display:block;
	height:50px;
	padding:0 20px 0 16px;
}

#main {
	position:relative;
	z-index:1;
	min-height:329px;
	height:329px;
	float:left;
	width:448px;
	left:15px;
	margin-bottom:30px;
}
#content>#main {
	height:auto;
}
#main img.alignright {
	float:right; 
	margin:5px 5px 10px 10px;	
}
#main img.alignleft {
	float:left; 
	margin:5px 10px 10px 5px;	
}
#main form fieldset {
	border:none;
}
#main form .textbox {
	width:100%;
}

#sidebar {
	position:relative;
	z-index:1;
	float:right;
	width:263px;
	right:15px;
}

#footer {
	min-height:32px;
	height:32px;
	padding:32px 12px;
	text-align:center;
}
#container>#footer {
	height:auto;
}
