/*
	layout inspiration from
	  http://www.code-sucks.com
*/

*{ 
	margin: 0; 
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

body{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 background-image: url('../Images/Background.png');
	 background-position:center;
	 background-repeat:repeat-y;
}

#wrapper{ 
	 margin: 0 auto;
	 width: 1000px;
}

#header{
	 width: 1000px;
	 height: 150px;
}

#navigation {
	position: relative;
	height: 60px;
	width: 974px;
	padding: 0px 10px;
	overflow: hidden;
	background-color: #ccc; -moz-border-radius: 25px; -webkit-border-radius: 25px; border: 3px solid #969696;
	font-size: 24px;
 	font-variant:small-caps;
 	font-weight:bold;
}

#navigation li {
	float: left;
	height:58px;
}

#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	line-height: 60px;
	z-index: 10;
	display: block;
	float: left;
	height: 60px;
	width: 162.33px;
	position: relative;
	overflow: hidden;
}

#navigation li.back {
	background-color: #969696; -moz-border-radius: 12px; -webkit-border-radius: 12px; 
	width: 9px;
	height: 40px;
	z-index: 8;
	margin-top: 10px;
	position: absolute;
}

#leftcolumn { 
	 margin: 5px 0px 0px 0px;
	 padding-bottom:25px;
	 padding-top:25px;
	 width: 200px;
	 float: left;
	 background-color: #ccc; -moz-border-radius: 25px; -webkit-border-radius: 25px; border: 3px solid #969696;
}

#leftcolumn li a {
	display: block;
	text-decoration:none;
	color:#000000;
	width: 185px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-weight: bold;
	border-bottom: 3px solid #969696;
}


#leftcolumn li a:hover{
	background-color:#969696;
}

#rightcolumn { 
	 float: left;
	 margin: 5px 0px 0px 5px;
	 padding: 25px;
	 min-height: 300px;
	 width: 733px;
	 background-color: #ccc; -moz-border-radius: 25px; -webkit-border-radius: 25px; border: 3px solid #969696;
}

#featuredprojects{
	color: #ccc;
	padding: 10px 0px 10px 0px;
	width: 200px;
	background-color: #868686;
	font-variant: small-caps;
	font-size: 24px;
}

#featuredprojects h2{
	margin-left: 15px;
}

#rightcolumn h2{
	font-size:36px;
	font-weight:lighter;
	padding: 0px 0px 15px 0px;
}

#rightcolumn h3{
	font-size:24px;
	font-weight:lighter;
	padding: 20px 0px 5px 0px;
}

#rightcolumn ul
{
	list-style:outside;
	padding-left: 16px;
}

#rightcolumn img{
	border:solid 8px #FFF;
	margin: 15px 15px 0px 0px;
}

#rightcolumn p
{
	font-size:16px;
	line-height:20px;
	text-align:justify;
}

object
{
	margin-top:20px;
}
