@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #8A0000;
}

#wrapper {
	width: 960px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: auto;
	width: auto;
	margin-top:4%;
	background-color:#FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}

#navcolumn {
	width: auto;
	height: auto;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
}

#project_nav {
	float:left;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	padding:20px;
	min-width:180px;
	max-width: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#project_text{
	float:left;
	width:303px;
	height:auto;
	background-color:#FFFFFF;
	padding:20px;
	font-size: 11px;
	color: #333333;
}

#top_text{
	float:left;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	font-size: 11px;
	color: #000000;
	margin-bottom:5px;
}

#content {
	float: right;
	width: auto;
	height: auto;
	background-color:#FFFFFF;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
}

.text_title {
	font-weight: bold;
	font-size: 20px;
}
.text_title a:link {text-decoration: none;	color: #000000;}
.text_title a:visited {text-decoration: none;	color: #000000;}
.text_title a:hover {text-decoration: none;	color: #FFFFFF;	background-color:#330000;}

.text_project_title {
	font-weight: bold; 
	font-size: 15px;
	color:#666666;
}

.text_heading {
	font-weight: bold; 
	font-size: 15px;
	word-spacing:20px;
}
.text_heading a:link {	text-decoration: none;	color: #999999;}
.text_heading a:visited {text-decoration: none;	color: #999999;}
.text_heading a:hover {	text-decoration: none;	color: #FFFFFF; background-color:#330000;}

.text_heading_2 {
	font-weight: bold; 
	font-size: 15px;
	word-spacing:20px;
}
.text_heading_2 a:link {	text-decoration: none;	color: #666666;}
.text_heading_2 a:visited {text-decoration: none;	color: #666666;}
.text_heading_2 a:hover {text-decoration: none;	color: #FFFFFF;	background-color:#330000;
}

.text_small {
	font-size: 11px;
	word-spacing:20px;
}
.text_small a:link {	text-decoration: none;	color: #000000;}
.text_small a:visited {text-decoration: none;	color: #000000;}
.text_small a:hover {	text-decoration: none;	color: #FFFFFF; background-color:#330000;}

.text_normal {
	font-size: 11px;
}

.image_nav {
	border-color:#8A0000;	
}
