body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0076bf;
	text-align: center;
	min-width: 800px;
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(pictures/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 116px;
	width:100%;
	border-bottom: 1px solid #0076bf;
}
#header a {
border:none;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
margin-top: 2px;
padding-left:5em;
width:auto;
height:16px;
background-color:#0076bf;
z-index:100;
}
#menu dl {
float:left;
width: 5em;
}
#menu dt {
color:#FFFFFF;
cursor: pointer;
text-align: center;
font-weight: bold;
} 
#menu dd {
display: none;
border: 1px solid #0076bf;
}
#menu li {
text-align: left;
}
#menu dt a {
color:#FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#content {
padding-left:1em;
float:left;
width: 630px;
text-align:left;
padding-top:5px;
}
#content a {
color: #0076bf;
text-decoration:underline;
}
#content.img {
padding-bottom:10px;
}
#product_content {
float:right; 
border-bottom:2px solid #0076bf;
width:470px; 
text-align:left;
}
#sub {
float:right;
padding-top:5px;
width:151px;
min-height:450px;
}
#sub2 {
float:right;
padding-top:5px;
width:151px;
min-height:450px;
}
#footer {
clear: both;
width:100%;
border-top:1px solid #0076bf;
}
#sub_footer{
margin-bottom:2em;
clear:both;
height:auto;
width:100%;
color:#FFFFFF;
text-align:right;
font-size:11px;
}
#sub_footer a {
color:#FFFFFF;
}

#form fieldset
	{
		border: 1px solid #076bf3;
	}
	#form .fieldsetHighlight
	{
		border: 1px solid #0076bf;
		background:#c3e3f7;
	}
	#form legend
	{
		font-weight: bold;
		color: #fff;
		background:#c3e3f7;
		border: 1px solid #0076bf;
		padding: 2px 6px;
		position:absolute;
		top: -1em;
		left: .5em;
	}
	#form li
	{
		list-style: none;
		padding-top: .5em;
	}
	input
	{
		border: 1px solid #0076bf;
		width:200px;
	}
	input.radio{
		width:12px;
		height:12px;
		border: 1px solid #0076bf;
		}
	input.button
	{
		color:#fff;
		background:#c3e3f7;
		border:1px solid #0076bf;
		margin-left:.5em;
		margin-top:.5em;
	}
	textarea {
	border:1px solid #0076bf;
	}
	label
	{
		display: block;
		text-align: right;
		float: left;
		width:150px;
		padding-right:3px;
	}
	