@import url("default.css");

body { 
	font: normal 12px/18px Georgia;  
	//background: url(../images/site/layout/body_bg.png) no-repeat 50% 0;
	background: url(../images/site/layout/body_v2_bg.gif) repeat-x top left;
	color: #333;
}

#container {
	width: 480px;
}

#masthead {
	position: relative;
	height: 202px;
	width: 480px;
	background: #E60E63;
}

h1 {
	position: absolute;
	top: 57px;
	left: 30px;
	width: 188px;
	height: 92px;
	background: url(../images/site/ME_logo.gif) no-repeat;
}

h1 a {
	display: block;
	width: 188px;
	height: 92px;
	text-indent: -9999px;
}

h2 { 
  	font-size: 16px; 
  	line-height: 18px; 
  	margin-bottom: 18px;
}

#content {
	padding: 36px 30px;
}

p {
	margin-bottom: 18px;
}

a {
	color: #E60E63;
}
a:hover {
	text-decoration: none;
}

strong {
	color: #666;
}
