.main_title {
	background-image: url("../images/LOGO.jpg");
	background-position: center;
	background-color: white;
	background-repeat: no-repeat;
	height: 154px;
	width: 750px;
	margin-right: auto; margin-left: auto;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


body {
	background-color:#E3FAE7;
}


/* Navigation */
.nav {margin-right: auto; margin-left: auto; width: 750px; height: 25px;}
.nav {border: 1px solid black; background: #003366;}
.nav ul {list-style: none; position: relative; float: left; }
.nav ul li {position: relative; float: left;}
.nav a {color: #ffffff; padding: 27px; margin: 0 auto; text-transform: uppercase; 
		font-weight: bold;}

/* Product List */
.col {background: #003366; margin: 1px 0px; 
		   text-align: left; padding: 3px 10px 3px 3px;}
.col_on {background: white; margin: 1px 0px 1px 0px;
			  text-align: left; padding: 1px 0px;}
.col_on a {color:#325884; font-size:12px;}

img {padding-right: 5px}
.body {margin-right:auto; margin-left:auto; width: 750px;}
.body .product .col_on .sub_on {background: #ADD8E6;}
.body .product .col_on .sub_on a {font-size:11px; padding: 5px;}
.body .product .col_on .sub a {color: #325884; font-size:11px; padding:5px;}

.body .product {margin-right:auto; width: 175px; height: 780px; background: #5F9EA0; 
 			    float:left; border: 1px solid black;}

.body .product a {font-weight: bold; 
				  font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;}

.body .product .col a {color: white; font-size:12px;}
				  
.body .main_body {float: left; margin-left: auto; width: 575px; 
				  background: #F8F8FF; border: 1px solid black;}

.body .main_body {display: table-cell;}
.body .main_body .title {float: left; width: 575px;}
.body .main_body .title h2 {color: black; text-align: center; font-size: 25px;}
.body .main_body .title h4 {font-style: italic; text-align: center; margin: -10px;}


.body .main_body .header {float: left; width: 575px;}
.body .main_body .header h3 {font-size: 20px; text-align: left;}
.content {float: left; width: 535px; padding: 20px;}
.body .main_body .description {float: left; width: 535px;}
.body .main_body .description p {font-size: 12px;}