body {
	color: #000000;
	font-family: Comic Sans MS, sans-serif;
	background-color: #006f79;
	background-image: url(../images/styles/lsgorg/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

ul {
	list-style-image: url(../images/styles/lsgorg/bullet.gif);
}

h1,h2,h3,h4{	color: #00454B;}

a {color: #00454B;}
a:visited{color: #00B9C9;}

a img { border: 0;}
a:hover img {border: 0;}
a:visited img {border: 0;}

#wrapper{
	margin:0px auto;
	background-color: #E0E0E0;
	border: 5px solid black;
	width: 768px;
}

#header{
	background-image: url(../images/styles/lsgorg/header.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 768px;
	height: 100px;
}

#content{
	overflow: hidden
}

#leftcolumn.h3{
	text-align: center;
}

#leftcolumn{
	padding-left: 10px;
	float: left;
	width: 120px;
}
#navigation{
}

#navigation ul{
	padding:0px;
	margin:15px;
}

#sponsors{
	text-align: center;
}
#leftcolumn h3{
	text-align: left;
}
#rightcolumn{
	padding-right: 5px;
	float: right;
	width: 620px;
}

#footer{
	background-image: url(../images/styles/lsgorg/footer.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 768px;
	height: 200px;
	clear: both;
}

.clear{
	clear: both;
	background: none;
}