* {
	border:0;
	margin:0;
}

body {
	background-color:#CCC;
}

#inner {
	margin:0 auto;
	width:800px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:120%;
}

#header {
	background-image:url(images/header.jpg);
	height:100px;
	width:800px;
	margin:0 auto;
}

#menu {
	background-image:url(images/menu.jpg);
	height:26px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#EEE;
	padding-top:5px;
}

a:link {color:#C63; text-decoration:none;}
a:hover {color:#C63; font-weight:bold;}
a:visited {color:#C63; text-decoration:none;}
a:active {color:#333; font-weight:bold;}

a.menu:link {color:#DDDDDD; font-weight:bold; text-decoration:none;}
a.menu:hover {color:#F90}
a.menu:visited {color:#DDDDDD; font-weight:bold; text-decoration:none;}

.main {
	background:#FFF;
	height:auto;
	padding-left:180px;
	padding-right:80px;
	padding-bottom:90px;
	padding-top:30px;
	font-size:12px;
	color:#666666;
}

.image_frame {text-align:center; width:550px;}
.image_alignment {padding:1px; float:left;}

#bottom {
	background-image:url(images/footer.jpg);
	height:60px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	padding:5px;
}

a.bottom:link {color:#000000; text-decoration:underline;}
a.bottom:hover {color:#000000; text-decoration:underline;}
a.bottom:visited {color:#000000; text-decoration:underline;}

.main_body {
	background-color:#FFF;
	height:500px;
}

.content_sidebar {
	float:left;
	font-size:12px;
	color:#666;
	padding-left:20px;
	padding-top:70px;
	width:160px;
}

.form_field {
	background-color:#EEE;
	border:thin #CCC;
	padding:1px;
	border-style:solid;
	font-family:Tahoma, Geneva, sans-serif;
	width:300px;
}

label
{
	width:100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color:#C63;
	font-weight:bold;
}
.inquiry_field {
	border:thin #CCC;
	border-style:solid;
	background-color:#EEE;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.submit_button {
	padding-right:130px;
	text-align:right;
}

.button_style {
	border:thin #CCC;
	border-style:solid;
	color:#C63;
	font-weight:bold;
	padding:5px;
}

h1 {
	font-size:42px;
	color:#DDD;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}

h2 {
	font-size:14px;
	color:#C63;
}

.table_border {
	border:1px #CCC;
	border-style:solid;
}

#assembly_image {		//in progress
	float:right;
	
	padding-right:50px;
}