* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #585b60;
}

a {
	color: #990000;
}

a:active, a:hover {
	text-decoration: none;
}

table, body, tr, td, input, textarea {
	font-family: Tahoma,Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, a img {
	border: 0px;
	vertical-align: bottom;
}

div.clr {
	clear: both;
}

div.containerout {
	background-image: url(/i/containerout-bg.png);
	background-position: center top;
	width: 100%;
}
	
div.container {
	width: 750px;
	margin: auto;
}

div.header {
	height: 130px;
	padding-left: 125px;
}

div.menu {
	height: 480px;
	background-image: url(/i/menu-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 30px;
}

div.menu a {
	color:  #898a8e;
}

div.menu ul {
	width: 80px;
	margin-left: 70px;
}

div.menu li {
	display: block;
	border-bottom: 1px solid #898a8e;
	height: 20px;
}

div.menu li a:hover {
	background-position: -80px 0px;
}

div.menu li a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
	display: block;
}

div.menu li a#main {
	background-image: url(/i/menu-main.png);
}

div.menu li a#gallery {
	background-image: url(/i/menu-gallery.png);
}

div.main {
	height: 510px;
	background-image: url(/i/main-bg.png);
	background-color: #f2f2f1;
	float: right;
}
div.mainin {
	height: 480px;
	background-image: url(/i/mainin-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 190px;
	width: 400px;
	padding-right: 10px;
	padding-top:30px;
}

div.mainin p {
	margin-bottom: 10px;
	text-indent: 15px;
}

div.mainin img {
	border: 1px solid white;
	margin: 19px;
}

div.footer {
	background-image: url(/i/footer-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 135px;
	color: white;
	text-align: right;
	font-size: 11px;
}

div.footer p {
	margin-bottom: 2px;
}

div.footer a {	
	color: White;
}
