@charset "UTF-8";
/* CSS Document */

* {margin:0px;
	padding:0px;
	}
a {text-decoration:none;
	color:#969181;
	padding:3px;
	}

a:hover {text-decoration:none;
	background-color:#6B8119;
	color:#0B0C0B;
	padding:3px;
	}
	
body {
	background-color:#0B0C0B;
	color:#969181;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:100%;
	line-height:120%;
	
}

object {float:left;
		margin-left:5px;
		margin-right:5px;}

img {
	margin-left:10px;
	margin-right:10px;
	vertical-align: middle;		
		}

#head {
	position:fixed;
	padding-left:25px;
	width:950px;
	height:200px;
	background-color:#0B0C0B;
		
		}
		
#work {	margin-top:200px;
		color:#969181;
		font-size:60%;
		width:950px;
		height:700px;}
		
ul {list-style:none;}

#indentifier {	width:375px;
				height:175px;
				float:left;
				background-image:url(pics/logo.png);
				background-repeat: no-repeat;
				background-position: left top;	
				margin-top:25px;
				text-align:right;
				padding-top:36px;
				}
#identifier, p { padding-right:8px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:60%;
				}

p.descrip {
	height:400px;
	width:200px;
	margin-top:75px;
	margin-left:50px;
	margin-right:50px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:225%;
	font-size:75%;
	font-weight:100;
	color:#969181;
	float:left;
	text-align:center;
			}
			
img {float:left;
border-style:none;
	}


#category {	float:left;
			border-left:dotted;
			border-width:1px;
			border-color:#969181;
			width:175px;
			height:175px;
			margin-left:25px;
			}
#category ul {margin:38px 0 0 30px;
				font-size:60%;
				font-family:Georgia, "Times New Roman", Times, serif;
				}	

			
#worklist {	width:200px;
			height:175px;
			float:left;
			margin-left:25px;
			border-left:dotted;
			border-width:1px;
			border-color:#969181;
				}
		
#worklist ul {margin:38px 0 0 30px;
				font-size:65%;
				font-family:Georgia, "Times New Roman", Times, serif;
				}		
		
		
		
#category2 {	float:left;
			border-left:dotted;
			border-width:1px;
			border-color:#969181;
			width:500px;
			height:175px;
			margin-left:25px;
			}		
#category2 ul {margin:38px 0 0 30px;
				font-size:75%;
				font-family:Georgia, "Times New Roman", Times, serif;
				}	
		
#main { width:4500px;
		height:400px;
		padding-top:210px;
		background-color:#0B0C0B;
		margin-left:60px;
		}

		 
		 		
		
.hidden { display:none; }

.unhidden {  display:block; }
		
		