body {
	font-family: Arial, Helvetica, Sans-Serif;
   font-size:62.5%;
   width: 100%;
	background-image: url(../img/bg_gradient.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #b03d10;
	top: 0;
   margin: 0;
   padding: 0;
	text-align: center;
   color: #333;
}
input,select,textarea {
	background-color: #FCFCF3;
	color: #222222;
	font-size: 0.8em;
}
input[type=submit], 
input[type=reset], 
input[type=button],
button {
	background-color: #FCFCF3;
	color: #000000;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
}
	#main{
	width: 780px;
	margin: 0;
   padding: 0;
	text-align: center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#header {
	width: 100%;
	height: 60px;
	background-image: url(../img/header_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#header2 {
	width: 100%;
	height: 74px;
	background-image: url(../img/header_middle.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#navigation {
	background-image: url(../img/navigation_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height: 31px;
	white-space: nowrap;
	margin: 0;
	padding: 0px 0px 0px 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img#left { 
	position: relative;
	bottom: 6px;
	left: 12px;
	margin: 0 0 0 0;
	vertical-align: top;
}
	img#right{ 
	float: right;
	margin: 0 0 0 0;
	vertical-align: bottom;
}
	div.container {
	width: 780px;
	margin: 0px auto;
	padding: 0px 3px 0px 3px;
	background-image: url(../img/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	div.container P {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#content{
	width: 597px;
	margin: 0px auto;
	padding: 12px 15px 30px 15px;
	background-color: #FFF;
	vertical-align: top;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#content h1 {
	font-size: 1em;
	margin: 0;
	padding: 0px 0px 5px 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#content P {
	font-size: 0.8em;
	margin: 0;
	padding: 2px 0px 2px 0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#content P a:link, #content P a:visited, #content P a:active {
	color: #0000CC;
	text-decoration: underline;
	}
	#content P a:hover {
	color: #0000CC;
	text-decoration: none;
	}
	#address {
	font-size: 1em;
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#address P {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#homeleft { 
	float: left;
	width: 270px;
	margin: 0px auto;
	padding: 0 10px 0 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#homeright { 
	float: left;
	width: 270px;
	margin: 0px auto;
	padding: 0 0 0 10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_home {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	width: 270px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_content{
	margin: 0 0 0 0;
	padding: 6px 6px 6px 6px;
	width: 270px;
	border: 1px solid #666;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_header {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-color: #708090;
	border-bottom: 1px solid #FFF;
	vertical-align: middle;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_header h2 {
	margin: 0 0 0 0; 
	padding: 4px 4px 4px 8px;
	font-size: 0.8em ;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_content P {
	margin: 0 0 0 0; 
	padding: 5px 0px 0px 3px;
	font-size: 0.75em;
	font-weight: normal;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_content h3 {
	margin: 0px auto; 
	padding: 5px 0px 0px 3px;
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#bucket_content a:link, #bucket_content a:visited {
	color: #0000CC;
	text-decoration: none;
	}
	#bucket_content a:hover {
	color: #0000CC;
	text-decoration: underline;
	}
	.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #666;
	padding: 2px;
}
	.floatright {
	float: right;
	margin: 0px 0px 10px 10px ;
	border: 1px solid #666;
	padding: 2px;
}
	.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
	#footer {
	width: 100%;
	height: 33px;
	white-space: nowrap;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	#footer P {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 33px;
	vertical-align: middle;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}