/* Let's reset everything to make alternate browsers happy */
body{padding:0;margin:0;line-height:1.5em;font:14px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1.5em;font-size:100%;font-weight:normal;font-style: normal;}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;line-height:1.5em;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}
a{text-decoration: none;}

body {
	background: #fff url(/newsite/images/pagebg.jpg) no-repeat top left;
}

#page {
	width: 990px;
}

#header {
	width: 990px;
	height: 170px;
	background-image: url(/newsite/images/header.png);
}

#photoFrame {
	width: 400px;
	background-image: url(/newsite/images/photoframe.png);
	background-repeat: no-repeat;
	float: left;
}

#slideshow {
	left: 34px;
	top: 7px;
	position: relative;
}

.photo {
}

#nav {
	margin-top: 240px;
	width: 140px;
	float: left;
	padding-left: 10px;
}

#social {
	margin-top: 240px;
	float: left;
}

#contentBox {
	width: 560px;
	float: left;
}

#contentTitle {
	background: #947c42 url(/newsite/images/titlefade.jpg);
	color: #8cabbe;
	font-weight: bold;
	padding-left: 5px;
	font-size: 200%;
}

#content {
	width: 560px;
	padding: 5px;
}

#nav li a {
	padding: 10px 0;
	color: white;
	font-size: 11pt;
}

#nav li a:hover {
	font-style: italic;
	font-weight: bold;
	color: #947c42;
}

#footer {
	padding-top: 40px;
	width: 855px;
	text-align: center;
	float: right;
	font-size: 80%;
}

