body {
	background-image:url();
	background-repeat:repeat;
	background-color:#9CCEE0;
	margin:20px;
	padding:00;
	text-align:center;
}

h1 {
	font-size:30px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#DD3333;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif,Californian FB;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:0px;
	height:775px;
	background-color:#58ABCD;
	background:url(images/bg1.gif) repeat-y;
	text-align:left;
}

#banner {
	width:700px;
	height:150px;
	margin-bottom:7px;
}

#bannerLeft {
	width:150px;
	height:150px;
	margin-right:-4px;
	background-image:url(images/as.jpg);
	float:left;
	border:1px solid #000000;
	border-width:1px 0 1px 1px;
}

#bannerRight {
	width:537px;
	height:150px;
	background:url(images/a.jpg) repeat-x;
	float:right; 
	border:1px solid #000000;
	border-width:1px 1px 1px 0px;
	padding:0px 0 0 11px;
}

#content {
	background:url(images/bg1.gif) repeat-y;
	height:0px;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:NONE;
	padding:3px;
	width:144px;
	height:30px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#F0e9ac;
                color:#000000
}

#leftColumnBottom {
	width:130px;
	background:url(images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#FF40FF;
}

#rightColumn {
	float:right;
	width:530px;
	padding-left:0px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}