/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	/*background:url(images/backgrounds/page.jpg) repeat-y center;*/
	background-color:#d8d8d8;
	font-family:helvetica, arial, verdana;
	font-size:11px;
}

table, form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 18px 0;
	color:#666666;
}

a span {
	display:none;
}
/***************************************************** Framework */

#wrapper {
	margin:auto;
	text-align:left;
	width:700px;
}

#wrapper .menu {
	background:url(images/backgrounds/menu.jpg) repeat-x;
	padding:0 0 0 18px;
}

#wrapper .content {
	min-height:350px;
	background:url(images/backgrounds/wrapper.jpg) repeat-x white;
	padding:18px 0 18px 18px
}

*html #wrapper .content {
	height:auto !important;
	height:350px;
	padding:18px 0 0 18px;
}

#wrapper .footer {
	background:url(images/backgrounds/footer.jpg) repeat-x;
	padding:0 0 0 18px;
}

/*********************************************** Text & images */

img.floatRight {
	float:right;
	clear:right;
	margin:0 0 10px 10px;
}

img.floatRight#incidental {
	margin-top:-18px;
}

img.floatRight2 {
	margin:0 20px 15px 20px;
	float:right;
	clear:right;
}

img.floatLeft {
	float:right;
	clear:right;
}

h1 {
	color:#d4aa00;
	border-bottom:2px dotted #d4aa00;
	width:400px;
	font-size:16px;
	padding:0 0 3px 0;
}

*html h1 {
	padding:0 0 4px 0;
}

h2 {
	font-size:12px;
	clear:left;
}

h3 {
	font-weight:normal;
	font-size:14px;
}

a {
	color:#999;
}

ul li {
	list-style:square;
}

/***************************************** Gallery CSS */

a.galleryImage {
	float:left; 
	margin:0 30px 30px 0;
	text-decoration:none;
}

	a.galleryImage img {
		border:1px solid black;
	}

	a.galleryImage p {
		margin:5px 0 0 0;
		width:auto;
		text-align:center;
		font-size:13px;
		font-weight:bold;
	}
	
	a:hover.galleryImage p {
		text-decoration:underline;
	}