/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	padding-right:0px;
} 
#wrapper {
	position:relative;
	text-align:left;
	width: 1000px;
	height:1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 0px;
}
#menu {
	position: absolute;
	left:17px;
	top:230px;
	height: 400px;
	width:196px;
	border-right:thin;
	border-right-color:#CC0000;
	padding: 10px 10px 10px 10px;
	text-align: right;
	background-image:url(tube.jpg);
	background-repeat: no-repeat;
	line-height: 2.5em;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2.0em;	
	color:#000000;
	text-align: right;
	
}
#menu li a:link {
	color:#000000;
	text-decoration: none;
}
#menu li a:active {
	color:#CC0000;
	text-decoration: none;
}
#menu li a:hover {
	color: #CC0000;
	text-decoration: none;
}

#title {
	position:absolute;
	top:50px;
	left:144px;
	width:90%;
	height:91px;
	padding-bottom: .2 em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content {	
	width:500px;
	height: auto;
	z-index:3;
	border-left-color: #cc0000;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 10px 40px 50px 40px;
	margin-left: 250px;
	margin-top: -5px;
}
	

	
	
	
.rule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
