body {
	margin:0px;
	background:url(../images/worksbg.jpg) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper {
	width:960px;
	margin:90px auto 20px auto;
}

#header {

}

#logo {
	width:201px;
	float:left;
}

#nav {
	float:right;
	overflow:auto;
	width:210px;
}

ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

li {
	float:left;
}

.nav_mar {
	margin-right:30px;
}

#content_container {
	margin-top:50px;

}

.work_container {
	border-bottom:1px solid #dddddd;
	padding-bottom:15px;
	margin-bottom:15px;
}

.work_container_last {
	padding-bottom:15px;
	margin-bottom:15px;
}

.work_header {
	margin-bottom:15px;
}


.work_image {
	width:531px;
	height:240px;
	float:left;
	border:1px solid #cccccc;
}

.work_desc {
	width:360px;
	float:right;

}

.desc {
	font-size:14px;
	line-height:20px;
}

.desc a {
	color:#d12222;
	font-weight:bold;
	text-decoration:none;
}

.desc a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.clearfix {
	clear:both;
}

a {
	outline:none;
}

a:active{
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

h1 {
	font-size:16px;
	padding:0px; 
	margin:0px;
}

h2 {
	font-size:10px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:100;
	color:#777777;
}

#footer {
	border-top:1px solid #dddddd;
	margin-top:100px;
	padding-top:5px;
	font-size:12px;
	color:#666666;
	padding-bottom:50px;
}

#copyright {
	float:left;
	width:300px;
}

#foot_nav {
	float:right;
	width:400px;
	text-align:right;
}

#foot_nav a {
	color:#666666;
	text-decoration:none;
}

#foot_nav a:hover {
	color:#d12222;
}

 #contact {
	display:none;
}
