/* CSS Document */
html, body {
	color: #999999;
	background-color: #333333;
	margin: 0;
	padding: 0px;
	text-align: left;
	line-height: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
	}
body a {
	color: #CCFF99;
	text-decoration: none;
}
body a:hover {
	color: #0099CC;
}

wrapper, ul, ol, li, h1, h2, h3, form, fieldset, input, p, .img {
margin : 0; padding :0; }


#wrapper {
	width: 800px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #000000;
}
#logobar {
	width: 100%;
}
#logo {
	margin: 0px;
	float: left;
	padding: 10px 0px 10px 0px;
}

#nav ul{
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
}

#nav ul li{
	float:left;
	clear: none;
}

#nav li a {
	padding: 40px 10px 40px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	display: block;
	text-decoration: none;
	list-style: none;
	background-color: #333333;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-position: bottom;
	font-weight: bold;
	}
	
#nav li a:hover {
	color:#FFFFFF;
	display: block;
	background-image: url(../pictureimages/bgstrip.gif);
	background-repeat: repeat;

}

#box{
	width:800px;
	float: left;
	margin: 0;
	clear: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#leftbox, #sidebar{
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
}
#leftbox {
	float: left;
	width: 440px;
	padding-left: 100px;
	padding-right: 0px;
}

#leftbox dl {
	text-decoration: none;
	list-style:none;
	float:left;
	margin: 0;
	padding: 0px 10px 0px;
	width: 200px;
	}
	
.img a {
	margin: 0px 0px 0px 0px;
	float:left;
 opacity: 0.2;

}

.img a:hover{
	opacity: 1;
}


#sidebar {
	width:250px;
	float: right;
	clear: right;
}
#footer {
	clear: both;
	background-color: #333333;
	padding: 10px 10px 10px;
	text-align: center;
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}
h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
body.home #agraphicedesign,
body.interactive #ainteractive,
body.illustration #aillustration,
body.contact #acontact {
/*	background-image: url(../pictureimages/bgstrip.gif);
	background-repeat: repeat;*/
	color: #FF6600;
}
