html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	background: #FFF url('../images/multicordes.jpg');
	font-size: 80%;
	font-family: Courier New, verdana;
	color: #444;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -285px;
	left: 50%;
}

#container    
{
	width: 850px;
	height: 500px;
}

#headercont
{
	width: 750px;
	height: 80px;
	letter-spacing: -1px;
	padding: 0 15px;
	color: #444;
}

a
{
	color: #444;
	text-decoration: none;
	background: #FFF;
	font-weight: bold;
}

a:hover
{
	color: #000;
	text-decoration: none;
	background: #FFF;
	font-weight: bold;
}

#footercont a
{
	color: #444;
	text-decoration: none;
	background: #FFF;
}

#footercont a:hover
{
	color: #000;
	text-decoration: none;
	background: #FFF;
}

#maincont
{
	width: 802px;
	height: 365px;
	background: #FFF;
}

#mainright
{
	float: left;
	width: 720px;
	height: 330px;
	padding: 0px 40px 44px 40px;
	margin: -10px 0;
	overflow: none;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#mainright p
{
	padding: 0;
	margin: 0;
}

#one
{
	float: left;
	width: 350px;
	height: 325px;
	padding: 20px 20px 20px 50px;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}

#two
{
	float: left;
	width: 350px;
	height: 350px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#two p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#headercont h1
{
	margin: 0;
	padding: 0;
	width: 230px;
	font-size: 250%;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Courier New, arial, verdana;
	background: #FFF;
}

#headercont h2
{
	margin: 0;
	padding: 00;
	width: 350px;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Courier New, arial, verdana;
	background: #FFF;
	
}

#menucont
{
	padding: 10px 10px;
	width: 780px;
	height: 62px;
	background: #FFF;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#menucont ul
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
}

#menucont ul li a.active
{
	color: #444;
	text-decoration: none;
}

#menucont ul li a:hover
{
	color: #000;
	text-decoration: none;
}

#footercont
{
	width: 764px;
	height: 10px;
	color: #444;
	letter-spacing: -1px;
	padding: 30px 15px;
}

textarea
{
	border: 1px dotted #444;
	color: #444;
	width: 280px;
	height: 60px;
	padding: 2px;
	font-family: verdana;
	font-size: 120%;
}

input
{
	padding: 2px;
	width: 280px;
	border: 1px dotted #444;
	color: #444;
	margin-bottom: 10px;
}

button
{
	border: 1px dotted #444;
	background: #FFF;
	color: #444;
	padding: 2px;
	margin-top: 10px;
	width: 150px;
}

button:hover
{
	border: 1px solid #444;
	background: #444;
	color: #FFF;
	padding: 2px;
	margin-top: 10px;
	width: 150px;
}

form
{
	padding: 0;
}

#extreme
{
z-index: 1;
visibility: hidden;
position: absolute;
z-index: 10000;
}