/* constants */
html
{
	background-color: #a0a0a0;
}

body
{
	margin: 0px auto;
	font-family: arial, Helvetica, Sans-Serif;
    font-size: 16px;
	line-height: 25px;
}


/* structure */
#main
{
	width: 840px;
    padding: 20px 0px 0px 0px;
	background-color: #f0f0f0;
	text-align: left;
	margin: 0px auto;
    font-size: 15px;
}

.wrapper2
{
	margin: 0px auto;
	width: 1100px;
	background-image: url( "/img/bgfade.png" );
	background-repeat: repeat-y;
}

.headwrapper
{
    background-repeat: repeat-x;
	background-color: #dadada;
	height: 60px;
	text-align: center;
	margin: 0px auto;
}

.header
{
    background-repeat: repeat-x;
	background-color: #dadada;
	height: 60px;
    width: 1100px;
	text-align: center;
	margin: 0px auto;
}

#prefooter
{
    width: 800px;
    margin: 0px auto;
    margin-top: 60px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
}

#prefooter #one
{
    width: 170px;
    height: 170px;
    padding-top: 10px;
    float: left;
    padding-left: 90px;
}

#prefooter #two
{
    width: 210px;
    height: 170px;
    padding-top: 10px;
    float: left;
    padding-left: 50px;
    border-left: 1px solid #cccccc;
}

#prefooter #two .media
{
    margin-top: 5px;
}

#prefooter #three
{
    width: 190px;
    height: 170px;
    padding-top: 10px;
    float: left;
    padding-left: 70px;
    border-left: 1px solid #cccccc;
}

#footer
{
	margin: 0px auto;
	width: 1100px;
	height: 104px;
    padding-top: 25px;
	background-image: url( "/img/footer2.png" );
	text-align: center;
	font-size: 10px;
}

.wrapper
{
	width: 950px;
	text-align: center;
	margin: 0px auto;
}

.logoSlot
{
	float: left;
	width: 310px;
	margin-top: 8px;
}

.nav
{
	width: 600px;
	float: left;
}

.nav img
{
	border-left: 1px solid #959595;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
