* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg_main.jpg);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0px auto;
 width: 900px;
 height:100%;
}
#wrapper2 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 300px;
 height:100%;
}
#wrapper3 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 600px;
 height:100%;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px 0px 0px 0px;
 border: 0px solid #ccc;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 background:#FFFFFF;
}
#leftcolumn {
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 300px; height:100%;
 float: left;
}
#rightcolumn {
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 600px; height:100%;
 display: inline;
}
#module1 {
 color: #333;
 border: 0px solid #ccc;
 background: url(images/bg_module1.jpg); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 300px; height:100%;
 float: left;
}
#module2 {
 color: #333;
 border: 0px solid #ccc;
 background: url(images/bg_module2.jpg); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 600px; height:100%;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 border: 0px;
 background: url(images/bg_footer.jpg); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align:center;
}
h1 {
	font-size:18px;	font-weight:normal;
	padding-left:10px;
	margin-top:0px;	margin-bottom:0px;
	}
h2 {
	font-size:12px;
	font-weight:normal; color:#333333;
	padding-left:10px; padding-right:10px;
	margin-top:0px;	margin-bottom:0px;
	}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none; font-weight:bold; color:#333333;
}
h2 a:hover {
	text-decoration: underline; color: #000066;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #B7B7B7;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
h5 a:link, h5 a:visited, h5 a:active {
	color:#B7B7B7;
	text-decoration: none;
}
h5 a:hover {
	color:#B7B7B7;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	text-decoration: none; font-weight:bold; color:#333333;
}
a:hover {
	text-decoration: underline; color: #000066;
}