body {
	background-color: #dfdfd4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
	line-height: 1.5em;
}
a:link {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
	background-color:#930;
}
a:active {
	color: #FFF;
}

a.body:link {
	color: #666;
	font-size:18px;
	text-decoration: none;
}
a.body:visited {
	color: #666;
	font-size:18px;
	text-decoration: none;
}
a.body:hover {
	color: #FFF;
	background-color:#930;
	text-decoration:underline;
}
a.body:active {
	color: #FFF;
}

a.buttons:link {
	color: #272756;
	font-size:14px;
	font-weight:bold;
	
}
a.buttons:visited {
	color: #272756;

	font-size:14px;
	font-weight:bold;
}
a.buttons:hover {
	color: #FFF;
	background-color:#930;
}
a.buttons:active {
	color: #FFF;
}

#buttons {
	border: 0px;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.eriktext {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.body10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.body9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#dfdfd4;
}

h1.dkblue {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006;
}

h2 {
	font-size:16px;
}

img {
	border: 0px;
}

img.floatright {
	float: right;
	padding: 5x 5px 5px 5px;
	margin-left: 5px;
}

#superwrapper {
	width: width: 1000px;
	background-color:#666;
	border: 1px solid #666;
}

#box350 {
	width: 350px;
	border:0px solid #666;
	padding: 10px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:#dfdfd4;
}


#bigbox {
	width: 1000px;
	background-color:#999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #666;
}
 
#side550 {
	width: 550px;
	text-align: left;
	padding: 0px 100px 0px 0px;
	margin: 0 0 0 350px;
}

#side300 {
	float: left;
	text-align: left;
	width: 300px;
}

#floaty-right {
	width: 250px;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
