/* CSS Document - Layout */

body {
	background-color: #366B01;
	margin: 0px;
}

#menu_wrapper {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}

#top_menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
}

#white_wrapper {
	width: 100%;
	background-color: #FFFFFF;
}

#main_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 250px;
	margin-top: 100px;
}

#top_title {
	float: right;
	width: 655px;
	text-align: right;
	}
	
#breadcrumbs {
	clear: left;
	float: left;
	width: 250px;
	margin-top: 100px;
	margin-left: 34px;
	margin-bottom: 12px;
	}
	
#content {
	clear: both;
	}

#right_section {
	float: right;
	width: 700px;
	}
	
#main_content {
	float: left;
	width: 400px;
	padding: 12px;
	border: 1px dotted #CCCCCC;
	}

#right_column {
	float: right;
	width: 240px;
	border: 1px dotted #CCCCCC;
	padding: 12px;
	}

#left_column {
	clear: left;
	float: left;
	margin-left: 20px;
	width: 244px;
	border: 1px dotted #CCCCCC;
	padding: 12px;
	margin-bottom: 12px;
	}
	
.line {
	height: 1px;
	width: auto;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;	
	}
	
#base_menu {
	padding-top: 12px;
	clear: both;
	width: 1000px;
	text-align: center;
	}
	
#footer {
	clear: both;
	width: 100%;
	height: 80px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#footer_text {
	width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
	}
	
fieldset {
	border:none;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}
	
img {
	border:none;
}
	