html {
	width: 100%;
}

body {
	color: #8C8C8C;
	font-family: arial;
	text-align: center;
}

a:active,
a:link,
a:visited {
	color: #8C8C8C;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#pagewidth {
	margin: auto;
	text-align: left;
	width: 950px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 116px;
}

#navigation  {
	height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 4px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	margin-left: 50px;
}

#navigation ul li img {
	border: 0px;
}

#footer {
	height: 30px;
}

#footer p {
	font-size: 65%;
	text-align: right;
}

#content {
	clear: both;
	height: 400px;
	overflow: hidden;
}

div.about {
	background-image: url(../images/backgrounds/about.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

p.about {
	font-size: 70%;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: justify;
}

p.about em {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}

p.cv {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	font-size: 70%;
	height: 60px;
	letter-spacing: 1px;
	margin-top: 25px;
	padding: 2px 0px 0px 22px;
}

div.contact {
	background-image: url(../images/backgrounds/contact.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.contact .form {
	padding-top: 20px;
	width: 480px;
}

div.contact .row {
	margin-bottom: 25px;
}

div.contact .row .label {
	float: left;
	font-size: 90%;
	letter-spacing: 2px;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}

div.contact .row .label label img {
	padding-top: 4px;
}

div.contact .row .element {
	float: left;
}

div.contact .row .element input.text {
	background-color: #EEEEEE;
	border: 0px;
	font-family: arial;
	font-size: 90%;
	padding: 3px 2px;
	width: 340px;
}

div.contact .row .element textarea.text {
	background-color: #EEEEEE;
	border: 0px;
	font-family: arial;
	font-size: 90%;
	height: 120px;
	overflow: auto;
	padding: 3px 2px;
	width: 340px;
}

div.contact .row p {
	font-size: 70%;
	letter-spacing: 2px;
	text-align: left;
}

div.contact .submit {
	text-align: right;
}

div.contact .submit img {
	border: 0px;
}

div.contact .message {
	margin-left: 20px;
	padding: 10px;
}

div.contact .message p {
	font-size: 70%;
	letter-spacing: 2px;
	margin: 0px 0px 5px 0px;
}

div.contact .message ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.contact .message ul li {
	font-size: 70%;
	letter-spacing: 2px;
}

div.contact .error {
	border-left: 2px dotted #FF0000;
}

div.contact .success {
	border-left: 2px dotted #339900;
}

div.contact p.alternative {
	font-size: 70%;
	letter-spacing: 2px;
	line-height: 20px;
	margin-top: 40px;
	text-align: center;
}

div.contact p em {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}

div.contact p a:active,
div.contact p a:link,
div.contact p a:visited {
	font-size: 150%;
	font-weight: bold;
}

div.contact p a:hover {
	font-size: 150%;
	font-weight: bold;
}

div.links {
	background-image: url(../images/backgrounds/links.gif);
	background-position: 50% 80%;
	background-repeat: no-repeat;
}

p.links {
	font-size: 70%;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: justify;
}

p.links a:active,
p.links a:link,
p.links a:visited {
	font-size: 150%;
	font-weight: bold;
}

p.links a:hover {
	font-size: 150%;
	font-weight: bold;
}

div.clothing {
	background-image: url(../images/backgrounds/clothing.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#clothing li {
	margin-right: 20px;
	margin-left: 20px;
}

div.photos {
	background-image: url(../images/backgrounds/photos.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#photos li {
	font-size: 70%;
	letter-spacing: 1px;
	margin-right: 40px;
	text-align: center;
}

ul#photos li strong {
	display: block;
	height: 25px;
	margin-bottom: 5px;
}

ul#photos li img {
	border: 0;
}

div.photography {
	background-image: url(../images/backgrounds/photography.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  text-align: center;
  width: 370px;
}

#facebox p {
	font-size: 70%;
	letter-spacing: 1px;
	margin: 10px 0px;
}

#facebox label {
	font-size: 70%;
}

#facebox input.text, #facebox input.text:disabled {
	background-color: transparent;
	border: 2px solid #EEEEEE;
	color: #8C8C8C;
	font-family: arial;
	font-size: 80%;
	padding: 3px;
	margin-bottom: 10px;
}

#facebox #album_loading {
}

#facebox #album_loading img {
	display: none;
}


.clear {
	clear: both;
	font-size: 0px;
}