* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #aaaaaa;
	font: 11px "Lucida Grande",Arial, Verdana, Helvetica;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

a:hover {
	color: #c00;
}

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


#wrapper {
	width:800px;
	margin: 0 auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	position: relative; 
	background: url(../images/bg_wrapper.jpg) repeat-y;
}

#wrapper_main {
	width:800px;
	margin: 0 auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	position: relative;
	height:auto !important;
	background-color: #ffffff;
}

#head {
	background: url(../images/img_logo.jpg) 10px 0 no-repeat;
	height: 50px;
	width: 800px;
	text-align: right;
}

#banner {
	height: 105px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#content {
	height:auto !important; 
}

#content_main {
	padding: 10px;
	height: auto;
	position: relative;
	}

#content_left {
	width: 149px;
	float: left;
}

#content_right {
	width: 620px;
	float: right;
	position: relative;
	margin: 0 0 45px 0;
	height:auto !important; 


}

#foot {
	background-color: #fff;
	height: 65px;
	text-align: center;
	border-top: 1px solid #777;
	width: 800px; 
	bottom:0;
}

#flash {
	width: 780px;
	height: 479px;
	margin: 0 auto; 
}




