

#menu
{
	min-width: 630px;
	max-height: 176px;
	background-color: White;
	text-align: center;
}

#maincontent
{
	position: absolute;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	top: 176px;
	min-height: 340px;
	height: 375px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 630px;
	background-color: White;
	margin-left: 3px;
}

#bottomphotos
{
	position: absolute;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	top: 550px;
	min-height: 80px;
	height: 80px;
	width: 630px;
	background-color: White;
	margin-left: 3px;
}

#maincontentadmin
{
	position: absolute;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	top: 0px;
	min-height: 480px;
	width: 600px;
	background-color: White;
	margin-left: 3px;
}



/*sidebar*/

#sidebar
{
	z-index: 10;
	position: absolute;
	height: 250px;
	margin-left: -23px;
	margin-top: 15px;
}

#sidebar ul
{
	list-style: none;
}

#bottomtext
{
	position: absolute;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	top: 485px;
	z-index: 1;
	padding-left: 10px;
	margin-left: 7px;
}

#sidebar ul.li
{
	padding: none;
	border: none;
}

#sidebar a, #sidebar h3.cat
{
	width: 190px;
	display: block;
	padding: 0px 5px 5px 5px;
	background: url(   "images/keychangedesign7_08.gif" ) center top no-repeat;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#sidebar a
{
	color: #F5FBFE;
	padding-top: 0px;
	font-weight: bold;
}



#sidebar h3
{
	font-size: 13px;
}

#sidebar h3.cat
{
	color: #f0f7e9;
	text-shadow: 2px 2px 1px #222;
}

#sidebar a.big
{
	color: #f0f7e9;
}

#dates
{
    	position: absolute;
	top: 264px;
   text-align: center;
   	text-align: center;
	
	z-index: 1;
	padding-left: 19px;
	margin-left: 7px;
}

#dates p
{

    font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

#slideshow
{
	position: absolute;
	top: 314px;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
	margin-left: 13px;
}

#newsimage
{
    margin-top: 5px;
	top: 14px;
   	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
}

#newsimageText
{
        margin-top: 5px;
	width: 210px;

		position: absolute;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	z-index: 1;
	padding-left: 10px;
	margin-left: 7px;
	
}



/* ----------actual css-------------- */
body
{
	background-color: #F5FCFF;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0;
	margin: 0;
}
a
{
	color: #DB7093;
}
a:visited
{
	color: #DB7093;
}
a:hover
{
	color: #564b47;
}
a:active
{
	color: #000000;
}

h1
{
	font-size: 11px;
	text-transform: uppercase;
	background-color: #E0A3B7;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0;
}

h2
{
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}

img.download
{
	vertical-align: middle;
}

/* ----------container to center the layout-------------- */
#container
{
	width: 930px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: white;
}


/* -----------------content--------------------- */
#content
{
	background-color: #ffffff;
	padding: 0;
	margin: 0 61px;
	border: none 0px white;
}

div#content
{
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ?   "auto" : "600px" );
}

p, pre
{
	padding: 5px 10px;
	font-size: 12px;
	margin: 0px;
	color: #333333;
}

/* --------------left navi------------- */


#left
{
	float: left;
	width: 61px;
	margin: 0px;
	padding: 0px;
	height: 630px;
	background-color: White;
	background-image: url(  "images/keychangedesign7_02.gif" );
	background-repeat: no-repeat;
}

#right
{
	float: right;
	width: 232px;
	height: 660px;
	background: #C7DFEB;
	background-image: url(  "images/keychangedesign7_05.gif" );
	margin: 0;
	padding: 0;
		background-repeat: repeat-y;

}


.watermarked
{
	height: 50px;
	width: 240px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}


.unwatermarked
{
	height: 50px;
	width: 240px;
}

.watermarkedsmall
{
	width: 100px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}



