body
{
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:trebuchet , tahoma, arial, sans-serif;
	font-size: 8pt;
	height:auto;
}

#all
{
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
}



#header
{
	width:800px;
	padding:10px;
	text-align:left;
	margin-top:-50px;
}

#pangbornheader
{
	height:100px;
	width:363px;
}

#languageheader
{
	margin-right:25px;
	text-align:right;

}

#wheelheader
{
	text-align:left;
	margin:0px;
}

.menuitem
{
	text-align:center;
	width:200px;
	padding:5px;
}

#menu
{
	position:relative;
	float:left;
	text-align:left;
	left:25px;
	top:10px;
}

#content
{
	position:relative;
	width:500px;
	float:left;
	padding:20px;
text-align:left;
}

.menuimage
{
	border:0px;
}

#pad
{
	clear:both;
	width:200px;
}

#footer
{
	text-align:center;
	width:800px;
}

.border
{
	text-align:center;
	height:5px;
	width:800px;
	background-color:#900;
}

.field
{
	width:300px;
	font-family:trebuchet , tahoma, arial, sans-serif;
	font-size:8pt;
}

table
{
	font-family:trebuchet , tahoma, arial, sans-serif;
	font-size:8pt;
}

textarea
{
	height:100px;
}

.addresssection
{
	text-align:center;
	position:relative;
	margin-top:10px;
	left:22px;
	width:156px;
	padding:5px;
	clear:left;
	border:dashed 1px;
	background-image:url('../images/imagesectionbg.jpg');
	background-repeat:repeat-y;
	background-position:100%;
	background-color:#fff;
	margin-bottom:30px;
}

img
{
	border:0px;
}

