/* CSS Document */

body {
	text-align: center;
	margin: 0;
	background-color: #F1F1F1;
	background-image: url(../web_images/repeat_full.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../web_images/main.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#top {
	width: 638px;
	float: right;
	height: 45px;
	background-image: url(../web_images/menu_bg.gif);
	background-repeat: no-repeat;
}
div#menu {
	margin: 6px 0 0 5px;
}
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
div#menu ul li {
	float: left;
	height: 35px;
	display: block;	
}
div#menu ul li a {
	padding: 8px 10px 13px 10px; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color:#330033;
	text-decoration: none;
}
div#menu ul li a span {
	height: 35px;
}
div#menu ul li a:hover {
	background-image: url(../web_images/menu_bg_hover.gif);
	background-color: white;
	background-repeat: repeat-x;
	color:#333399;
}
div#menu ul li a:visited {
	color: #330033;
}
div#albumlist {
	height: 340px;
	overflow: auto;
	margin-right: 8px;
}
div.links {
	padding: 0px 10px 20px 20px;
	margin:0;
	margin-top:40px;
	background-image: url(../web_images/leftdivide.gif);
	background-position: top center;
	background-repeat:no-repeat;
}
div.links ul {
	padding: 0 0 0 20px;
	margin: 0;

}
div.links li{
	line-height: 170%;
	list-style-position: outside;
	background-image: url(../webimages/whitebullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-left: 20px;
	list-style-type: none;
	font-size:10px;
	margin: 0;
}
div.links h1{
	color:#000066;
	font-size:14px;
	background-image: url(../web_images/h1bullet.gif);
	background-repeat:no-repeat;
	background-position:left 0.9em;
	padding: 15px 0px 7px 30px;
	margin: 0px;
	
}
div#leftside {
	width: 261px;
	float: left;
	overflow: hidden;
	background-image: url(../web_images/left_repeating.gif);
	background-repeat:repeat-y;
	padding: 0;
	margin: 0;
	clear: none;
}
div#leftbottom {
	width: 261px;
	height: 197px;
	font-size:3px;
	display: block;
	margin:0;
	background-image: url(../web_images/left_bottom.jpg);
	/*background-color: #0066FF;*/
	background-repeat: no-repeat;
	clear:both;
}
div#banner h1#header {
	margin: 0;
	padding: 0;
}
div#banner h1#header a {
	background-image: url(../web_images/top_left_banner.jpg);
	width: 262px;
	height: 95px;
	display: block;
	margin: 0;
	padding: 0;
}
div#banner h1#header a span {
	display: none;
}
div#intro {
	clear: both;
	padding: 4px 12px 0 12px;
	
}
div#intro h1{
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	padding: 10px 0 5px 20px;
	margin: 0;
}
div#intro a {
	background-color:#ffffff;
	background-image:url(../web_images/more_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	float: right;
	text-decoration: none;
	color: #cc2121;
	padding-right: 3px;
	margin:0;
}
div#intro a span {
	background-image:url(../web_images/more_left.gif);
	background-position:left;
	background-repeat: no-repeat;	
	font-size: 12px;
	font-weight:bold;
	display: block;
	padding: 5px 6px 6px 18px;
	margin:0;

}
div#intro p {
	text-indent: 12pt;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:4px 7px 12px 7px;
	margin:0;
}
div#main {
	width: 638px;
	padding: 0;
	margin: 0;
	float: right;
	clear: none;
	overflow: hidden;
}
div#footer {
	width: 900px;
	height: 28px;
	clear: both;
	text-align: right;
	margin: 0;
	background-color: #f1f1f1;
	background-image: url(../web_images/footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
div#footer p {
	font-size:12px;
	padding: 5px 0px;
}
div#footer ul {
	padding: 0;
	margin: 0;
}
div#footer ul li {
	font-size:12px;
	list-style: none;
	padding: 2px 2px 2px 11px;
	margin: 3px;
	float: left;
}