html,body {
	height:100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#222;
	background-color:#666;
	margin: 0px;
	background-image:url(../images/1.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight: normal;
	color:#333;
	text-decoration:none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight: normal;
	color:#6b6473;
}

a img {
	border:none;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:3em;
	font-weight:bold;
	color:#666;
	text-align:center;
}

h1 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;	
	color:#666;
	text-decoration:none;	
}

h1 a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;	
	color:#6b6473;
	text-decoration:none;	
}

h4 a {
	color:#CCFFFF;
	text-decoration:none;
}

h4 a:hover {
	color:#6b6473;
}

p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	font-weight:normal;
	color:#000;
}

.clear {
	clear:both;
}

/*Navigation Elements*/
ul {
	width: 25%;
	list-style:none;
	float:left;	
}

ul li {
	font-size:.9em;
	font-weight:bold;
	color:#333333;
}

ul ul{
	position:absolute;
	white-space:nowrap;
	width:auto;
	display:none;
	background-color:#fff;
	line-height:1.5em;
	padding:0px 10px 0px 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #ccc;
}

ul ul li{float:none; background: transparent;font-size:1.0em;}/*Required for IE submenu to list properly*/
ul li:hover{position:relative;z-index:500;}
ul li:hover ul{display:block;}

#navigation {
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	width:auto;
	height:30px;
	padding:5px;
	background-color:#ebebe4;
}

#navigation a:hover {
	margin-right:auto;
	margin-left:auto;	
}

#navigation a:hover {
	color:#6b6473;	
}

/*Gallery Elements*/
#gallery {
	width:400px;
	clear:both;
}

.gallery_img {
	width:33%;
	float:left;
	text-align:center;
	padding-bottom:0px;
	line-height: normal;
}

.gallery_img a img {
	border:5px solid #FFF;
}

.gallery_img a:hover img {
	border:5px solid #999;
}
	
/*Footer Elements */
#footer {
	width:auto;
	height:50px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;	
	/*background-color:#FFF;*/
}

#footer #footeritem{
	float:left;
}