/* CSS Document */

html, body {
	background:url(../img/bg.jpg) repeat;
	text-align:center;	
		color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;

}

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:50px;
	}
	
#left {
	width:550px;
	float:left;
	}
	
#right {	
	width:350px;
	float:left;
	}
