body {
	margin:0px;
	background:url(../images/bg.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;
}

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

#nav li {
	float:left;
}

.nav_mar {
	margin-right:30px;
}

#showcase {
	height:417px;
}

#content_container {

}

.clearfix {
	clear:both;
}

a {
	outline:none;
}

a:active{
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
#whatido {
	margin-bottom:10px;
}

#webdesign {
	width:281px;
	float:left;
	margin-right:60px;
	font-size:14px;
	line-height:20px;
}

#print {
	width:281px;
	float:left;
	font-size:14px;
	line-height:20px;
}

#development {
	width:281px;
	float:right;
	font-size:14px;
	line-height:20px;
}

#recent_work {
	width:390px;
	float:left;
	margin-top:50px;
}

#aboutme {
	width:483px;
	float:right;
	margin-top:50px;
	font-size:14px;
	line-height:20px;
}

.recent_container {
	margin-top:15px;
}

.recent_image {
	width:155px;
	height:90px;
	margin-right:10px;
	float:left;
	border:1px solid #cccccc;
}

.recent_desc {
	width:215px;
	float:right;
	font-size:14px;
	line-height:20px;
}

.recent_desc a {
	font-weight:bold;
	color:#d12222;
	text-decoration:none;
	display:block;
	margin-top:5px;
}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider ul{
	list-style:none;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#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;
	text-decoration:none;
}