.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200;
height: 270;
}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 200;
height: 200;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}



* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}

body {
	background: #9395F9 ;
	font: normal 0.8em/1.1em arial, arial,arial;
	color: #000000;
	height: 800px;
}

a, a:visited {
	text-decoration: none;
	color: #000;

}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: transparent;
	height:160px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;
}

#container {
	width: 780px;

	border: solid 1px #fff;
	margin: 0 auto;

	height: 800px;
}


#column {
	color: #808080;
	width: 154px;
	background: url(menutop.gif) no-repeat top left;
	float: left;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#content {
	float: left;
	width: 410px;
        height: 100%;
	/*margin: 10px 0 0 4px;*/
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;
}


p {

margin-bottom: 20px;
padding-left: 14px;

}

h5{
	font: 1.1em "Arial";
	padding-left: 5px;
	margin: 7px 0 3px 3px;
}
.nav{
	font: 1em "Arial";
	margin: 2px;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;

}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 1px;
	border-left: 3px blue solid;
}


#footer {background: #9395F9 ;
border:1px #9395F9 solid;
color:white;
clear: both;
text-align:center;
width:100%;
}

