@charset "utf-8";
body {
	margin: 0 auto;
	padding:0;
	width:800px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	
}
#header {
	background:url(images/header.jpg) 0 0 no-repeat;
	height:183px;
}
#menu_builder {
	background:url(images/menu_builder.gif) 0 0 no-repeat;
	height:50px;
}
#bg_no_repeat {
	background:url(images/bg_no_repeat.gif) no-repeat 0 0;
	min-height:308px;
	_height:308px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#000000;
}
#bg_repeat {
	background:url(images/bg_repeat.gif) repeat-y 0 0;
}
#left_col {
	float:left;
	width:241px;
	font-size:12px;
}
#right_col {
	float:right;
	width:559px;
	font-size:14px;
}
#padding_left {
	padding:10px 25px 0 35px
}
#padding_right {
	padding:10px 20px 0 20px
}
#footer {
	background:url(images/footer.gif) 0 0 no-repeat;
	height:104px;
}
.clear_both {
	clear:both;
}
.footer_padding {
	padding:58px 0 0 0;
	font-size:11px;
}
.black_11 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color:#000000;
}
.black_16 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	color:#000000;
}
.black_13 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	color:#000000;
}
.black_11 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color:#000000;
}
.float_left_body {
	float:left;
	padding:10px;
}
#padding_menu {
	padding:10px 30px 0 30px;
}