* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #121212;
	background: #121212 url(images/back_wood.jpg) fixed no-repeat top center;
	font: 14px/18px Helvetica, Arial, sans-serif;
	text-align: center;
}

/*=Top
-------------------*/

#top {
	margin: 0 auto;
	padding: 50px;
	background-image: url(images/blackground.png);
}

#top ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#top ul li {
	float: left;
	display: block;
}

#top ul li img {
	margin-left: 5px;
}

#top .al_left {
	margin-left: 35px;
	width: 250px;
}

/*=Logo
-------------------*/
.logo {
	margin: 20px 10px 0 0;
	background-image:url(images/logo-md.png);
}

/*=Body
-------------------*/

#wrap{
	width: 100%;
}

#mainBody {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

.contact {
	float: right;
	margin-top: -25px;
}

#content {
	margin: 10px 0 20px 40px;
	width: 860px;
}

#content ul {
	list-style: none;
	min-height: 364px;
	background-image: url(images/blackground.png);
}

#content ul li {
	display: block;
	clear: both;
}

#content ul li img {
	float: left;
	margin: 25px;
	border: #fff solid 15px;
}

.projectDescription {
	margin: 30px;
	float: left;
	width: 400px;
}

.projectDescription h2 {
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #f0e8e8;
}

.projectDescription h2 a {
	color: #f0e8e8;
	text-decoration: none;
	border: none;	
}

.projectDescription p {
	font-size: 0.9em;
}

.projectDescription p a {
	color: #72daff;
}

.projectDescription p strong {
	color: #0CBDFF;
}



.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.hide {
	display: none;
}

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

img {
	border: none;
	color: #fff;
}
