html {
	background-image:url(images/background2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

p {
	font-family:"Trebuchet MS", Arial, Courier;
	font-size: 75%;
	line-height: 1.5em;
	letter-spacing:1px;
	color: #000066;
	margin: 0;
}

h1 {
	font-family:"Trebuchet MS", Arial, Courier;
	font-size: 125%;
	line-height: 1.5em;
	letter-spacing:1px;
	color: #000066;
	margin: 0;
}
h2 {
	font-family:"Trebuchet MS", Arial, Courier;
	font-size: 80%;
	font-weight:normal;
	line-height: 1.5em;
	letter-spacing:1px;
	color: #000066;
	margin: 0;
}
h3 {
	font-family:"Trebuchet MS", Arial, Courier;
	font-size: 85%;
	line-height: 1.5em;
	letter-spacing:1px;
	color: #000066;
	margin: 0;
}
a:link { 
	color: #0000FF;
	text-decoration:none;
}
a:visited {
	color: #0000FF;
	text-decoration:none;
}
a:hover { 
	color: #0000FF;
	text-decoration:underline;
}
#container {
	position:absolute;
	width: 824px;
	top: 0px;
	left: 50%; 
	margin-left:-412px;
	height: auto;
}
#topShadow {
	position:absolute;
	top:0px;
	left:0px;
	height:12px;
	width:824px;
	background-image:url(images/shad_top.jpg);
}

#pageTop {
	position:absolute;
	margin-top:12px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	height:143px;
	width:824px;
}

#topNav {
	position: relative;
	margin-left:12px;
	margin-top:1px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:25px;
	width:790px;
	background-color:#2e3192;
	text-align: center;
	z-index:2;
}

#topNav a:link {  
	color: #FFFFFF;
	text-decoration:none;
}
#topNav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#topNav a:hover {
	color: #FFFF00;
	text-decoration:none;
}

#topNav li {
	display: inline;
	font-family:"Trebuchet MS", Arial, Courier;
	font-size:0.7em;
	padding-left: 7px;
	padding-right: 7px;
	color:#FFFFFF;
	background-color:#2e3192;
	border-right: 1px solid #fff;
	line-height:25px;
	text-align:center;
}

#topNav li.last {
  	display: inline;
  	padding-left: 7px;
	padding-right: 7px;
  	border-right: 0px;
  } 

#topNav ul {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

#page {
	position:absolute;
	margin-top:143px;
	left:0px;
	width:824px;
	height:auto;
	background-image:url(images/paint_canvas.jpg);
	background-repeat:repeat;
}
#content {
	position: relative;
	margin:29px 50px 0px 50px;
	padding-top:10px;
	width:724px;
	height:auto;
}
#contentPic {
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:auto;
}

#content .leftText {
	margin-right:250px;
}

.albumPhotos {
	float:right;
	padding:10px 0px 10px 10px;
}
.albumPhotos_left {
	float:left;
	padding:10px 10px 10px 0px;
}

#wallpaper {
	position:absolute;
	top:16px;
	left:362px;
	width:400px;
	height:auto;
}
#wallpaper p {
	width:350px;
}
#rightSketch {
	position:absolute;
	top:18px;
	left:362px;
	width:400px;
	height:auto;
}
#rightSketch {
	width:350px;
}

#bottomShadow {
	position:absolute;
	width:800px;
	height:12px;
	left:0px;
	bottom:0px;
}

#footer {
	position:absolute;
	left:12px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:12px;
	padding:2px 0px 2px 0px;
	width:770px;
	height:auto;
	bottom:0px;
	border-top: solid 1px #333399;
	text-align:center;
	vertical-align:middle;
}

#footer p {
	font-family:"Trebuchet MS", Arial, Courier;
	font-size: 70%;
	line-height: 1.5em;
	letter-spacing:1px;
	color: #333399;
	margin: 0;
}


/* ------- sitemap ------- */


html #sitemap {
		font-size: 100%;
		}

body #sitemap { 
		font-size: 62.5%;
		}

#sitemap {
	margin:0px;
}

#sitemap ul {
		list-style: none;
		font: 1.2em/1em "Trebuchet MS", Arial, Courier;
		color: #FFFFFF;
		}

#sitemap ul ul {
		font-size: 1em;
		margin-top: -1em;
		margin-bottom: 0.5em;
		}

#sitemap li {
		width: 14em;
		position: relative;
	    background: #2e3192;
		margin-bottom: 0.5em;
		padding: 1em;
		font-weight: bold;
		}

#sitemap li li {
		left: 16em;
		border-top: 0.5em solid #999999;
		border-left: 1em solid #FF0000;
		border-bottom: 0.5em solid #999999;
		margin-bottom: 0;
}

#sitemap .siteMap li:hover {
		background: #003366;
		}

#sitemap a:link {  
	color: #FFFFFF;
	text-decoration:none;
}
#sitemap a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#sitemap a:hover {
	color: #FFFF00;
}


/* ------- gallery ------- */ 

.thumbsBox{
	width: 120px;
	height: 110px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
}
.thumbsBox a {
	word-wrap:break-word;
	word-break:break-all;
	padding:5px;
	border: 1px solid #2e3192;
	text-align: center;
	width: 100px;
	float: left;
	height: 93px;
	overflow: hidden;
}
.thumbsBox a:hover {
	background-color: #CCCCCC;
}
#galleryPosition{
	margin-left:108px;
	margin-top:0px;
}
.skip { bottom:0px;}
