/* CSS Document */

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	text-align:center;  /*centers the wrapper in ie5 and ie6 in quirks mode*/
	min-width: 760px;   /*netscape6 hack*/
	background-color: #000;
}

#wrapper { 
    width: 750px;  
	margin: 0px auto; 
	text-align: left; /*re-aligns content to the left after ie hack (see body)*/
	position: relative; 
	background-color: #FFF;
	font-size: 1em;
	margin-top: 8px;
}

#header {
	width: 750px;
	height: 150px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header p {
	padding: 122px 0 0 10px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #990000;
}

#main {
	padding: 14px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#main a {
	color: #990000;
	text-decoration: none;
}

#main a:hover {
	color: #000;
}

#main p {
	margin-bottom: 25px;
}

#footer {
	width: 750px;
	height: 50px;
	background-color: #000;
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 0.75em;
	padding-top: 10px;
}

#footer a {
	color: #000;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
}

#footer a.last {
	padding-right: 14px;
}

#footer a:hover {
	color: #990000;
}

#footer #extreme {
	font-size: 0.85em;
}

#footer #extreme a {
 	color: #990000;
}

#footer #extreme a:hover {
	color: #000;
}



.galleryRow
{
	border: dotted #FF9900 1px;
	padding: 3px;
}

.galleryBox
{
	float:left;
	width: 170px;
	text-align: center;
	height: 170px;
	margin: 9px 9px 0 0;
}

.galleryBox img
{
	border: 1px #000 solid;
}
.galleryNewRow
{
	width: 720px;
	height: 1px;
	clear: both;

}










