@charset "UTF-8";

#righttext{
	width:350px;
	font-family:verdana,sans-serif;
	color:#A1A1A1;
	font-size:10.5px;
	text-align:justify;
	word-spacing:-0.8pt;
	line-height:1.4;
	padding-right:20px;
	float:right;
	font-weight:lighter;
	font-style:normal;
	padding-top: 10px;
}

#lefttext{
	width:350px;
	font-family:verdana,sans-serif;
	color:#A1A1A1;
	font-size:10.5px;
	text-align:justify;
	word-spacing:-1pt;
	line-height:1.4;
	padding-left:20px;
	float:left;
	font-weight:lighter;
	font-style:normal;
	padding-top: 10px;
}

* {
	text-decoration:none
}

a:link {
	color: #666;
}

a:visited {
	color: #333;
}

a:hover {
	color: #666;
}

p {
	width:100px;
	text-align:left;
	border:2px solid #000;
	background-color:#0C6;
	height: 110px;
	float:left;
	font-size: 10px;
	line-height: -10px;
	}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#00aeef;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

h1 {
	font-size:12px;
	position: absolute;
}
		
h2 {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	font-size:15px;
	letter-spacing: 0.4px;
	color:#000;
	z-index: 0;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	font-size:10px;
	letter-spacing: 0.4px;
	color:#fff;
	z-index: 0;
}


#navcontainer {
	background-color:#000;
	position: fixed;
	width: 100%;
	height: 25px;
	z-index: 999;
	top:0;
	left:0;
}

#inline
{
	padding: 0px 0px 0px 5px;
	margin-top: 0px;
}

#inline li
{
	display: inline;
	font-size: .8em;	

}

#inline li a
{
	color:#00aeef;
	
	}

#inline li a:hover
{
	color:#CF6
	}

#panel {
	position:fixed;
	height: 100%;
	width: 8px;
	top: 0px;
	left: -2px;
	background-color:#00aeef
}

#content {
	margin:120px auto;
	width: 950px;
	height:3320px;
	background-color:#999;
	top:100;
	padding-top: 10px;
}

#project {
	margin:40px auto;
	width: 800px;
	height:500px;
	background-color:#000;
	border: 1px solid #000;
}

#archive {
	margin:110px auto;
	width: 950px;
	height:600px;
	background-color:#333;
	padding-top: 10px;
}
#about {
	margin:110px auto;
	width: 950px;
	height:600px;
	background-color:#CCC;
	padding-top: 10px;
}

#images {
	margin:0px auto;
	width: 800px;
	height:120px;
	background-color:#000;
	padding:3px;

}

.proecttext {
	color: #999;
	width: 350px;
	background-color: #FFF;
	padding: 5px;
	margin-top:0px;
}

#buttonrecent {
	z-index: 998;
	height: 170px;
	width: 30px;
	background-image: url(../images/button_recent.png);
	float: left;
	margin-left: -1px;
	margin-top: 40px;
}

#buttonarchived {
	z-index: 998;
	height: 179px;
	width: 30px;
	background-image: url(../images/button_archived.png);
	float: left;
	margin-left: -1px;
	margin-top: 40px;
}
#buttonabout {
	z-index: 998;
	height: 98px;
	width: 30px;
	background-image: url(../images/button_about.png);
	float: left;
	margin-left: -1px;
	margin-top: 40px;
}

#hslidecon {
	height:150px;
	width:800px;
}
