* {
	margin: 0;
	padding: 0;
}


a {color: #333; text-decoration:none;}
a:hover {color: #c00;}

a img{
	border: none;
}

body {
	margin: 0;
	font: 12px "trebuchet ms", helvetica, sans-serif;
}

p {
	margin: 0;;
}

br.clear{clear: both; height:10px;}


#wrapper {
	width:100%;
	height: 100%;
	margin: 0 auto;
}

#head {
	width: 100%;
	height:105px;
	background: url(images/bg_top.gif) center bottom repeat-x;
	text-align: center;
}


#menu_wrap {
	width:100%;
	height: 35px;
	background: url(images/bg_menu.png) repeat-x;
	}

#menu_wrap .menu {
	width:800px;
	margin: 0 auto;
	}


#container {
	width: 800px;
	margin: 0 auto;

}

#sub {
	width: 220px;
	float:left;
	height:100%;

}




#content {
	width: 580px;
	float:left;
	height:100%;
}

#content h1{
	background: url(images/bg_subtitle.png) repeat-x;
	height: 25px;
	border: 1px solid #cfcfcf;
	padding: 5px 0 0 10px;
	font-size:18px;
	font-weight: normal;
}


#footer {
	width: 100%;
	text-align:center;
	height: 27px;
	border-top: 1px solid #cfcfcf;
	padding: 10px 0 0 0;
}



