/*
  Reset
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
  End Reset
*/

body {
	background: url(images/bg.jpg) center top repeat;
}
a:link {
	color: #604b00;
}
a:visited {
	color: #604b00;
}
.clear {
	clear: both;
}
#container {
	position: relative;
	background: url(images/containerbg.png) no-repeat;
	width: 333px;
	height: 750px;
	margin: 0 auto;
	margin-top: 45px;
	padding-bottom: 50px;
}
.logo {
	width: 250px;
	height: 52px;
	margin-top: 25px;
	margin-left: 37px;
}
#nav ul {
	list-style: none;
	float: right;
	width: 170px;
	line-height: 0.69em;
}
#nav ul li {
	text-decoration: none;
	display: inline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-color: #604b00;
	text-indent: 5px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
}

/*
content
*/
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 5px;
	color: #604b00;
}
h3 {
	margin-top: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #604b00;
}
h4 {
	margin-top: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #604b00;
}
#content {
	margin-top: 30px;
	margin-left: 30px;
}
#content p {
	width: 280px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #604b00;
	margin-bottom: 0.69em;
}
ul#work {
	width: 280px;
	margin-left: 2px;
}
ul#work li {
	display: inline;
	padding-left: 25px;
	line-height: 60px;	
}
.more {
	text-align: right;
	line-height: 0px;
	padding-right: 20px;
}
.more a:link {
	text-decoration: none;
	margin-right: 32px;
}
.more a:visited {
	text-decoration: none;
	margin-right: 32px;
}