@charset "UTF-8";

/* Reset browser defaults */
@import url('reset.css');

.styles {
}

body{
	background: #ffffff;
	font-size: 12px;
	color: #000;
	font-family: Helvetica,  Arial, Tahoma, “Trebuchet MS”, sans-serif;
	text-align: left;
}

#main{
	width: 905px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#logo{
	width: 905px;
}

#left-area{
	width: 670px;
	float: left;
	border-top: 10px solid #000;
	margin-top: 10px
}

#right-area{
	width: 200px;
	float: right;
	border-top: 10px solid #000;
	margin-top: 10px
}

#right-area a:link{
	text-decoration: none;
	color: #000; 
}

#right-area a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #000000;
}

#right-area h1{
	margin: 10px 0 0 2px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9d241b;
}

#right-area p{
	margin: 15px 0 0 2px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#top-special{
	width: 670px;
}

#top-special p{
	padding: 0 0 40px 0;
	margin: 0 0 0 2px;
	font-weight: bold;
	font-size: 14px;
}

#specials{
	width: 705px;
	margin-right:-35px;
}

.specials-item{
 	width: 200px;
	margin: 0 35px 35px 0;
	float: left;
}

.specials-item p {
	padding: 10px 0 10px 0;
	margin: 0 0 0 2px;
	font-weight: bold;
	font-size: 14px;
}

.specials-item img {
	max-width:200px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}

#footer{
	width: 905px;
	float: left;
	padding: 0 0 20px 0;
}

#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

a:link{
	text-decoration: none;
	color: #000; 
}

a:visited{
	text-decoration: none;
	color: #000;
}
  
a:hover{
	text-decoration: underline;
	color: #000;
}

a:focus{
    text-decoration: none;
	color: #000;
}

a:active{
    text-decoration: none;
	color: #000;
}

/*  image IDs  */

#metlogo{
	height: auto;
 	width: auto;
	float: left;
	clear:both;
	padding: 0 0 18px 0;
}

#featureslogo{
	height: auto;
 	width: auto;
	float: left;
	clear:both;
}

#top-thumb{
	height: auto;
	width: auto;
	float: left;
	clear:both;
	padding: 18px 0 10px 0;
}

#top-thumb img{
	height: auto;
	width: auto;
	float: left;
	clear:both;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}

