body{
	font-family:Arial, Geneva, sans-serif;
	font-size:75%;
	text-align: center;
	margin: 0; 
	padding: 0; 
}

#surround_div{
position: absolute;
text-align: center;
top: 0px;
left: 0px;
}

#nav{
background-image: url(../Images/Misc/banner.png);
padding: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 955px;
height: 110px;
}

#columns{
margin: 5px;
margin-top: 0px;
margin-bottom: 0px;
width: 953px;
clear: both;
}
#content{
background-color: #EFEFEF;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed; 
margin-bottom: 5px;
border: 0px;
width: 955px;
padding: 5px;
}

#footer{
background-color: #666666;
width: 955px;
padding: 5px;
}
		
.Center{
vertical-align:middle;
}

.NoTile{
background-repeat: no-repeat;
background-position:center;
}

.NoTile2{
background-repeat: no-repeat;
background-position:left;
}

.NoTile3{
background-repeat: no-repeat;
background-position:right;
}

.title{
font: bold 2em Geneva;
color: #000000;
}

.text{
font: 1.2em Geneva;
color: #000000;
}

.subtitle{
font: bold 1.4em Geneva;
color: #000000;
}

.monospace{
font: normal 1.0em "Courier New";
}

.white {
color: #FFFFFF;
}

.tiny{
font: 0.9em Arial;
}

p{
font: normal 1.0em Arial;
color: #1E1E64;
}

.kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../Images/Misc/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}

#gallery {
		background-color: #EFEFEF;
		padding: 10px;
		width: 800px;
}
#gallery ul { list-style:none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: 5px solid #EFEFEF;
		border-width: 5px 5px 20px;
	}
#gallery ul a:hover img {
		border: 5px solid #444;
		border-width: 5px 5px 20px;
		color: #fff;
	}
#gallery ul a:hover { color: #fff; }
