#header {
	background-image: url(../images/2010-02-13/header_red_stroke_8bit.png);
	width:581px;
	height:190px;
    background-repeat: no-repeat;
}

#contentheader {
    background-image: url(../images/2010-02-13/content_bg_top.png);
    width:581px;
    height:45px;
    background-repeat: no-repeat;
}

#contentfooter {
    background-image: url(../images/2010-02-13/content_bg_bottom.png);
    width:581px;
    height:45px;
    background-repeat: no-repeat;
}

#contentcontainer {
    background-image: url(../images/2010-02-13/content_bg.png);
    background-repeat: repeat-y;
	padding-top:0px;
}

#footercontainer {
	background-image: url(../images/2010-02-13/footer_bg.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	width:581px;
	height:45px;
}

#leftcol {
	width:116px;
	padding-top: 0px;
	margin-right:15px;
}

#leftcolcontent {
    position:fixed;
    top:200px;
    width:116px;
}

#nav li {
	background-image: url(../images/2010-02-13/button_bg.png);
	background-repeat:no-repeat;
	width:111px;
	height:26px;
	margin-top:10px;
}

#nav li a {
	text-align:center;
	text-decoration:none;
	padding-top:3px;
	-moz-opacity:100; 
	filter:alpha(opacity=100);
	opacity:100;
}

#nav li a:hover {
	font-weight:bold;
}

body {
	background-image: url(../images/2010-02-04/graph_paper_bg.png);
}
