/* CSS Document */

html, body {
	text-align:center;	
		color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	padding:0;

}

#header{
	width:100%;
	background-image:url(bg.png);
	background-repeat:repeat;
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
	height:44px;
	padding-top:7px;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.5em 0;
}

a {
	color:#036;
}

a:hover {
	color:#0059B3;
}

a.nounderline {
	text-decoration:none;
}

p.clear {
	clear:both; font-size:1px; line-height:1px;
}

#wrapper {
	width:900px;
	margin:0px auto;
	margin-top:27px;
	}
	
#left {
	width:550px;
	float:left;
	}
	
#right {	
	width:350px;
	float:left;
	}
