body {
background-color: #f08913;
font-size: 12px;
font-family: verdana;
text-align: left;
}

img {
border: none;
}

#header {
        margin: auto;
        width: 900px;
        height: 150px;
        border: 0px solid #cecea5;
	background: #ffffff;                
        }
#outer_wrapper {
        margin: auto;
        width: 900px;
        text-align: left;
        background: #ffffff url(background_3.gif) repeat-y left;
}
#wrapper {
	background: url(background_2.gif) repeat-y right;
}

#container {
	width: 900px;
	text-align: left;
        background: url(background_2.gif) repeat-y right;
}
#content {
        text-align: left;
        background: url(background_3.gif) repeat-y left;
}
#main {
        text-align: left;
        width: 700px;
        margin-left: 150px;
        padding: 5px;
}
#left {
	text-align: left;
        width: 150px;
	float: left;
        padding: 5px;
}

#footer {
        margin: auto;
        width: 900px;
        height: 150px;
        border: 0px solid #cecea5;
	background: #f08913;
}
h1 {
	margin-top: 0;
}
h5 {
         margin: 0px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

span.important {
	color: #FF0000;
}
.detail {
	color: #00FF00;
	font-size: 8px;
}

