@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color:#FFFFFF;
	margin-top: 12px;
}

#logo {
	background-image: url(images/cboxinglogo.jpg);
	height: 230px;
	
}
#time {
	position:absolute;
	top:135px;
	left:280px;
	width: 238px;
	height: 29px;
	color:#000000;
	font-size: 14px;
	
}

#nav {
	
	width: 100%;
	float:left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;

 }
 
#nav li {
	float: left; } 
#nav li a {
		display: block;
		padding: 8px 15px;
		text-decoration: none;
		font-weight: bold;
		color: #000;
		border-right: 1px solid #ccc; 
} 
#nav li a:hover {
		color: #c00;
		background-color: #fff; 
}






 

#lower-wrapper {
	background-image: url(file:///H|/Dreamweaver1class/sept6/css_twocol_layout_sept6/images/bg_sheep_site.gif);
	background-repeat: repeat-y;
}
#contents {
	margin-top: 0px;
	padding-top: 0px;
}
#left_col {
	padding: 10px;
	float: left;
	width: 200px;
}
#right_col {
	float: right;
	width: 500px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	height:160px;
	width:740px;
	color: #FFF;
	background-image: url(images/orgfooter1.jpg);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	padding: 10px;
	clear: both;
}
.leftflt_pic {
	float: left;
	border: 1px solid #000;
	margin: 5px;
}
.lrightlt_pic {
	float: right;
	border: 1px solid #000;
}
.pic_border {
	border: 1px solid #000;
}
