* {
	margin:0; 
	padding:0;
	border: 0 none;
}

html {
	background: #f8f8f8 url(images/bg-html.png) right top repeat-y;
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: transparent url(images/bg-body.png) left top repeat-y;
	min-height: 100%;
	font: normal 83%/1.5 Verdana,Arial,Helvetica,sans-serif;
	padding-left: 200px;
}
#menu {
	width: 170px;
	list-style: none;
	position:fixed;
	top:40px;
	left:10px;
        padding-top: 112px;
        background:transparent url(images/logo.png) no-repeat center top;
	font-size: .76em;
}

#menu li {
	background: #f8f8f8;
	width: 166px;
	border: 2px outset #666;
	margin: 2px 0;
	font-weight: bold;
}
#menu a, #menu span, #content input.Button {
	width: 154px;
	padding: 1px 5px;
	display:block;
	border: 1px solid #666;
}
#menu a {
	background: #666;
	color: #f8f8f8;
	text-decoration:none;
}
#menu a:hover {
	color: #fff;
	background: #333;
}
#menu span {
	background: #f8f8f8;
	color: #333;
}

h1 {
	background: #666 url(images/bg-content.png) left bottom repeat-x; 
	color: #fff;
	font-size: 1.2em;
	text-align:right;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 5px;
}

h1 span {
        float:left;
        width: 50%;
        text-align:left;
}

h1:after {
	clear:left;
	content: " ";
	height: 0;
	display:block;
}
h2 {
	font-size: 1.1em;
	padding: 0 10px 10px;
}

#content {
	height: 100%;
	min-height: 100%;
	padding: 0 20px 0 0;
}
#content p {
	margin: 0 0 10px 10px;
}

#content div.photos {
	float:right;
	width: 380px;
	margin: 0 0 0 2em;
}

#content div.photos p {
	float: right;
	width: 180px;
	font-size: .9em;
	font-weight: bold;
	background: #666;
	color: #f8f8f8;
	text-align:center;
	margin: 0 5px 5px 0;
	padding:0;
	border: 1px solid #666;
}

#content div.photos p img {
	width: 180px;
	margin:0;
	display:block;
}

#footer {
	clear: right;
	border-top: 1px solid #666;
	margin-top: 5px;
	padding-top: 0;
	font-size: 0.83em;
	color: #666;
}

#footer p {
	margin: 0 10px;
}

#designer {
	float:right;
}
#designer a {
	color: #c4a479;
}
#designer a:hover {
	color: #947449;
}

/* MSIE PC Hacks \*/
* html { 
	overflow: hidden;
	height: 100%;
}
* html body {
	overflow:auto;
	height: 100%;
}
* html #menu { position:absolute }
* html #content { background: #f8f8f8 url(images/bg-html.png) right top repeat-y; }
* html #MENU { padding-top: 116px; }
* html #MENU li { width: 170px; margin-left: -1.1em; }
* html #MENU a, * html #MENU span { width: 166px }
/* End MSIE PC Hacks */

#content form {
	clear:right;
	margin: 0 10px; 
}

#content form legend {
	font-weight: bold;
	padding: 0 .5em;
}
#content form fieldset {
	margin-bottom: 1em;
	padding: .5em;
	border: 1px solid #666;
}
#content form fieldset p { 
	margin: .5em 0;
	clear:left;
}

#content form label {
	width: 15em;
	float:left;
}

#content form input, #content form textarea {
	border: 1px inset #666;
	padding: .2em;
}

#content form input.Button { 
	border: 2px outset #999;
	background: #666;
	color: #fff;
}

#content dl.contact {
	background: #666;
	color: #fff;
	width: 16em;
	float:right;
	margin: 2em 10px 1em 1em;
	padding: .5em;
	border: 1px solid #666;
}

#content dl.contact dt {
	width: 5em;
	clear:left;
	float:left;
	font-weight:bold;
	font-size: 1.1em;
}
#content dl.contact dd {
	margin-left: 5em;
	font-weight:bold;
	font-size: 1.1em;
}	
#content ul {
	list-style-type: square;
	margin: 1em 1em;
	padding-left: 1em;
}