body
{
	margin: 0;
	padding: 0;
	font: 83% Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(../images/bg.gif);
}

a:link { color: #AD2216; }
a:visited { color: #006699; }

a:hover, a:active
{
	color: #fff;
	background-color: #9A1E14;
}

h2
{
	color: #BF8308;
	font: 120% Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #B37800;
	font: 106% Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: #000000;
}

#header
{
	height: 100px;
	width: 650px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	background-image: url(../images/ignite_logo8.jpg);
	border: 1px solid;

}

#header h1
{
	font-size: 10px;
	text-align: center;
	color: #000000;
	margin: 0;
	padding: 0;
	display: none
}

#mainnav ul 
{ 
	list-style-image: url(../images/bullet.gif);
	list-style: disc inside url(../images/bullet.gif); 
}

#mainnav li 
{ 
	list-style-image: url(../images/bullet.gif);
	list-style: disc inside url(../images/bullet.gif); 
}

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #DD8F6B;
	padding-left: 15px;
}

#contents {
	margin: 10px 10px;
	padding: 3px;
	border: 1px dotted #ffffff;
	background-color: #333333;
}
#contents p { line-height: 165%; }
.main-idea {
	padding: 10px;
}
.imagefloat { float: right; padding: 20px; }

.imagesfloat2 {
	float: left;
	padding: 20px;
	margin: 10px 10px;
	}

#footer
{
	clear: both;
	color: #7e220f;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}
