*
{
	margin: 0;
	padding: 4;
}

body
{
	line-height: 1.4em;
	text-align: center;
	height:100%; /* needed for container min-height */
	margin-bottom: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a { text-decoration: none; }
a img { border: none; }
a:link, a:visited { color: #181818; }
a:hover {
	color: #00abe8;
}
a:active {
	color: #00abe8;
}

a.selected:link, a.selected:visited, .red {
	color: #ec008a;
}
#everything
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

#logo { margin-top: 0px; }

#left
{
	float: left;
	width: 170px;
	padding-top: 15px;
	font-size: 1em;
	padding-left: 10px;
}

#nav
{
	font-size: 26px;
	line-height: 1em;
	font-family: Impact;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 5px;
	margin-left: -5px;
}


#image {
	width: 476px;
}
.mainimage { border: 2px solid white; }

.teaserimage
{
	display: block;
	float: left;
	padding-left: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 40px;
}

#content
{
	float: left;
	width: 480px;
	margin-left: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}


#right
{
	float: left;
	width: 170px;
	text-align: left;
	padding-top: 15px;
	margin-left: 15px;
	background-color: #CCCCCC;
}

#right a:link, #right a:visited, #right a:hover, #right a:active
{
	
}

div.clearme {
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}


/* IE5/Mac hacks */
/*\*/
/*/
#text { }
#text h1 { padding-bottom: 8px; }
#right { }

/**/
#everything #content h2 {
	color: #92c849;
	font-family: Impact;
	font-size: 26px;
	line-height: 1em;
}
.style7 {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #000000;
	padding: 4px;
	font-variant: normal;
}hr {
	color: #ff0099;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
#everything #left p {
	padding-top: 5px;
	padding-left: 5px;
}
#everything #right p {
	padding-left: 10px;
}
#content a {
	color: #336600;
	text-decoration: underline;
}
