/*

*/
#pageWrap {
	width: 900px;
}

.header {
	padding: 50px 0px 0px 50px;
	margin-bottom: 45px;
	position: relative;
}

.menu {
	position: relative;
	padding-left: 50px;
	width: 190px;
	float: left;
}

.mainContent {
	padding-bottom: 45px;
	padding-left: 10px;
	width: 599px;
	float: left;
}


.footer {
	text-align: center;
}

/*
	typography
*/
html,body,input,select {
	font-family: 'Lucida Grande','Lucida Sans Unicode', sans-serif;
}

h3 {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #666666;
	padding: 0px 0px 9px 0px;
	margin: 0px;
}

h4 {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

p, li {
	line-height: 1.5em;
	font-size: 78%;
	color: #333333;
}

a {
	color: #000000;
}


/* Logo */
.header h1 {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 255px;
	height: 32px;
	float: left;
}

.header h1 a {
	background: url(../img/anwenHandmer.gif) top left no-repeat;
	padding-left: 300px;
	display: block;
}

.header h2 {
	font-family: arial, sans-serif;
	/*padding: 7px 0px 0px 9px;*/
	position: absolute;
	bottom: 0px;
	margin: 0px;
	font-size: 156%;
	color: #999999;
	margin-bottom: -2px;
	left: 310px;
}

/* Nav */
.menu ul,
.menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu ul li {
	padding-bottom: 6px;
	font-size: 88%;
}

.menu ul li a {
	text-decoration: none;
	color: #666666;
}

.menu ul li a:hover,
.menu ul li a.selected {
	color: #333333;
}

.menu ul.subMenu {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 135px;
}

.menu ul.subMenu li {
	font-size: 100%;
}


/*
	Imagery
*/
.artLibrary {
	background: url(../img/artLibrary.gif) top left no-repeat;
	margin-right: 10px;
	overflow: auto;
	width: 140px;
	height: 387px;
	float: left;
}
			
.currentArt {
	float: left;
}

.currentArt .mainArt {
	text-align: center;
	background-color: #ECECEC;
	width: 449px;
	height: 331px;
}

.artLibrary ul,
.artLibrary ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.artLibrary ul li {
	padding: 0px 0px 15px 13px;
}

.currentArt .imgNote {
	background: url(../img/imgNote.gif) bottom left no-repeat;
	margin-top: 7px;
}

.currentArt .imgNoteTop {
	background: url(../img/imgNoteTop.gif) top left no-repeat;
	text-align: center;
	padding: 10px;
}

.currentArt .imgNoteTop p {
	padding: 0px 0px 3px 0px;
	color: #666666;
	margin: 0px;
}

/*
	ABOUT
*/
.aboutContent {
	width: 433px;
	float: left;
}

.imgContent {
	padding: 32px 0px 0px 10px;
	width: 148px;
	float: left;
}

.aboutContent p {
	line-height: 1.5em;
}

.imgContent .photoHolder {
	background: url(../img/photoHolder.gif) top left no-repeat;
	margin-bottom: 30px;
	padding: 7px 0px 0px 8px;
	width: 132px;
	height: 134px;
}

.imgConstraint {
	overflow: hidden;
	width: 116px;
	height: 102px;	
}


/*
	EXPLORE
*/
.exploreContent p {
	line-height: 1.5em;
}

.exploreItem .contain {
	width: 450px;
	float: left;
}

.exploreItem {
	border-bottom: dotted #c1c1c1 1px;
	margin: 10px 0px
}

.exploreItem .imgHolder {
	margin-bottom: 12px;
	width: 126px;
	float: left;
}

.exploreItem .imgHolder img {
	background-color: #ffffff;
	border: solid #c1c1c1 1px;
	padding: 4px;
}


/*
	CV
*/
.cv table tr td {
	padding-bottom: 5px;
}

.cv table th,
.cv table td {
	text-align: left;
	font-size: 75%;
}

.cv table th {
	color: #333333;
}

.cv h4 {
	padding-bottom: 6px;
	margin-top: 20px;
}


/*
	Footer
*/
.footer p,
.footer a {
	text-decoration: none;
	color: #666666;
}























