/* CSS Document */

#maincontents {
	width: 100%;
	height: 400px;
	background-repeat: repeat-x;
	clear: both;
	padding: 0px;
	margin: 0px;
	border: 1px dotted #990000;
	background-position: 99px 250px;

	/*opacity:0.8;*/

}

#sidemenu {
	float: none;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	border-top: 1px dotted #ac0000;
	border-right: 1px none #ac0000;
	border-bottom: 1px dotted #ac0000;
	border-left: 1px none #ac0000;

}
#contents {
	width: 47%;
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
	overflow: auto;
	background-color: #ffffff;
	height: 330px;
	float: left;
	border: 1px dotted #990000;
	margin-right: auto;
	margin-left: 5px;
	background-image: url(img/stafflist/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;








}
#sidemenu li {
	display: block;
	float: left;
	height: auto;
	width: auto;
	padding-left: 2px;
	border: 1px solid #FF6600;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
	margin-top: 5px;
	list-style-type: none;
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;


}
#sidemenu ul {
	clear: both;
	height: 2em;
	width: 95%;
	margin: 0px auto;

}
#maincontents li a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;

}

#maincontents li a:visited {

	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
#maincontents li a:hover {
	display: block;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: underline;


}
#maincontents li a:active {

	display: block;
	background-color: #CC0000;
	color: #FFFFFF;
}
#maincontents li a {
	color: #FFFFFF;
	background-color: #990000;
	display: block;

}
#contentstwo {
	width: 47%;
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
	overflow: auto;
	background-color: #ffffff;
	height: 330px;
	margin-right: auto;
	margin-left: 5px;
	clear: right;
	float: left;
	border: 1px dotted #000099;
	background-image: url(img/stafflist/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;




}

