body
{
	/*background-color: #222;*/
	background-color: #000000;
	margin: 0px 5%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

a:link, a:visited { color: #CCCCCC; }
a:hover { color: #990000; }

ul
{
	margin: 0;
	padding: 0;
}

ul a:link, ul a:visited, ul a:hover { text-decoration: none; }

li
{
	display: inline;
	clear: both;
	padding: 0 13px 0 5px;
	background-image: url(/images/icon_diamond.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 120%;
}

h2
{
	font-size: 130%;
}

h4
{
	border-bottom: 1px solid #AAA;
	display: block;
	width: 80%;
	margin-left: 0;
	padding-left: 0;
}

#form
{
	margin-left: 5%;
	text-align: left;
	font-size: 80%;

}

#contact
{
	margin-right: 20px;
	float: right;
	clear: both;
	display: block;
	text-align: left;
	font-size: 80%;
}

/* defines the main table containing everything*/
#container
{
width: 100%;
}

/*top header with logo*/
#header
{
/*
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	width: 100%;
	padding-right: 15px;
	text-align: right;
	vertical-align: bottom;
    */
    background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	padding-right: 15px;
	text-align: right;
	vertical-align: bottom;
}


#headLink{
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -65px;
    height: 100px;
    width: 129px;
    text-decoration: none;
}

/* Main Content tr */
#content
{
	border: 1px solid #FFF;
	border-width: 6px 15px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#mainContent{
    text-align: left;
    font: normal 12px sans-serif;
    margin: 5px 30px;
}

/*copyright at bottom of page */
#copyright
{
	font-size: 70%;
	text-align: right;
	padding: 10px 0 0 0 ;
	color: #AAA;
	display: block;
	position: relative;
	float: left;
	clear: both;
}

#footer
{
	/*
	text-align: left;
	vertical-align: top;
	height: 35px;
	font-size: 80%;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	text-align: right;
	vertical-align: top;
	font-size: 70%;
	padding-right: 25px;
}
#footer p{line-height: 70%;}

/* all content for nonGallery pages*/
#notGallery
{
	text-align: left;
	font-size: 80%;

}


/* posted by... on first page*/
.date { font-size: 85%; }

.noBG { background: none; }

/* images that aren't in the gallery*/
.image { margin: 10px;
float: right; }

/* page headers */
.head                           
{
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

/* Page Navigation on the first page*/
#pageNav
{
	border-color: #AAA;
	border-width: 1px 0 0 0;
	border-style: solid;
	width: 100%;
}

/* top main links*/
#toplinks
{
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

/* gallery links*/
#subNav
{
	text-align: left;
	vertical-align: top;
	width: 100%;
	margin: -10px 0 0 -10px;
}

#subNav li { font-size: 80%; }



