

body{
	padding: 20px 20px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: white;
}
td{
	padding: 0px 10px;
}
#header{
	width:100%;
	height:125px;
	position:relative;
	float:left;
	background: url(/dsgn_images/hslide.gif) repeat-x scroll;
	
}
#header h1{
	height:40px;
	padding:0px 20px 10px 220px;
	margin-top:5px;
	margin-bottom:5px;
}

#header h3 {
	margin-left: 220px;
}

#header h3 a{
	color: blue;
}

#header p{
	margin:0;
	padding:0px 10px 0px 10px;
	float:left;
}
#logo{
	background:transparent url(/dsgn_images/comenus_logo_small.jpg) no-repeat scroll 30px top;
	width:210px;
	height:100px;
	float:left;
	
}
#menu{
	float:left;
	position:relative;
	width:15%;
	min-width:191px;
	background-color:#FEB729;
	height:500px;
}
#menu li{
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
	font-weight: bold;
	
}
#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu .first{
	border-top: 1px solid #FFFFFF;
}
#menu a{
	display: block;
	color:black;
	text-decoration:none;
	padding:12px;
}
#menu a:hover{
	background:#FFD323;
	text-decoration:none;
	width:80%;
}
#cont{
	float:left;
	position:relative;
	width:60%;
	min-height:799px;
	height:auto;
	background-color:#F6FAAA;

}
#text{
	padding:56px 25px;
}


