* {
	margin: 0px;
	padding: 0px;
}

div {
	position: relative;
}

body {
	font-family:"Courier New", Courier, mono;
	color:#999999;
	text-align:center;
	}
	
#wrap {
	width: 800px;
	margin: 20px auto 0px auto;
}

#header {
	height: 25px;
}

ul#nav {
	list-style: none;
	float: right;
}

ul#nav li {
	display: inline;
	font-size:12px;
}


#content {
	clear: both;
	border: 1px solid #c3c3c3;
	height: 480px;
	/* background: url(bg.jpg) no-repeat; */
}

.contentleft{
	width: 330px;
	position: absolute;
	top:40px;
	left: 43px;
	text-align: left;
}

.contentright{
	width: 330px;
	position: absolute;
	top:35px;
	left: 415px;
}

body#home .contentright {
	padding: 160px 0 0 0;
}

body#clients .contentright {
	padding: 30px 0 0 0;
	width: 400px;
	left: 380px;
	text-align: left;
}

body#clients .contentleft{
	width: 330px;
	position: absolute;
	top:66px;
	left: 60px;
}

body#contact .contentright {
	padding: 60px 0 0 0;
}

body#contact .contentleft{
	width: 330px;
	position: absolute;
	top:66px;
	left: 65px;
}


#main_img{
	padding: 20px 0 0 0;
	height: 341px;
}

body#clients .contentright ul li {
	font-size: 12px;
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 0 2px 0;

}

.story {
	width:26%;
	float: left;
	margin: 30px 0 0 45px;
	text-align: left;
}

#content .story p{
	font-size: 12px;
}

#content .story p.stories{
	padding: 0 0 3px 0;
}

/* ---------Links--------- */

a {
	text-decoration: none;
	border: none;
	outline: none;
	color:#999999;
	font-weight: normal;
}

a:hover {
	font-weight: bold;}
	
body#styling a.styling,
body#illustrations a.illustration,
body#housestories a.housestories,
body#clients a.clients,
body#contact a.contact {
	font-weight: bold;
}

#content a.pink {
	color:#FF81C0;
}

/* -----------Typography--------- */
	
h1, h2, h3, h4, h5 {
	font-weight: normal;
}

#content h2 {
	font-size: 22px;
	color:#FF81C0;
}

#content p {
	font-size: 13px;
}

.pink {
	color:#FF81C0;
}


#header h1 a {
	font-size: 16px;
	color:#FF81C0;
	display: block;
	float: left;
}

body#clients .contentright h2 {
	padding: 0 0 20px 0;
}


#footer p {
	text-align: left;
	font-size: 12px;
	line-height: 25px;
}

hr {
	color: #999;
}

#content .contentleft p{
	font-size: 11px;
	}

/* -------Gallery-------- */

.thumbnav {
	clear:left;
	margin:5px auto;
	padding:0 0 0 5px;
}

#prevNext {
	height:20px;
	margin:5px auto;
	width:48px;
}

#prevNext a {
	background:transparent url(button2.jpg) repeat scroll 0 0;
	display:block;
	float:left;
	height:16px;
	text-indent:-9999px;
	width:24px;
}

a#next {
	background-position:right top;
}

a#prev:hover {
	background-position:left bottom;
}

a#next:hover {
	background-position:right bottom;
}


