body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#container {
	width: 980px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	height: 800px;
}
#mainContent {
}

#nav {
	background-color: #637389;
	height: 29px;
	width: 706px;
	position: absolute;
	top: 0px;
	vertical-align: bottom;
	margin-left: 240px;
	padding-left: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#doc {display: block; width: 160px; height: 30px; background: url("images/doc_button.gif") no-repeat 0 0;}
#doc:hover {background-position: 0 -30px;}
#doc span {display: none;}

#art {display: block; width: 131px; height: 30px; background: url("images/art_button.gif") no-repeat 0 0;}
#art:hover {background-position: 0 -30px;}
#art span {display: none;}

#cli {display: block; width: 69px; height: 30px; background: url("images/cli_button.gif") no-repeat 0 0;}
#cli:hover {background-position: 0 -30px;}
#cli span {display: none;}


#media {
	top: 102px;
	margin-left: 274px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 650px;
}

#blurb {
	width: 600px;
	padding-top: 200px;
}

#flashContent {
	z-index: 1;
	position: absolute;
	width: 100%;
	left: -34px;
	top: -38px;
	background-image: url(images/loading.gif);
	width: 680px;	
}

#mediaDescript {
}

#sidebar {
	background-color: #070c08;
	background-image: url(sidepic2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 240px;
	height: 720px;
	text-align: center;
}

.sideblurb {
	font-size: 10px
}

.contact {
	font-weight: bolder;
	font-size: 11px;
}

#sidebarmenu {
	font-weight: bold;
	color: #999999;
	position: relative;
	top: 440px;
	margin: 0 auto;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#socialbookmark {
	position: relative;
	left: 292px;
}

a.sidemenu:link {
	color: #999999;
	text-decoration:none
}
a.sidemenu:visited {
	color: #999999;
	text-decoration:none
}
a.sidemenu:hover {
	color: #ffffff; 
	text-decoration:none
}
a.sidemenu:active {
	color: #999999;
	text-decoration:none
