@charset "UTF-8";
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: black;
	background-color: #FFFFFF;
	background-image: url(img/bg_wood.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0px;
}

a {
	font-weight: bold;
	color:#FF0066;
	text-decoration: none;
}

a img{
	border:none;
}

#container { 
	width: 717px; 
    margin: 20px auto 0px auto; 
	background-image: url(img/bg_left_col.jpg);
	background-repeat: no-repeat;
	}

#logo img{
	float: left;
	width: 171px;
	height: 90px;
}
	
#navigation {
	float: left;
	height: 392px;
	width: 171px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 20px;
	text-transform:uppercase;
}
	
#email {
	text-transform: lowercase;
	color: #777;
	font-size: 9px;
	margin-top: 100px;
}
	
#navigation a {
	color: black;
	text-decoration:none;
	font-weight: normal;
	}
	
#navigation a:hover {
	text-decoration:none;
	color:#7d6f62;
	}

#navigation #current {
	color:#FF0066;
}

.content {
	float: right;
	padding: 0 0 0 0;
	width: 534px;
	margin: 25px 0 0 0;
	background-image:url(img/bg_main_middle.jpg);
}

.content_top {
	background-image:url(img/bg_main_top.jpg);
	height: 17px;
}

.content_bottom {
	background-image:url(img/bg_main_bottom.jpg);
	height: 18px;
}

.content img { margin: 0 15px;}

.content .proj_title {
	font-weight: bold;
	margin-right: 15px;
	float: left;
	color:#333333;
	text-transform:uppercase;
}

.content .proj_description {
	font-weight: normal;
	margin: 0 20px 35px 20px;
	float: left;
	color: #666666;
	width: 450px;
}

html>body .content .proj_description {
	width: 450px;
	margin: 0 40px 15px 40px;
}

.content .link_to_top {
	font-size: 10px;
	text-align: right;
	margin: 0 20px 15px 20px;
}

html>body .content .link_to_top {
	margin: 0 20px 35px 20px;
}

h1 {
	font-size:16px;
	margin: 0 30px;
	padding: 0;
	text-transform:uppercase;
}

h2 {
	font-size: 1em;
	margin: 25px 30px 0 30px;
	padding: 0;
	text-transform: uppercase;
}

hr {
	clear:both;
	width: 500px;
	border: none;
	height: 1px;
	color: #CCCCCC;
	background-color:#CCCCCC;
}

p {
	margin: 0px 30px 10px 30px;
}

.column {
	width: 24em;
	float: left;
}