@import url('style.css');

body {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
}


#topbar {
	width: 990px;
	margin: 0px auto;
}

#topbar ul {
	list-style:none;
	padding: 2px;
	margin: 40px 0 0 0;
}

#topbar ul li a {
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#333333;
	padding:10px;
}

#topbar ul li a.one {
	width:75px;
	float:left;
	text-align:center;
}
#topbar ul li a.two {
	width:100px;
	float:left;
	text-align:center;
}
#topbar ul li a.three {
	width:130px;
	float:left;
	text-align:center;
}

#topbar ul li {
	float:left;

}

