.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;
}

h2 {
  font-family: futura;
}

.carousel-inner > .item {      
	height: 450px !important;
    background: #FFFAF0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: 100%;
  margin: auto;
}


/* Navigation */
.nav {margin-right: auto; margin-left: auto; width: 750px; height: 25px;}
.nav {border: 1px solid #CCCC99; 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-right: auto; margin-left: auto;
		text-transform: uppercase; font-weight: bold;}

.col {background: #003366; margin: 1px 0px; 
		   text-align: left; padding: 3px 10px 3px 3px;}
.body {margin-right:auto; margin-left:auto; width: 750px;}

.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: white; border: 1px solid black; background-color: #F8F8FF;}

.body .main_body > p {
	padding: 3%;
	font-family: rosario;
	font-size: 1.2em;
}

.body .main_body .logo h2 {color: #003366; text-align: center;}
