@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(/path/to/your/background_cols.gif);
	background-repeat: repeat;
}

#header {
	height: 174px;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 145px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 5px;
}

#right {
	margin: 0;
	float: left;
	width: 750px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	background-color: #FFFFFF;
	padding-top: 5px;
}

#footer {
	clear: both;
	background-color: #F0F0F0;
}
body {
	background-attachment: fixed;
	background-color: #005b87;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#cp {
	background-image: url(../images/cp.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 145px;
	float: left;
}
#left #date1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	float: left;
	height: auto;
	width: 145px;
}
#left #descrip1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
#left #descrip1 a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#003399;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
#left #descrip1 a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#993300;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
#left #date2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	float: left;
	height: auto;
	width: 145px;
	padding-top: 10px;
}
#left #desrip2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
#left #desrip2 a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#003399;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
#left #desrip2 a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#993300;
	float: left;
	height: auto;
	width: 145px;
	line-height: 14px;
}
