body {
	margin: 10 px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-position: center;
}
div {padding: 0px; margin: 0px;}
h1 {text-align: center;}
#wrapper {
	width: 760px;
	margin: auto;
	font: 16px arial;
	background-color: #FFFFFF;
}

#header {
	padding: 20px;
	color: white;
	text-align: center;
	font-size: 2.2em;
	background-color: #000000;
	background-image: url(images/noanimation.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

#sidebar {width: 180px; padding: 0px; float: left; font-size: 0.7em; } 

#main {margin: 5px 0px 5px 180px; padding: 20px; height: auto; border: 1px solid navy;}

#footer {
	text-align: center;
	padding: 0px;
	color: #000000;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	font-weight: normal;
}

#sidebar a {
	display: block;
	height: 30px;
	width: 175px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid navy;
	text-decoration: none;
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8396D9;
}

.floatleft {
	float: left;
	margin-right: 10px;
}


#sidebar a:link {
	color: #0066FF;
	text-decoration: none;
	background-image: url(pixies2.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#sidebar a:visited {
	color: #0066FF;
	text-decoration: none;
	background-image: url(pixies2.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(pixies2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

body#home a#homelink,
body#about a#aboutlink,
body#products a#productslink,
body#projects a#projectslink,
body#mainelinks a#mainelink,
body#contact a#contactlink
{
	color: green;
	background-image: url(pixies2.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#indexbox {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.floatright {
	float: right;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
