@charset "UTF-8";
/* CSS Document */
body {margin:0; padding:0;text-align: left;color: #373737;font-family: Century Gothic, Futura, URW Gothic L;font-size: 80.01%;}
img {border-style:none; text-decoration: none;}
a {color: #373737; outline:none;}
h1{ font-size:large;color: #F90; text-decoration:underline; text-transform:capitalize; padding:5px; text-align:left;}
h2 {font-size:medium;color: #DA60BF;font-style: italic;text-transform: capitalize;font-weight: normal;}
img {border:none;}

p {
	margin-bottom:10px;
	font-family: "Century Gothic", Futura, "URW Gothic L";
}

.dropshadow {
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari and Chrome */
border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

box-shadow: -5px 5px 10px #999;
-moz-box-shadow: -5px 5px 10px #999;
-webkit-box-shadow:  -5px 5px 10px #999;

behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'dropshadow' class */
}

#outer{background: transparent url(../images/bg.png) no-repeat center center;border: 1px solid #fff;}

#shell{	background: transparent url(../images/bgcontainer.png) repeat left bottom;margin: 50px auto 0px;height: 500px;width: 1020px;position: relative;}

#menu{background: transparent url(../images/bgmenu.png) repeat left bottom;margin: 85px 40px auto auto;border: thin solid #999;float: right;padding-top: 10px;width: 180px;}
#menu ul{text-align: center;list-style-type:none;}
#menu ul li{}
#menu ul li a{text-decoration:none;}
#menu ul li a img{margin: auto 20px auto auto;padding: 10px;}
#menu ul li a :hover{background: #D2D2D2;border: thin solid #666;}

#mainContent{background: transparent url(../images/bgmaincontent.png) repeat left bottom;width: 685px;height: 418px;border: thin solid #CCC;float: left;margin: 40px 0px 0px 40px;padding: 0px 20px;}
#mainContent_photo{height: 340px;width: 230px;float: left;margin: 40px 40px 0px 10px;}

#clr{ clear:both;}

#content{width: 380px;padding-right:10px;padding-left: 10px;float: right;height: 350px;margin-top: 30px;}
#nocontent{
	width: 665px;
	margin-top: 30px;
	float: left;
	height: 350px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Century Gothic", Futura, "URW Gothic L";
}

.calendarlink a {
	margin: 5px auto 0px;
	position: relative;
	font-size: medium;
	color: #900;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	width: 380px;
	padding: 10px;
	text-decoration: none;
	z-index: 1;
}

#footer{
	width:850px;
	margin: 30px auto auto;
	background: transparent url(../images/bgfooter.png) repeat left bottom;
	color:#373737;
	font-size: 0.9em;
	text-align: center;
	padding: 10px;
}

.specialnote {
	font-style: italic;
	color: #871510;
	font-weight: bold;
}

/* linkpage */
#link table td{ 
	width:600px;
	text-align: center;
	display: table;
}
.links {
	margin: 3px auto;
}
.personalquotes {font-style: italic;color: #666;}

/* gallery */
#gallery ul li {
	margin:0;
	padding:0;
	display: inline;
	margin: 5px;
	float: left;
	list-style: none;
}


/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(../images/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #696969;
	filter:alpha(opacity=59);
	-moz-opacity:.59;
	opacity:.59;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(../images/scrolltop.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(../images/scrollbot.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

