@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #666666;
}

#wrapper {
	height: auto;
	width: 768px;
	margin-left: -384px;
	position: relative;
	left: 50%;
}
#wrapperMenu {
	height: 550px;
	width: 1000px;
	margin-top: 200px;
	margin-bottom: 200px;
	margin-left: -500px;
	position: relative;
	left: 50%;
}
#header {
	height: auto;
	width: 768px;
}
#navbar {
	height: auto;
	width: 700px;
	background-color: #FFFFFF;
	padding-right: 34px;
	padding-left: 34px;
}
#content1 {
	height: auto;
	width: 768px;
	float: left;
	background-color: #FFFFFF;
}
#leftcontent1 {
	float: left;
	height: auto;
	width: 425px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
#rightcontent1 {
	float: left;
	height: auto;
	width: 275px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
#bottom {
	clear: both;
	height: 17px;
	width: 768px;
	background-image: url(../../images/bottom_bgd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 768px;
	margin-left: -384px;
	position: relative;
	left: 50%;
}
.columnimage {
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 10px
}


