/* CSS Document */
#container 
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	text-align:left;
	width:770px;
	z-index:1;
}

#header {
	width: 770px;
	position: relative;
	height: 326px;
}

#menu {
	background: url('images/menubg.jpg') center top no-repeat;
	width: 770px;
	height: 34px;
	position: relative;
	
}	

#main {
	background-image: url('layout/whitebg.jpg');
	background-attachment: scroll;
	background-repeat: repeat;
	width: 730px;
	position: relative;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 15px;
	background-color: ffffff;
	opacity:0.8;
	text-align: left;
	font-family: arial; 
	font-size: 12px; 
	color: #000000;
}

#gallery {
	background: url() center top no-repeat;
	width: 730px;
	position: relative;
	text-align: center;
}

#copyright {
	width: 730px;
	text-align: center;
	position: relative;	
}

body {
	background: url('layout/background.jpg') center top no-repeat fixed;
	margin-left: 30px;
	margin-right: 30px;	
}

body, table, tr, td, div, p, span {
	font-family: arial; 
	font-size: 12px; 
	color:#000000;
	
}

a:visited, a:link {
	text-decoration: none;
	font-style:oblique;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #ff0000;
}
img
{  border-style: none;
}

