/* ---[ general ]----------------------------------- */

	body {
		background: navy;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #336699;
	}
	
	h1{
	font-size: medium;
	}
	
	h2{
	font-weight: bold;
	font-size: small;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	padding: 5px;
	background: #ccc;
	}
	
	h3{
	padding-left:10px;
	font-size: small;
	border-bottom: 1px solid #ccc;
	}
	
	p{
	font-size: x-small;
	margin-left: 5px;
	}

	
/* ---[ layout ]----------------------------------- */
		
	#wrap{
		text-align: left;
		width: 620px;
	}

	#maincenter {
		position: relative;
		width:480px;
		float:left;
		background:#fff;
		background-image: url('../assets/images/bottom.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 5px, 5px, 5px, 10px;
		}
	
	#mainleft {
	position: relative;
		width: 140px;
		float:left;
		/*background:#fff;*/
		padding-bottom:10px;
		}
		
/* ---[ misc ]----------------------------------- */

#bg_grey{
	background: #ccc;
}
#bg_white{
	background: #fff;
}
/* ---[ breadcrumbs ]----------------------------------- */
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
}

/* ---[ search ]----------------------------------- */
#search{
display: block;
float: right;
}

/* ---[ footer ]----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #777;
	background: #ccc;
	}
#footer p {
	margin: 0;
	padding: 10px;
	}
#footer a {
	color: #888;
	}
#footer a:hover {
	color: #000;
	}