@charset "utf-8";
/* CSS Document */

@import url(typography.css);
@import url(media.css);

body {
	color:#656762;
	background-color:#fff;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#footer {
	width:950px;
}
#masthead {
	background:transparent url(../img/logo_brand.gif) top left no-repeat;
	height:100px;
	width:900px;
	border:1px #333333;
}

#nav{
	width:130px;
	margin:0 0 0 0;
	height:300px;
	float:left;
	margin:0 0 0 0;
	/* border:1px solid orange; */
}

#work #nav {
	background-color:#768f8d;
}

#main {
	margin:0 0 0 0;
	width:950px;
	height:580px;
	position:relative;
}

#work #main {
		background-color:#768f8d;
		padding:0;
		/* border:1px solid black; */
}

#home #main {
	margin:50px 0 0 0;
}

#leftcol {
	width:400px;
	float:left;
	display:inline-block;
	/* border:1px solid red; */
	overflow:hidden;

}

#home #leftcol p {
	margin-left:20px;
}

#rightcol{
	width:400px;
	float:right;
	display:inline-block;
	/* border:1px solid blue; */
	overflow:hidden;

}

#subnav {
	margin:0;
	padding:50px 50px 0 50px;
	text-align:right;
}

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

#nav ul li{

}

#nav ul a {
	color:#FFFFFF;
	text-decoration:none;
	width:110px;
	height:80px;
	background-color:#768f8d;
	display:block;
	margin:10px 0;
	padding:20px 20px 20px 10px;
	font-size:24px;
	letter-spacing:1px;
}

#nav ul a:hover {
	text-decoration:underline;
	background-color:#5b7472;
}

#footer {
	padding:140px 0 10px 0;
	background:transparent url(../img/footer.png) scroll no-repeat center top;
}
