/* CSS Document */

body
{

	background: #f2f2f2 url(../images/bg.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	
}

#container
{
	
	width: 869px;
	background: url(../images/headerImg.jpg) no-repeat top;
	margin: 0 auto 0 auto;
	min-height: 500px;
	padding: 0 0 0 76px;
	
}

#menu
{
	
	width: 869px;
	padding: 208px 0 0 0;
	
}

#menu ul
{
	
	margin: 0;
	padding: 0 0 0 13px;
	list-style: none;
	
}

#menu li
{
	
	float: left;
	
}

#menu a
{

	display: block;
	padding: 14px 15px 19px 15px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	
}

#menu a:hover
{
	
	border-bottom: 6px solid #ED008C;	
	background: #BFBFBF;
	padding: 14px 15px 13px 15px;
	
}

#content
{
	
	width: 795px;
	clear: both;
	min-height: 500px;
	background: #f2f2f2 url(../images/Y.jpg) no-repeat top right;
	padding-bottom: 50px;
	
}

#content h1
{
	
	font-size: 20px;
	font-weight: bold;
	color: #ED008C;
	margin: 0;
	padding: 20px 0 10px 27px;
	
}

#content h2
{
	
	font-size: 15px;
	font-weight: bold;
	color: #3c3c3c;
	margin: 0;
	padding: 20px 0 10px 27px;
	
}

#content p
{

	font-size: 11px;
	color: #8E8E8E;
	margin: 0;
	padding: 5px 27px 8px 27px;
	line-height: 20px;
	
}

#content p a
{

	color: #ED008C;
	text-decoration: none;
	border-bottom: 1px solid #ED008C;
	
}

#content p a:hover
{
	
	border: none;
	
}

#footer
{

	width: 795px;
	clear: both;
	background: red;
	
}

#footerLeft
{

	width: 75%;
	background: white;
	border-top: 6px solid #f2f2f2;
	float: left;
	
}

#footerLeft ul
{
	
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
}

#footerLeft li
{

	float: left;
	padding: 8px 0 8px 0;
	font-size: 10px;
	color: #A3a3a3;
	
}

#footerLeft a
{
	
	color: #ED008C;
	text-decoration: none;
	display: block;
	padding: 0 0 0 30px;
	
}

#footerLeft a:hover
{
	
	color: #383838;
	
}

#footerRight
{
	
	width: 25%;
	background: white;
	border-top: 6px solid #ED008C;
	float: left;
	
}

#footerRight p
{
	
	margin: 0;
	padding: 0;
	
}

#footerRight a
{
	
	text-decoration: none;
	text-transform: uppercase;
	color: #A3A3A3;
	font-size: 9px;
	display: block;
	padding: 8px 0 8px 0;
	
}

#footerRight a:hover
{
	
	color: #ED008C;
	
}

#grey
{
	
	width: 741px;
	background: #606060 url(../images/grey.jpg) repeat-x top;
	padding: 18px 27px 18px 27px;
	color: white;
	
}

#grey h1
{
	
	color: #a3a3a3;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	
}

#grey p
{
	
	color: white;
	padding: 7px 0 7px 0;
	
}

table
{

	color: #606060;
	font-size: 11px;
	padding: 0 0 0 27px;
	
}

input, select
{
	
	font-family: Verdana;
	font-size: 11px;
	color: #8A8A8A;
	padding: 2px;
	border: 1px solid #606060;
	
}