body {
background: #fff;
margin: 0;
padding: 0;
text-align: center;
font-family: helvetica, arial, sans-serif;
}

p {
font-size: 13px;
line-height: 20px;
margin-top: 0;
margin-bottom: 18px;
color: #525252;
}

h1 {
margin: 0;
padding: 0;
}

h2 {
font-size: 17px;
color: #993333;
margin: 0 0 7px 0;
padding: 0 0 6px 0;
border-bottom: 1px dotted #ccc;
}

h3 {
font-size: 17px;
color: #525252;
margin: 0 0 10px 0;
padding: 0;
}

a {
font-weight: bold;
color: #003333;
}

a:visited {
color: #828080;
}

a:hover {
color: #237777;
}

#everything {
width: 750px;
margin: 40px auto 0 auto;
}

#container {
width: 750px;
margin: 0 auto 0 auto;
text-align: center;
float: left;
}


#header {
width: 750px;
height: 23px;
border-bottom: 3px solid #993333;
margin: 0 auto 0 auto;
text-align: left;
padding-bottom: 6px;
}

#nav {
width : 150px;
height: 33px;
background: black;
margin-top: 12px;
margin-bottom: 12px;
}

#nav ul {
margin: 0;
padding: 0;
}

#nav li {
/*float the main list items*/
height: 30px;
float: left;
display: block;
margin: 0;
padding: 0;
text-indent: -9999px;
}

#nav a {
display: block;
width: 150px;
height: 30px;
text-decoration: none;
}

#nav a:hover {
background-position: bottom left no-repeat;
}

#news, #news a {
background: url(/images/nav/newsnav.gif) top left no-repeat;
}

#news a:hover {
background: url(/images/nav/newsnav.gif) bottom left no-repeat;
}
	
#news a.selected {
background: url(/images/nav/newsnav.gif) bottom left no-repeat;
}
	
#portfolio, #portfolio a {
background: url(/images/nav/portfolionav.gif) top left no-repeat;
}

#portfolio a:hover {
background: url(/images/nav/portfolionav.gif) bottom left no-repeat;
}
	
#portfolio a.selected {
background: url(/images/nav/portfolionav.gif) bottom left no-repeat;
}

#sketchbook, #sketchbook a {
background: url(/images/nav/sketchbooknav.gif) top left no-repeat;
}

#sketchbook a:hover {
background: url(/images/nav/sketchbooknav.gif) bottom left no-repeat;
}
	
#sketchbook a.selected {
background: url(/images/nav/sketchbooknav.gif) bottom left no-repeat;
}

#graphicdesign, #graphicdesign a {
background: url(/images/nav/designnav.gif) top left no-repeat;
}

#graphicdesign a:hover {
background: url(/images/nav/designnav.gif) bottom left no-repeat;
}
	
#graphicdesign a.selected {
background: url(/images/nav/designnav.gif) bottom left no-repeat;
}

#contact, #contact a {
background: url(/images/nav/contactnav.gif) top left no-repeat;
}

#contact a:hover {
background: url(/images/nav/contactnav.gif) bottom left no-repeat;
}
	
#contact a.selected {
background: url(/images/nav/contactnav.gif) bottom left no-repeat;
}

#links, #links a {
background: url(/images/nav/linksnav.gif) top left no-repeat;
}
	
#links a:hover {
background: url(/images/nav/linksnav.gif) bottom left no-repeat;
}
	
#links a.selected {
background: url(/images/nav/linksnav.gif) bottom left no-repeat;
}

#content {
width: 585px;
min-height: 200px;
float: left;
display: inline;
padding: 21px 0 12px 12px;
text-align: left;
border-left: 3px solid #999966;
}

#sidebar {
width: 150px;
float: left;
text-align: left;
margin-bottom: 12px;
}

#footer {
width: 750px;
height: 12px;
float: left;
border-top: 3px solid #003333;
margin-bottom: 20px;
padding-top: 6px;
text-align: left;
}

fieldset {
border: 1px dotted #999;
margin: 0;
padding: 10px;
background: #eee;
}

form {
margin: 0;
padding: 0;
}

label {
font-size: 13px;
color: #525252;
font-weight: bold;
}

legend {
font-size: 15px;
color: #525252;
font-weight: normal;
background: #fff;
}

input, textarea {
margin-bottom: 10px;
}

.lightdude ul {
margin: 5px 0 0 0;
padding: 0;
float: left;
}

.lightdude li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}

.lightdude img {
margin-right: 8px;
margin-bottom: 8px;
}

.sepdash {
border-bottom: 1px dotted #ccc;
margin-bottom: 18px;
}