﻿body {
	margin:0px;
	padding:0px;
	font-family:Verdana;
	background:url('../gfx/bg.jpg') repeat-x black;
	font-size:11px;
	color:#fff;
	}

#contenair {
	width:auto;
	margin:auto;
	width:872px;
}


a {text-decoration:none; color:#fff;}
a:hover {text-decoration:underline; color:#fff;}

h1 {font-size:15px; color:#849149; margin:0px; padding:12px;}
h2 {font-size:13px; color:#fff;}

.center {text-align:center}
li {margin:5px; padding:0px;}
ul {margin:0px; padding:0px;}
/***************************************************/

#top {
position:relative;
float:left;
width:100%;
height:180px;
text-align:center;
}

#gallery-menu {	width:100%; text-align:center;}
#gallery-menu a {margin:0px 20px; color:red; font-size:13px; font-weight:bold;}
#gallery-menu a:hover { color:#fff; text-decoration:none;}

#content {
position:relative;
float:left;
width:100%;
height:auto;
text-align:left;
}

#left {
width:480px;
position:relative;
float:left;
}

#right {
width:360px;
margin-left:30px;
height:auto;
position:relative;
float:left;
min-height:500px;
background:url('../gfx/stairs1.jpg') no-repeat bottom right;
color:#c0c0c0;
text-align:left;
font-size:11px;
}

#highlight {
	height:45px;
	width:100%;
	background:url('../gfx/h1-bg.jpg') repeat-x;
}

#footer
{
position:relative;
float:left;
height:71px;
width:872px;
padding-top:55px;
background:url('../gfx/footer-bg.jpg') no-repeat;	 
text-align:center;
color:#c0c0c0;
}

#menu {
position:absolute;
width:400px;
margin-left:20px;
left:0px;
}

#info {
position:absolute;
width:450px;
right:0px;
}

#footer a{
	font-size:9px; 
	font-weight:bold;
	padding:0px 5px;
	color:#c0c0c0;
}

