body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/gizmoback.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #F60;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #F33;
}

/* Page Components */

#wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0 30px 15px 30px;
	background-color: #F5F5F5;
	text-align: left;
}
#banner {
	position: relative;
	width: 760px;
	height: 64px;
	margin: 0 auto 0 auto;
	background-color: #EAEAEA;
	background-image: url(../images/gizmobanner.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0;
}
#navbar {
	position: absolute;
	top: 25px;
	left: 193px;
}
.sidebar {
	width: 200px;
	float: right;
	margin: 0 10px 10px 10px;
	border: solid 1px #FDD041;
	padding: 10px;
	border-top-width: 5px;
	background-color: #FBEF99;
}
.sidebar h3 {
	font-size: 13px;
	margin: 0;
	text-align: center;
}
img.linkpic {
	float: left;
	margin: 10px 20px 25px 20px;
	border: 1px solid #000;
}
img.leftpic {
	float: left;
	margin: 5px 20px 10px 0;
	border: 1px solid #000;
}
img.gallery {
	margin: 10px 10px 25px 10px;
	border: 1px solid #000;
}

/* Browser Bug Hacks */
* html .sidebar {
	display: inline;
	width: 222px;
	w\idth: 200px;
}

/* Navigation Bar */

ul.nav {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}
ul.nav li { display: inline; }
ul.nav a {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	padding: 0 15px 0 15px;
	margin-right: 5px;
	background-color: #EAEAEA;
	font-size: 12px;
	text-decoration: none;
}

/* Headline and Paragraph Styles */

h1 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0 0 0 7px;
	color: #000000;
	background-image: url(../images/ttlgrad.jpg);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}
h2 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 18px;
	margin: 25px 0 10px 0;
	padding: 0 0 0 7px;
	color: #2F4F4F;
	background-image: url(../images/ttlgrad.jpg);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}
h3 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000000;
	overflow: hidden;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 10px;
}
p.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 35px;
	text-align: center;
	clear: both;
}
p.separator {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}


