/* ----------------  LAYOUT  -------------------*/

body
{
	border:  0px none;
	margin:  0px;
	padding: 20px 70px 0px 120px;
	background: #0f1012;
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

form, p, img, tr, th, h1, h2, h3, h4, h5
{
	border:  0px none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.break {
	clear: left;
}

#MAIN {
	width: 810px;
}

#TOP_BAR {
	padding: 40px 0px 70px 0px;
   color: white;	
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #545c69;	
}
#TOP_BAR a {
	color: #545c69;	
	text-decoration: none;
}
#TOP_BAR a:hover {
	text-decoration: none;
	color: #ffffff;
}
#PHOTO_BAR {
	width: 100%;
	height: 150px;
}

#PAGES {
   padding: 10px 10px 10px 10px;
}