
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(assets/bg.png);
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background: #ffffff;
}

#header {
 color: #333;
 width: 160px;
 float: left;
 height: 107px;
 margin: 0px 0px 0px 0px;
 background: url(assets/header.gif);
 padding-left: 740px;
 padding-top: 13px;
}
#flash {
 float: left;
 width: 900px;
 height: 300px;
 color: #333;
 border: 1px solid #4083a3;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#navigation {
 float: left;
 width: 900px;
 height: 30px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#leftcolumn { 
 color: #333;
 background: #f2fafb;
 padding: 0px;
 width: 215px;
 float: left;
}
#content {
	float: left;
	color: #333;
	border: 1px solid #4083a3;
	background: #Ffffff;
	padding: 10px;
	height: 450px;
	width: 445px;
	display: inline;
	margin-bottom: 20px;
}
#content2 { 
 float: left;
 color: #333;
 background: #Ffffff;
 padding: 10px;
 width: 660px;
 display: inline;
}
#content3 { 
 float: left;
 color: #333;
 background: #Ffffff;
 padding: 10px;
 width: 660px;
 height:1000px;
 display: inline;
}
#rig
htcolumn { 
 color: #333;
 background: #f2fafb;
 padding: 0px;
 height: 270px;
 width: 215px;
 float: left;
}
#footer { 
 width: 880px;
 height: 10px;
 clear: both;
 color: #333;
 border: 1px solid #EBF2F5;
 background: url(assets/footer.png);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
ul {
	margin-left: 0;
	padding-top: 10;
	padding-left: 20px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
}
ul2 {
	margin-left: 0;
	padding-top: 10;
	padding-left: 30px;
	list-style: url(assets/box_bullet.gif);
}

.heading {
	font-size: 14px;
	font-weight: bold;
}