html, body {
	margin : 0;
	padding : 0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../assets/topbg.gif);
}

#containter {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	min-width:750px;
}

#top {
	background-image:url(../assets/topbg.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:150px;
	width:100%;
}

#logo {
	background-image:url(../assets/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:150px;
	width:330px;
	float:left;
}

#pics {
	float:right;
	padding-top:6px;
}

#menubar {
	background-image:url(../assets/menubarbg.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:30px;
}

.buttons a {
	color: #FFFFFF;
	padding:7px;
	padding-left: 5px;
	padding-right: 5px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height:30px;
}

.buttons a:hover {
	color:#d6c55b;
}

#content {
	width:100%;
	font-size:13px;
	background-color:#FFFFFF;
}


#rightcol {
	background-color:#264188;
	width:250px;
/*	float:right;*/
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

.wHeader {
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
}

.header1 {
	color:#264188;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

#content {

}

#content p{
	padding-left:15px;
	padding-right:15px;
}

#footer {
	vertical-align:bottom;
	/*background-color:#264188;*/
	background-image:url(../assets/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:50px;
	width:100%;
	line-height:30px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

#picRight {
	float:right;
	padding:10px;
}

#content blockquote {
	font-size: 12px;
	border-left-color: #d4c358;
	border-left-width: 5px;
	border-left-style: solid;
	margin-left: 15px;
	padding-left: 2px;
	padding-right:15px;
}

#content1 blockquote {
	font-size: 12px;
	color: #777777;
	border-left-color: #d4c358;
	border-left-width: 5px;
	border-left-style: solid;
	margin-left: 5px;
	padding-left: 10px
}
