@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo scrollers*/

/*#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}*/

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*end of scroller box*/

A:link {text-decoration: none; color:black;}
A:visited {text-decoration: none; color:black;}
A:active {text-decoration: underline overline; color:black;}
A:hover {text-decoration: underline overline; color:black;}

.slideshow { height: 500px; width: 600px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

body, 
html{
	font-family:Arial;
	font-size:12px;
}

#wrap{
	width:900px;
	height:100%;
	border-color:#BBB;
	margin:10px auto;
}
#header {
	font-family:Arial;
	font-size:30px;
	text-align: center;
	color: #000;
}

#header2 {
	font-family:Arial;
	font-size:12px;
	text-align: justify;
	color: #000;
	height: 25px;
}

#submenu {
	float: left;
	background-color: ;
	width: 150px;
	margin:0.6em;
	padding:0.5em;
	font-family:Arial;
	font-size:14px;
	color: #000;
}
#content {
	float: left;
	background-color: #FFF;
	width: 75%;
	height:485px;
	font-family:Arial;
	font-size:14px;
	margin-top: 0.9em ;
	margin-left: 0.4em;
}

#footer {
	font-family:Arial;
	font-size:14px;
	text-align: center;
	clear: both;
}
