@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */


#container {
	width: 980px;
	padding-left: 40px;
}

body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10px;
	color: #000;
}

#sidenav {
	position: fixed;
	display: block;
	background-color: #FFF;
	width: 175px;
	height: 100%;
	margin-left: -100px;
	padding-left: 100px;
	
}

#main li{
	padding-top: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}


h1 {
	font-weight: bold;
	color: #FFF;
	
}

h2 {
	position: fixed;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

h3 {
	padding-top: 30px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

h5 {
	position: fixed;
	background-color: #FFF;
	padding-right: 2px;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

a:link {
	color: #000;
	text-decoration: none;	
}

a:active {
	color: #000;
	text-decoration: none;	
}

a:visited {
	color: #000;
	text-decoration: none;	
}

a:hover {
	color: #000;
	background-color: #FF3;
	opacity: 15%;
	text-decoration: none;	
}

#description2 {
	position: fixed;
	width: 130px;
	padding-top: 40px;
	line-height: 12px;
	
}

#copyright {
	padding-top: 150px;
	position: fixed;
}

#content {
	width: 600px;
	display: block;
	background-color: #FFF;
	margin-left: 200px;
	padding-top: 20px;
	
	
}

#contact {
	margin-left: 100px;
	width: 400px;
	text-align: center;
	font-weight: bold;
	
}

#description {
	position: fixed;
	margin-top: 20px;
}

.linklist {
	line-height: 13px;
	
}

.blog {
	padding-top: 10px;
	line-height: 13px;
	width: 600px;
	text-align: justify;
}

.workpage {
	width: 600px;	
}

.workpage td {
	padding: 3px;	
}

#workdisplay {
	margin-top: 40px;
	margin-left: 0px;
}