@charset "utf-8";

/*Primary Divs and Div IDs... using old plain divs with IDs rather than HTML5 elements such as <article> to make sure site displays on older browsers.*/
#article{
	width: 590px;
	height: auto;
	float:right;
	background:#FFF;
	border:solid medium;
}
#aside{
	width:195px;
	height:75px;
	clear:both;
	background:#000;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, 			
		sans-serif;
	color:#FFF;
}
body{
	background-color:#333;
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	margin:25px;
}
#container{
	width: 800px;
	height: auto;
	margin: 0 auto;
}
#footer{
	width: 800px;
	height: 108px;
	background:#000;
	clear:both;
	color: #FFF;
	font:12px Verdana, Geneva, sans-serif;
	text-align:center;
	padding-top:8px;

}
#header{
	width: 800px;
	height: 175px;
}

#leftCol{
	width:200px;
	height:auto;
	float:left;
}
#nav{
	width:185px;
	height: auto;
	background-color:#CCC;
	padding-left:5px;
	float:left;
	border:solid medium;
	font: 16px Verdana, Geneva, sans-serif;

}
#spacer{
	width: 800px;
	height: 15px;
	background:#000;
	color:#FFF;
	font-size:12px;
}
#spacerCol{
	width: 200px;
	height: 10px;
	color:#FFF;
	float: left;
}

/*Nav Link Design*/
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#600
}

/*Sub Element CSS*/

.center{
	text-align:center
}
.white{
	color:#FFF;
}

.smlbox{
	padding-top:15px;
	text-align:center
}
.paragraph{
	padding-left:15px;
	padding-right:15px;
	text-indent:25px;
}
.leftpadding{
	padding-left:15px;
}
.margin{
	margin-right:15px;
}
.listNoDots{
	list-style:none;
}


/*Visitor's Page Layout*/

.smallColLeft{
	width: 275px;
	height:auto;
	float:left;
}

.smallColRight{
	width: 275px;
	height:auto;
	float:left;
	text-align:center;
}
ul.visitors{
	padding: 0;
	margin: 0;
    list-style-type: none;
}
li.color1{
	background:#CCC;
	height:25px;
	padding-top: 5px;
	list-style:none;
}
li.color2{
	background:#FFF;
	height:25px;
	padding-top: 5px;
	list-style:none;
}

/*THIS CSS CONTROLS THE GALLERY DESIGN*/
#gallery {
	margin: 0px; 
	color: #666;
}
#gallery ul {
	margin: 0px;
	padding: 0px;
}
#gallery li {
	float: left; 
	margin: 10px 25px 10px 6px; 
	text-align: center; 
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif; 
	font-size: 10px;
	list-style-type:none;
	}
#gallery li img {
	display: block; 
	width: 144px; 
	height: 101px;
	}
#gallery h1 {
	margin: 24px 10px 0px 10px; 
	color: #ccc;
	}
#gallery ul li a {
	color: #555; 
	font-weight: bold; 
	text-decoration: none;}
a img {border: none}