/* CSS Document */

#body  {
	background: #402e5a;
	color:#CCCCCC;
	}

#header{
	padding:22px;
	background-color: #CC9966;
	width:975px;
	height: 229px;
	background-image: url(images/header.jpg);
	}
	
#siteNavi {
	width: 955px;
	height:43px;
	position:absolute;
	top:14px;
	text-align:center;
	}

#sidebar {
	float:left;
	width:17%;
	padding:5px;
	text-align:left;

	}
	
#sidebar span{
	color:#CC9966;
	font-size:14px;
	padding:1px;
	font-style: italic;
	border-style: double;
	}
#sidebar a {
	text-decoration:none;
	color:#ffffff;
	}
	
#sidebar li{
	border-bottom: double 2px; 
	padding:5px;
	list-style: none;
	margin-left:5px;
	
		}
a {
	font-size:18px;
	}

a:hover{
	color:#000000;
	font-size:18px;
	background:#CC9966;
	}

a.active{
	color:#000000;
	font-size:18px;
	background:#CC9966;
	}
	

#content{
	margin-left:20%;
	}
	
#contentWhole{
	align:center;
		}
		
#contentWhole img{
	margin:2px;
	border: #000000 2px;
	}
	
#footer {
	padding:20px;
	text-align:right;
	
	}
#footer a {
text-decoration:none;
color:#666666;
}

#footer a.active, #footer a:hover {

color:#666666;
}
img.outset {
	border-style: outset;
	width:168px; 
	height:194px;
	margin:5px;
	}

img.group {
	border-style:outset;
	}

 h3 {
	border-bottom: thin 1px; 
	background-color:#660066;
	color:#CC9966;
	border-bottom: thick;}
	
tr{
	text-align:center;
	}
td{
	font-size:18px;
	}
	

/*
#divider {
	
	font-size:18px;
	}

#divider li{
	border-bottom: dashed 1px; 
	padding:10px;
	list-style: square;
	}
	
#divider a {
	text-decoration:none;
	color:#ffffff;
	}

#divider a.active, #divider a:hover {
	background:#ffffff;
	color: #000066;
	}
/**** End Site Navi****/