.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #333333;
	font-style: italic;
}
.menu_plain {
	cursor:pointer;
	background-color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.menu_hover {
	cursor:pointer;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: left;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
body{
margin:auto;
padding-top: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#container{
width:800px;
margin: auto;
}
#sidebar{
width:254px;
height:600px;
background-image:url(images/sidebar.jpg);
float:left;
position:relative;
}
#content{
width:546px;
height:600px;
float:left;
position:relative;
z-index:0;
}
#title{
width:541px;
font-weight:bold;
font-size:29px;
font-style:italic;
color:#333333;
padding-top:115px;
z-index:1;
padding-left:5px;
}
#strip1{
height:8px;
width:546px;
position:relative;
top:-9px;
z-index:-1;
background-color:#f39912;
}
#strip2{
height:8px;
width:546px;
top:-9px;
position:relative;
background-color:#e85c01;
}
#strip3{
height:8px;
width:546px;
top:-9px;
position:relative;
background-color:#e85c01;
}
#strip4{
height:8px;
width:546px;
top:-9px;
position:relative;
background-color:#f39912;
}
#information{
height:275px;
padding:10px;
width:526px;
top:-9px;
position:relative;
background-color:#eeeeee;
color:#333333;
overflow:auto;
text-align:justify;
font-size:12px;
line-height:14px;
}
#menucontainer{
	width:546px;
	top:-6px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.cdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbbbbb;
	font-weight: normal;
	text-decoration: none;
}
