/* CSS Document */

div#wrapper {
	width:900px;
	margin:0 auto;
	background: #000000
	height: 100%;
}
div#header {
	width:450px;
	background: #FFFFFF;
	height: 100px;
	float: left;
	top: 0px;
}
div#headerright {
	width:450px;
	background: #FFFFFF;
	height: 100px;
	float: right;
	top: 0px;
}
div#left {
	width:300px;
	margin:0;
	height: 450px;
	text-align: left;
	float: left;
	top: 118px;
	background: #FFFFFF url(images/background-left.jpg);
}
div#right {
	width:600px;
	margin:0 auto;
	background: #FFFFFF;
	height: 450px;
	text-align: left;
	float: right;
	top: 118px;
}
div#wrd {
	width:900px;
	margin:0 auto;
	background: #FFFFFF;
	height: 450px;
	text-align: left;
	float: right;
	top: 118px;
}
div#right-marketing {
	width:600px;
	margin:0 auto;
	background: #FFFFFF url(right-blank.jpg);
	height: 450px;
	text-align: left;
	float: right;
	top: 118px;
}
div#footer {
	width:900px;
	margin:0 auto;
	background: #FFFFFF;
	height: 50px;
	text-align: left;
	float: left;
	top: 568px;
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	top: 100px;
	height: 18px;
	width: 900px;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	top: 100px;
}

#navcontainer ul li a
{
	background: #000000;
	width: 148px;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 100;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold normal 12px/16px Arial, Helvetica, sans-serif;
	top: 100px;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #FFFFFF;
}

#navcontainer a:active
{
background: #330099;
color: #FFFFFF;
}

#navcontainer li#active a
{
background: #FFFFFF;
border: 1px solid #0000FF;
color: #fff;
}

p {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 8px;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 8px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	text-align: left;
	color: #000000;
	margin: 2px 5px 0px;
	letter-spacing: normal;
	border-bottom-width: thin;
	text-decoration: none;
	font: bold normal 14px Arial, Helvetica, sans-serif;
}
.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.header {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
}
