/* CSS Document */

*{margin:0;padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-image:url(http://stevenz.wwudesigners.com/images/zs_background.png);
	background-repeat: repeat-y;
    background-position: center;
	}
	
a img {
    border:1px;
	border-color:#666666;
	}
	
h1 {
	font-size:1.8em;
	}
	
h2{	
	color:#FFFFFF;
	font-size:1.25em;
	line-height:2em;
	}
	
h3{	
	color:#000000;
	font-size:1em;
	line-height:2.5em;
	}
	
h4{
	color:#000000;
	font-size:1em;
	line-height:1em;
	}
	
h5{
	line-height:2em;
	}

li{
	line-height:1.5em;
	}
	
a:link {
	border:none;
	text-decoration:none;
	color: #CCCCCC;
	}
	
a:visited {
	border:none;
	text-decoration:none;
	color:#CCCCCC;
	}
	
a:hover{
	border:none;
	text-decoration:none;
	color:white;
	}
	
a:title {
	float:left;
	}
		
#maincontent{
	max-width:350px;
	padding:20px 0 0 20px;
	float:left;
	}
	
#main{
	width:500px;	
	margin:0 auto;
	background-color:white;
	}
	
#header{
	width:500px;
	height:100px;
	background-image:url(http://stevenz.wwudesigners.com/images/zs_masthead.jpg);	
	}
	
#titlebar{
	width:auto;
	height:20px;
	padding:5px 0 0 10px;
	background-color:#333333;
	}
		
#navmenu{
	width:100px;
	height:470px;
	padding:10px 0 0 15px;
	background-color:#636363;
	float:left;
	}
	
#rightcolumn{
	width:100px;
	height:480px;
	background-color:#ececec;
	float:right;
	}
				
#slideCont {
	margin: 10px;
	text-align: center;
	background-color:white;
	}
	
#slideCont img {
	margin: 5px;
	}
	
#footer{
	width:800px;
	min-height:20px;
	clear:both;
	background-color:#333333;
	}

#underconstruction{
	min-height:15px;
	width:100%;
	background-color:red;
	text-align:center;
	}
