/* CSS Document */


#container {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	

}

body {
	background-color: #FFE716;
	}

#logo {
	float: left;
	height: 200px;
	width: 760px;
	background-image: url(graphics/logo_home.gif);
	background-repeat: no-repeat;
}

#logo_home {
	float: left;
	height: 200px;
	width: 760px;
	background-image: url(graphics/logo_home.gif);
	background-repeat: no-repeat;
}

#nav_container {
	float: left;
	height: 40px;
	width: 760px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #673B94;
	border-bottom-color: #673B94;
	margin-top: 10px;
}
.nav_box {
	float: left;
	height: 39px;
	width: auto;
}

#left_home_box {
	float: left;
	height: auto;
	width: 369px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 10px;
	text-align: justify;
}

#right_home_box {

	float: left;
	height: 497px;
	width: 366px;
	margin-left: 15px;
	padding-top: 14px;
}

#left_ms_box {
	float: left;
	height: auto;
	width: 500px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 10px;
	text-align: justify;
	background-image: url(graphics/watermark.gif);
	background-repeat: no-repeat;
	background-position: -50px 10px;	
}

#right_ms_box {
	float: left;
	height: auto;
	width: 230px;
	margin-left: 15px;

	margin-top: 15px;
}

#left_order_box {
	float: left;
	height: auto;
	width: 750px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 10px;
	text-align: justify;
	background-image: url(graphics/watermark.gif);
	background-repeat: no-repeat;
	background-position: -50px 10px;	
}

#bottom_con {

	float: left;
	height: 20px;
	width: 760px;

}
