body {
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color:#EBECEB;
	margin:0px;
	color:#B5B5B5;
	font-family: 'Trebuchet MS', Arial; 
	font-size:13px;
}

#main {
	margin: 0 auto;
	width:780px;
	background-color:black;
}

#header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:780px;
	height: 284px;
}

#mainContent {
	padding:5px;
}

#contentTable {
	width:100%;
}

#contentTable td {
	vertical-align:top;
}

#tableSepVer div {
	border-bottom:1px solid gray;
	height:2px;
}

#contentTable .story {
	width:600px;
}

.mainText {
	padding:20px;
	line-height:20px;
	border-right:1px solid gray;
}

.chooseProjects {
	padding:15px;
	line-height:20px;
	text-align:center;
}

.chooseProjects a img {
	border: 1px solid gray;
}

.chooseProjects a:hover img {
	border: 1px solid #B2C8DE;
}

.navigation {
	padding:15px;
	line-height:30px;
	font-weight:bold;
	color:white;
}

.navigation a, a {
	color:white;
	text-decoration:none;
}

.navigation a:hover, a:hover {
	color:#B2C8DE;
}

#footer {
	border-top:1px solid #666;
	text-align:center;
	font-size:11px;
	padding:3px;
	background-color:#444;
}