body {
	margin: 0;
	padding: 0;
	background-color: #5a4e36;
	color: white;
}

a {
	color: white;
}

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


img {
	border: none;
}

.holding {
	margin: 0;
}

/* @group menu */

div#menu, .holding {
	position: absolute;
	left: 350px;
	top: 50px;
	font-size: 18px;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul li {
	float: left;
	margin-right: 16px;
}

div#menu a {
	text-decoration: none;
}

div#menu a:hover {
	color: #2e75a5;
}

div#menu li.active a {
	text-decoration: underline;
}

div#menu-field {
	display: none;
	position: absolute;
	padding-top: 10px;
	z-index: 200;
	left: 175px;
	top: 65px;
	background: url(img/menu-arrow.gif) no-repeat 255px 10px;
}

div#project-field {
	background-color: #e4e4e4;
	width: 550px;
	height: 380px;
	margin-top: 10px;
	padding: 10px;
}

div#project-field div {
	float: left;
	margin: 0 10px 10px 0px;
	width: 160px; height: 110px;
	font: 10px/11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#project-field div a {
	text-decoration: none;
	color: #2e75a5;
	display: block;
}

div#project-field div img {
	margin-bottom: 7px;
	display: block;
}

/* @end */

/* @group headings and paragraphs */



p.ksanger {
	position: absolute;
	left: 640px;
	top: 38px;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

h2 {
	position: absolute;
	left: 640px;
	top: 75px;
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	color: #80724c;
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Carousel */

a#next {
	position: absolute;
	left: 644px;
	top: 140px;
}

div#view {
	position: absolute;
	left: 28px;
	top: 230px;
	width: 815px;
	min-height: 800px;
	background-color: white;
}

div#carousel img {
	padding: 10px;
}

div.gallery-caption {
	position: absolute;
	left: 30px;
	top: -21px;
	width: 410px;
	text-align: right;
	font: 12px Arial, "Helvetica Neue", Helvetica;
}

div#pager {
	position: absolute;
	left: 490px;
	top: 210px;
	font: 10px Arial, "Helvetica Neue", Helvetica;
}

div#pager a {
	margin-right: 6px;
	text-decoration: none;
}

div#pager a.activeSlide {
	color: #968562;
}

div#pager a:hover {
	color: #2e75a5;
}


/* @end */

/* @group Content */

div#read-more {
	position: absolute;
	left: 28px;
	top: 200px;
	background-color: #2e75a5;
	width: 450px;
	height: 30px;
}

div#content {
	/*display: none;*/
	position: absolute;
	left: 28px;
	top: 230px;
	z-index: 100;
	width: 416px;
	min-height: 300px;
	background-color: #2e75a5;
	padding: 0 20px 20px 14px;
	font: 12px/20px Arial, "Helvetica Neue", Helvetica;
	border-top: 1px dotted white;
}

div#content p {
	width: 330px;
}

h1 {
	position: absolute;
	left: 40px;
	top: 206px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	z-index: 100;
	line-height: 15px;
}

/* @end */






