*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/bgimage.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

img {
	border-width: 0px;
}

a {
	line-height: 180%;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

#logo {
	text-align: center;
	padding: 66px 0px 66px 0px;
}

#content {
	width: 960px;
	margin: 0px auto;
}

#content div {
	width: 320px;
	float: left;
}

#content div div {
	height: 30px;
	float: none;
}

#content div ul {
	margin-top: 5px;
}

.floatLeft { float: left; }

.floatRight { float: right; }

.clearBoth { clear: both; }