@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	/*background-color: #E9E9E9;*/
	background-color:#6a6a6a;
	background-image:url(images/backstripe.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size:22px;
	margin:1px 0px 1px 10px;
	letter-spacing:18px;
	color:#dddddd;
	font-weight:normal;
	text-align:center;
}
#headerDesc {
	margin:1px 0px 0px 0px;
	color:#f7f7f7;
	text-align:center;
	letter-spacing:1px;
}
#header {
	padding:2px 10px 4px 0px;
	background-color:#232323;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#headerContainer {
	margin-left: auto;
	margin-right: auto;
	width:800px;
}
h2 {
	font-size:15px;
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
	padding:2px 0px 2px 10px;
	font-weight:normal;
	background-image:url(images/tab.jpg);
	background-repeat:no-repeat;
}
.container {
		margin-left: auto;
		margin-right: auto;
		width:800px;
	 border-right:1px solid #6f6f6f;
	 border-bottom:1px solid #333333;
	 border-top:1px solid #dadada;
	 border-left:1px solid #b0b0b0;
	 padding:5px 10px 5px 10px;
	 /*background-color:#F3F3F3;*/
	 background-color:#FFFFFF;
	 margin-top:5px;
	 clear:both;
	 
}
.container img {
	clear:both;
}
.textBody {
	padding:2px 10px 2px 10px;
}
.textBody li {

}
#headerDesc {
	margin:1px 5px 0px 0px;
}

.project {
	clear:both;
	margin-bottom:20px;
	border-bottom:1px dotted #333333;
	padding-bottom:20px;
}
.projectTitle {
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;
}
a:link {
	color: #83100a;
	text-decoration: none;
}
a:visited {
	color: #83100a;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
img {
	clear:both;
	margin-bottom:5px;
}
