/***************************************************************
Style Sheet for Internet Safety - test

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	margin:0;
	padding:25px 0 40px 0;
	min-width:950px;
}

#container {
	position:relative;
	top:0;
	margin:0 auto;
	padding-top:137px;
	width:950px;
	text-align:center;
}

#content {
	position:relative;
	text-align:left;
}

#columnWrapper {
	position:relative;
}



/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}