@charset "utf-8";

body {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.melba #container {
	width: 996px;
	background: #666666 url(assets/images/back.gif) no-repeat right top;
	margin: 0 auto;
	text-align: left;
}
.melba #container2 {
	width: 996px;
	background: #666666 url(assets/images/back2.gif) no-repeat right top;
	margin: 0 auto;
	text-align: left;
}

.melba #nav {
}
.melba #content {
	left:110px;
	top:81px;
	width:720px;
	z-index:1;
	padding: 10px;
	margin: 0px;
}
.melba #content2 {
	left:110px;
	top:81px;
	width:720px;
	z-index:1;
	padding: 10px;
	margin: 0px;
	height: 400px;
}
.melba #content p , .melba #content2 p{
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
}
.melba #content h1 , .melba #content2 h1{
	line-height: normal;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.melba #footer {
	padding: 0;
	border-top: thin solid #000000;
	border-right: thin #000000;
	border-bottom: thin #000000;
	border-left: thin #000000;
	position: relative;
	margin-top: 10px;
}
.melba #footer p {
	margin: 0; 
	padding: 0px; 
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: normal;
}
.melba #footer h1{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	letter-spacing: normal;
}

.pCaption {
	font-size: 15px;
	text-align: center;
	line-height: 20px;
}



.centered {
	text-align: center;
	font-weight: normal;
}
li {
	padding-bottom: 12px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 16px;
}
.white {
	color: #FFF;
}

