body{
	font-family: Arial,Verdana,Helvetica;
	background-image: url('images/ccc_01.jpg');
	background-repeat: repeat-x;
	background-color: #003c63;
}

#mainpage{
	width: 1000px;
	min-height: 700px;
	height: auto;
	margin: auto;
	background-image: url('images/ccc_02.jpg');
	background-repeat: no-repeat;
}

#leftside{
	margin-top: 103px;
	width: 39px;
	height: 447px;
	background-image: url('images/ccc_05.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;	
}

html>body #leftside{
	min-height:  447px;
	height: auto;
}

#maincontainer{
	margin-top: 103px;
	float: left;
	width: 923px;
	min-height: 447;
	height: auto;		
}

#rightside{
	margin-top: 103px;
	width: 20px;
	height: 447px;
	background-image: url('images/ccc_05r.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

html>body #rightside{
	min-height:  447px;
	height: auto;
}

#outerbox{
	border-top: 8px solid #83A3B6;	
	height: 370px;	
	margin: 0px;
	margin-left: 25px;
	margin-right: 24px;
	margin-top: 0px;
	background-image: url('images/ccc_10.jpg');
	background-repeat: repeat-y;	
}

html>body #outerbox{
	min-height: 370px;
	height: auto;
}

#sidebar{
	width: 200px;
	min-height: 370px;
	height: auto;	
	float: left;
}

#divider{	
	width: 3px;
	height: 370px;
	float: left;
}

html>body #divider{
	min-height: 370px;
	height: auto;
}

#maincontent{
     height: 372px;
	background-image: url('images/clock.jpg');	
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding-right: 20px;
	padding-left: 10px;
	margin-left: 200px;	
	border-left: 1px dotted #004065;
}

html>body #maincontent{
	min-height: 372px;
	height: auto;
}

#maincontentbottom{	
	clear: both;
	height: 30px;
	background-image: url('images/serving.jpg');
	background-repeat: no-repeat;
	background-position: 589px top;
}

.crowlogo{
	position: relative;
	top: -84px;
	left: 0px;
	float: left;
}

#outsidebottom{
	height: 56px;
	background-image: url('images/bottombar.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 25px;
	margin-right: 24px;
}

#outsidebottomright{
	height: 16px;
	background-image: url('images/serving.jpg');
	background-repeat: no-repeat;
	background-position: 0px -33px;
	width: 285px;
	float: right;
}

.bottomtext{	
	position: relative;
	top: 12px;
	font-size: 0.7em;
	font-weight: normal;
	height: 40px;
	margin: 0px;
	padding: 0px;	
	padding-left: 70px;
	color: #004065;	
}



/***********************************************************************************/
/*  Top Menu                                                                       */
/***********************************************************************************/
#topmenuholder{
	margin: 0px;	
	margin-left: 25px;	
	height: 38px;
}
	
#topmenu{
	padding: 0px;
	display: inline;
}

#topmenu li {
	height: 38px;
	float: left;
	list-style: none;
	white-space: nowrap;
	display: inline;
	background-image: url('images/topbuttonselect.gif');
	background-repeat:no-repeat;
	background-position: 0px 10px;
}

#topmenu li a {
	color: #ffffff;
	font-size: 0.84em;
	font-weight: bold;
	text-decoration: none;	
	display:block;
	width:100px;
	margin-right: 5px;
	text-align:center;
	white-space: nowrap;
	padding-top: 13px;
}

#topmenu li a:hover {
	color: #ffff00;	
}

.topmenu-current {
	background-image: url('images/topbuttonselect.gif');
	background-repeat:no-repeat;	
	background-position: 0px 0px;	
}

/***********************************************************************************/
/*  End Top Menu                                                                   */
/***********************************************************************************/

/***********************************************************************************/
/* Side Menu */
/***********************************************************************************/
#sidemenu {
	padding-top:0px;
	width:158px;
	height:22px;
	margin-left:30px;
	clear: both;
}

#sidemenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	list-style: none;
}

#sidemenu ul ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#sidemenu li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;	
	background-image: url('images/leftbutton.jpg');
	background-repeat:no-repeat;
	background-color: #DEE3E7;
	color:#004065;
}

#sidemenu li a {
	display:block;
	width:133px;
	height:22px;
	font-family: Arial,Verdana,Helvetica;
	font-size: 0.9em;
	text-align:right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 25px;
	font-weight: bold;
	text-decoration: none;
}

html>body #sidemenu li a{
	height: auto;
	
}

#sidemenu li a:hover{
	background-image: url('images/leftbuttonhover.jpg');
	background-repeat:no-repeat;
	color: #000000;
	font-weight: bold;
}

.sidemenu-current {
	color: red;	
}	
/***************************************************/

#image_left{
width:200px;
height:200px;
}

#desc_right{
float:left;
}

