/*CSS Document*/
BODY
{
	background-color: #FFF;
	margin: 0 auto;
	width: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
IMG
{
	border: none;
}
#top
{
	width: 100%;
	height: 75px;
	background-color: #002A5C;
}
#topcontent
{
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
}
#topcontent .logo
{
	position: relative;
	float: left;
	width: 30%;
	height: 75px;
}
#topcontent .links
{
	position: relative;
	float: right;
	text-align: right;
	top: 25px;
	right: 10px;
}
#topcontent .links A
{
	text-decoration: none;
	padding: 30px 8px 8px;
	color: #FFFFFF;
}
#topcontent .links A:hover
{
	color: #025;
	background: #FFF;
	padding: 30px 8px 8px;
}
#wrap
{
	padding: 0px;
	color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: none;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
font-family: verdana;
}

.credits
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	width: 100%;
	margin-top:100px;
	text-align:center
}
.credits A
{
	text-decoration: none;
	color: #002A5C;
}
.credits A:hover
{
	text-decoration: underline;
}

