/* CSS Document */

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

img {
border:none;
}

body {
	background-color:#330033;
	margin-right: 17px;
	min-width:880px;
	width:880px;
	}
#top_nav a:link {
	color:#fff;
	text-decoration: none;
	}
#top_nav a:visited {
color: #FFFab2;
	text-decoration: none;
}
#top_nav a:hover {
color: #330033;
	background-color: #fff;
	text-decoration: none;
}


#top_nav {
width:130%;
margin-top: 4px;

	}	
#top_nav li {
	display:inline;
	margin: 0 2% 0 2%;
	padding:2px;
	background-color: #330033;
	font-size: 130%;
	font-weight:bold;
	
	}
#image_block {
float: left;
width: 658px;
margin: 8px 0;
}
#news_column{
float:right;
width: 200px;
margin-top:20px;
}

#news_column li {
margin-top:15px;
font-size:small;
list-style-type:disk;
margin-left:10px;
}
#news_column a {
font-weight:bold;}

 #content {
 clear: left;
 margin-left:7px;
 }
 #content p {
 margin-bottom:20px;
 }
#home #content p {
width: 658px; 
 }
 
 #content ul {
 margin-top:40px;
 }

 #content li{
 margin: 24px 40px;
 list-style-type:disk;
 }
 
 
#footer {
margin:40px 0 10px;
text-align:center;
font-size:small;
clear: both;
}

.add_space {
margin-top:20px;
}

#gallery_category_list ul {
margin-bottom:30px;
}

#gallery_category_list a {
text-decoration: none;
}
#gallery_category_list li {
list-style-type:none;
display: inline;
float: left;
width:175px;
}

#gallery_category_list img {
border:1px solid #fff;
padding:2px;
}

#controls input {
color:#000033;
}

#slide_show #content {
text-align:center;
}

#slide_show #placeholder img {
border:3px double #fff;
padding:4px;
}
/*span.image_text {
width:110px;
}*/

/*#gallery_category_list #test {
display:
}*/

table.gallery td{
padding:15px;
}

.smaller {
font-size:smaller;
}