@charset "utf-8";

/* 

STYLE SHEET FOR ONE PAGE PORTFOLIO WEB SITE
Created by Steven Spangler

Table Of Contents

	1. defaults
	2. main layout
	3. fonts	
	
/* - 1. defaults - */

body {margin: 0px;}

img{border:none}

/* - 2. main layout - */

#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	height: 200px;
	width: 900px;
	float: center;
}
#navbar {
	float: center;
	height: 50px;
	width: 900;
	bgcolor: #ffffff;
	
}
#topbar {
	float: center;
	height: auto;
	width: 23%;
	padding-top: 50px;
}
#footer {
	height: 300px;
	width: 900px;
	background-color:#FFFFFF;
}
#portfolio {
	height: auto;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/* - 3. fonts - */

.titletext {
	font-family: "Bill Hicks";
	font-size: 16px;
	font-weight: normal;
	color: #663366;
	}
	
a  {font-family: "Bill Hicks";
	font-size: 16px;
	font-weight: normal;
	color: #663366;
	text-decoration: none;
	}
	

.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.sidetitle {
	font-family: Corbel;
	font-weight: bold;
	color: #98CB00;
	font-size: 24px;
}

h4 {  font-size:14px; font-family: Arial, Helvetica, sans-serif; margin: 3px; color: #333333; text-align: center;  }

h5 {  font-size:14px; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 3px; color: #333333;   }

h6 {  font-size:12px; font-family: Arial, Helvetica, sans-serif; text-align: center; margin: 2px; color: #333333;   }

h3 {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CC3333;