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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}

#header {
	overflow:auto;
	padding: 20px 0px 15px 30px;
	border-bottom: 1px solid;
	border-bottom-color: #BFBFBF;
	background-color: #F7F7F7;
	position: fixed;
	width: 145px;
}

#footer {
	overflow:auto;
	position:fixed;
	font-size:10px;
	bottom:20px;
	margin-left: 20px;
	width: 280px;
	color: #AAA;
}

.container {
    padding: 100px 0px 0px 20px;
}

#nav {
	margin:0;
	list-style-type:none;
	font-weight: bold;
	}	

#mainnav {
	width:100%;
	padding:20px 0px 15px 0px;
	position:fixed;
	margin-left: 175px;
	border-bottom: 1px solid;
	border-bottom-color:#BFBFBF;
	background-color: #F7F7F7;;
}
	
.menu {
	width: 145px;
	overflow:auto;
	margin-top: 85px;
	padding: 0px 0px 0px 30px;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	text-decoration: none;
	list-style: none;
	line-height: 15px;
}

.profile {
	padding-top: 85px;
	padding-left: 30px;
}

.updates {
	padding-top: 85px;
	padding-left: 175px;
}

#ContentArea img {
	margin-top: 85px;
	padding-right: 10px;
	height: 540px;
}

#ContentArea {
	padding: 0px 0px 0px 0px;
	margin-left: 175px;
	height: 540px;
	width: 100%;
}

.projdesc {
	padding: 20px 0px 0px 5px;
	color: #666666;	
	position: fixed;
}

.logodesc {
	padding: 20px 0px 0px 5px;
	color: #666666;	
	position: inherit;
}

.projtitle {
	font-size: 11px;
	font-weight: bold;
	color: #333333;	
}

.comingsoon {
	font-size: 11px;
	color: #999;	
}

a:link {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	font-style: bold;
	text-decoration: none;
	color: #F00;
}

a:active {
	text-decoration: none;
	color: #F00;
}

* {
	margin:0;
	padding:0;
}




