body {
	color: #FFF;
	background-color: #000;
	font-family: 'Pompiere', cursive, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
a {
	color: #eee;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header {
	text-align: center;
	width: 100%;
}
#nav {
	color: #FFF;
	background-color: #222;
	padding: 6px;
	text-align: center;
	font-size: 1.3em;
	width: 100%;
	margin-bottom: 15px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	margin-right: 8px;
	margin-left: 8px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
#nav a:hover {
	color: #EEE;
	background-color: #777;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 8px;
	margin-left: 8px;
}


#specialmessage {
	font-weight: bold;
	padding: 14px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 1.2em;
	color: #333;
	background-color: #FFD;
	text-align: center;
	width: 800px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #D00;
	line-height: 1.3em;
}


#homecontent {
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:center;
	font-size: 1.2em;
	line-height: 1.3em;
}
#homecontent p {
	padding-bottom: 15px;
}

#content {
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 1.3em;
	overflow: auto;
}
#content ul li {
	padding-bottom: 8px;
	list-style-type: disc;
}
#content ul {
	padding-left: 15px;
}

#content p {
	padding-bottom: 20px;
}
#content h2 {
	font-size: 120%;
	padding-bottom: 10px;
}



h1 {
	font-family:'Pompiere', cursive, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	line-height: 1.8px;
	padding-bottom: 28px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#galleries {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align:center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 20px;
	background-color: #111;
}


.homegalleryimage a {
	color: #FFF;
	text-decoration: none;
	padding: 20px;
}
.homegalleryimage a img {
	border: 2px solid #AAA;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
	margin-right: 10px;
}
.homegalleryimage a:hover img {
	border: 2px solid #FFF;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */		
}
#footer {
	font-size: 1em;
	color: #888;
	text-align: center;
	padding: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer a {
	color: #888;
	text-decoration: underline;
}



.cleardiv
{
	clear:both;
	width: 100%;
	height: 1px;
}
#gallerylist {
	height: 250px;
	width: 600px;
	overflow: auto;
	margin: auto;
	white-space: nowrap;
	text-align:left
}
.imagesingallery {
	margin: 4px;
	height: 350px;
	width: 450px;
	text-align: center;
	float: left;
}
.imagesingallery img {
	padding: 10px;
	border: 1px solid #FFF;
}
#imagenav {
	color: #333;
	background-color: #FFF;
}
.imagenav a {
	color: #000;
	text-decoration: none;
}
#fullimage {
	float: left;
	width: 625px;
}
#imageinfo {
	float: right;
	width: 300px;
}
.purchaseit
{
	background: #DD2;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #D00;
	line-height: 1.3em;
	padding: 5px;
	text-align: center;
	margin-top: 14px;
}
.purchaseit a
{
	color: #333;
	text-decoration:none;
}
#msg {
	font-weight: bold;
	padding: 14px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 1.5em;
	color: #333;
	background-color: #ff4;
	text-align: center;
	width: 90%;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #D00;
	line-height: 1.3em;
}
