/*CSS*/
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2009, Michael Golino */


html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-image: url(lines.png);
	background-repeat: repeat;
	background-position: top;
	
	}

a:link {
	color: #cccc99;
	text-decoration: none;
	}
a:visited {
	color: #cccc99;
	text-decoration: none;
	}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}

#container {
	width: 1015px;
	margin-right: 0px;
	margin-left: -3px;
	margin-top: 9px;
	z-index: 1;
	position: absolute;
	}

#inner_left_SideBar a:link {color: #99331c;}
#inner_left_SideBar a:visited {color: #99331c;}
#inner_left_SideBar a:hover {color: #999999;}

#portfolio a:hover {opacity: 0.5;}
#portfolio_2 a:hover {opacity: 0.5;}

#inner_textBlock a:link {color: #336666;}
#inner_textBlock a:visited {color: #336666;}


#portfolio {
	z-index: 2;
	width: 300px;
	height: 700px;
	margin-top: 27px;
  	margin-left: 725px;
  	margin-right: 0px;
  	margin-bottom: 25px;
	text-decoration:none;
	position: fixed;
	top: 3px;
	opacity: 0.8;
}
#main_Graphic {
	background-image: url(djmd_logo.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 15px;	
	height: 211px;
	width: 752px;
	position: fixed;
	bottom: 19px;
	z-index: 5;
}

#textBlock {
	z-index: 4;
	height: 1800px;
	margin-top: 15px;
  	margin-left: 127px;
  	margin-right: 25px;
  	margin-bottom: 25px;
  	border: double 3px #cc3300;
  	border-width: 0 3px;
	width: 595px;
	position: fixed;
	top: 8px;
	opacity: 0.8;
	background-color: #cccc99;
	background-repeat: repeat;
	background-position: center; 
}

#inner_textBlock {
	z-index: 4;
	height: 800px;
	margin-top: 0px;
  	margin-left: 44px;
  	margin-right: 15px;
  	margin-bottom: 5px;
	width: 85%;
	position: relative;
	top: 10px;
	background-color: #cccc99;
	background-repeat: repeat;
	background-position: center;
	font-size: 1em;
 	color: #330000;
  	font-weight: normal;
	font-family: sans-serif;
}

#nav_bar {
	background-color: #cc3300;
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	width: 1250px;
	margin-top: 0px;
  	margin-left: 10px;
	position: fixed;
	top: 7px;
	z-index: 5;
	font-size:  0.9em;
	line-height:1.8em;
 	color: #ffffff;
  	font-weight: normal;
	font-family: arial,helvetica,clean,sans-serif;
	
	
}

#left_SideBar {
	background-color: #808080;
	background-repeat: no-repeat;
	background-position: left;
	height: 1800px;
	width: 88px;
	margin-top: 12px;
  	margin-left: 10px;
  	opacity: 0.9;
	position: fixed;
	top: 0px;
	z-index: 2;
}


#inner_left_SideBar {
	background-color: #808080;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	width: 58px;
	margin-top: 50px;
  	margin-left: 12px;
	position: absolute;
	top: 10px;
	font-weight: bold;
	color: #99331c;
	font-size: 0.9em;
	font-family: arial,helvetica,clean,sans-serif;
	z-index: 2;
}

.accesskey {
	}
