a {
	text-decoration:none;
	color:#888;
}

body {
	background:#003e7c url(../images/bg_texture.jpg) top left repeat fixed;
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:600px;
	background-color:#fff;
	margin:40px auto;
	padding:20px;
	border:1px solid black;
}

#header{
	background: url(../images/header_bg.jpg) top left no-repeat;
	height:144px;
	width:600px;
}

#header .spacer{
	border:none;
	width:100%;
	height:112px;
}

#home_content{
	color:#003e7c;
	padding:0;
	margin:0;
}
#home_content p{
	margin-top:0;
}

#home_content abbr[title]{
	border-bottom:1px dotted #003e7c;
}

#announcement{
	color:red;
}

#home_content a{
	color:#888;
}

#home_content a:hover{
	color:white;
	background-color:#003e7c;
}

#nav{
	width:600px;
	margin-top:-28px;
	font-size:16px;
}

#nav a{
	color:#003e7c;
	display:inline-block;
	width:25%;
	line-height:28px;
	text-align:center;
}

#nav a:hover{
	background: #003e7c url(../images/nav_bg.jpg) top left repeat-x;
}

#gallery{
	width:570px;
	margin:0 auto;
	line-height:0;
}

#gallery .thumb{
	width:75px;
	height:75px;
	border:2px solid #003e7c;
	margin:6px;
	padding:2px;
}

#gallery  a:hover .thumb{
	background-color:#888;
	width:85px;
	height:85px;
	border:6px double #003e7c;
	margin:-1px;
	padding:0;
}

#footer{
	background: #003e7c url(../images/footer_bg.jpg) top left no-repeat;
	padding-top:50px;
	padding-left:30px;
	padding-bottom:20px;
	font-size:0.9em;
}
