/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	overflow: hide;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	text-align:left;
	width:900px;
	z-index:1;
	height: 100%;
}

#header {
	width: 900px;
	position: relative;
	height: 100px;
	text-align: center;
	background-color: white;
	
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#menu {
	/*
	background: url('../images/menubg.jpg') center top no-repeat;
	*/
	background-color: white;
	width: 900px;
	min-height: 25px;
	position: relative;

	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	
	margin-bottom: 15px;	
	text-align: center;
}
#menu a {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
}	
#main {
	/*
	background-image: url('../images/contentbg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-y;
	*/
	width: 860px;
	position: relative;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 15px;
	background-color: #ffffff;
	
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;

	text-align: left;
	font-family: arial; 
	font-size: 12px; 
	color: #000000;
	min-height: 70%;
}

#gallery {
	background: url() center top no-repeat;
	width: 860px;
	position: relative;
	text-align: center;
}

#copyright {
	width: 900px;
	text-align: center;
	position: relative;	
}

body {
	/*background: url('../layout/background2.jpg') center top no-repeat fixed;*/
	background-image: url('../layout/background2.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	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;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #757575;
}

img {
	border-style: none;
}