html
{
   margin: 0px auto;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/background.gif);
	background-color: #ffffff;
	color: #fffffff;
}

#content{
	font: 14px/1.5em "Times New Roman", Times, serif;
	text-align: left;
	width:  673px;
	border: 1px solid #999;
	background-color: #ffffff;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
}

#menu {
	float: right;
	padding: 20px 0px 20px 10px;
}

.menus {
	border: 1px solid #999;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font: bold 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	
}


a:link {    color: #4F738A; }
a:active {  color: #4F738A; }
a:visited { color: #4F738A; }
a:hover {   color: #5F967C; }


a.order:link {    color: #5F967C; font-variant: small-caps; font-size: 1.25em;}
a.order:active {  color: #5F967C; font-variant: small-caps;}
a.order:visited { color: #5F967C; font-variant: small-caps;}
a.order:hover {   color: #4F738A; border: 1px dotted #4F738A; font-variant: small-caps; padding: 0px 5px 5px 5px;}

.text{
		margin: 10px 10px 20px 10px;
}

#intro {
	background-image: url(images/welcome.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	width:350px;
	color:white;
	height:34px;
	text-indent:-1000px;
	margin: 20px 0px 20px 0px;
}

#about {
	background-image: url(images/about.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	width:350px;
	color:white;
	height:34px;
	text-indent:-1000px;
	margin: 20px 0px 20px 0px;
}

#history {
	background-image: url(images/history.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	width:350px;
	color:white;
	height:34px;
	text-indent:-1000px;
	margin: 20px 0px 20px 0px;
}

.contactform {padding:0 0 160px 0;}

.contactform label,
.contactform input,
.contactform textarea,
.contactform select
{
	clear: both;
	float: left;
	font-weight: normal;
}

.contactform label.required {
	font-weight: bold;
}

.contactform label.error {
	color: red;
}