/* CSS Document */


* {
	margin:0px;
	padding: 0;
	list-style: none;
}

body {
	font-family:Times, serif;
	font-size: 14px;
	font-style:italic;
	color: #FFFFFF;
	background-color: #000000;
}

#pagewrapper {
	position:relative;
	width:1210px;
}

#header {
	width:1185px;
	clear:both;
	float:left;
	height: 100px;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	margin-bottom:25px;
}

#name {
	margin-top:35px;
	width:883px;
	height:42px;
	float:left;
}

#logowrapper {
	width:185px;
	height:100px;
	float:left;
}

/*menu*/

#menuwrapper {
	margin: 0;
	padding: 0;
	clear:both;
	float:left;
	width:185px;
}

#menu {
	width:185px;
}

.stretcher {
	width:185px;
}

.menutrigger {
	width:160px;
}

.menubox {
	width:160px;
}

a {
	outline: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

.sublink {
	padding-left:10px;
	text-decoration: none;
	font-style: italic;
	line-height:18px;
	color: #FFFFFF;
}

.sublink:link {
	padding-left:10px;
	text-decoration: none;
	font-style: italic;
	line-height:18px;
	color: #FFFFFF;
}

.sublink:hover {
	padding-left:10px;
	text-decoration: none;
	font-style: italic;
	line-height:18px;
	color:#000000;
	background-color:#FFFFFF;
}

.emailaddress:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

.emailaddress:hover {
	color:#000000;
	text-decoration: none;
	font-style: italic;
	background-color:#FFFFFF;
}

.menulink {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	font-style: italic;
	text-decoration: none;
	color:#FFFFFF;
}

.menulink:link {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	font-style: italic;
	text-decoration: none;
	color:#FFFFFF;
}

.menulink:hover {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	font-style: italic;
	text-decoration: none;
	color:#000000;
	background-color:#FFFFFF;
}

a img {
	border:solid;
	border-width: 0px;
}

a img:hover {
	background-image: url(../assets/images/mouse_over.gif);
	background-repeat: repeat;
	border:solid;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*menu end*/

.contentheadline {
	border-top-style:dotted;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	width:997px;
	padding-left:3px;
	margin-bottom:20px;
	font-size:25px;
	line-height:45px;
	background-image:url(../assets/images/contentheadlinebackground.gif);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:1025px;
	min-height:500px;
}

.workdescription {
	padding-top:3px;
}

.paragraphtext {
	width: 997px;
	font-size:15px;
	text-align:justify;
}

/*photography*/

.photoimg:link {
	border:solid;
	border-width:0px;
}

.photoimg:hover {
	background-image: url(../assets/images/mouse_over.gif);
	background-repeat: repeat;
	background-color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.firstphotolink {
	width:300px;
	height:200px;
	float:left;
}

.photolink {
	width:300px;
	height:200px;
	float:left;
	margin-left:50px;
}

.spacer {
	clear:both;
	width:1025px;
	height:45px;
}

/*photography end*/

#footer {
	clear:both;
	float:left;
	margin-top:20px;
	margin-bottom:200px;
	padding-top:5px;
	border-top-style:dotted;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	width:1185px;
}	

#emaillink {
	text-align:right;
	width:200px;
	float:right;
}

#copyright {
	width:200px;
	margin-left:185px;
}
	

	