body 
{
	background-color: #ffffff;
    color: #888888;
    font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 12px;
}

a:link, a:visited, a:active  
{
    text-decoration:    none;
    color:  #0000ff;
}

a:hover 
{
    color:  #ff7777;
}

input
{
	border: none;
	border-right: 0px;
	background-color: #eeeeee;
	color:#888888;
}

button
{
	background-color: #eeeeee;
	border: none;
}

button:hover
{
	background-color: #ffcccc;
}

/***** Elements */
#menuBar
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#formContainer
{
	width:640px;
	margin-left: auto;
	margin-right: auto;
}

#message
{
	color: #cc3333;
	text-align: center;
}

#menuItem:hover
{
	background-color: #EEEEEE;
}

/** Content ******************************************************************/

#contentContainer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/** Header *******************************************************************/

#headerContainer {
	margin-left: auto;
	margin-right:auto;
	
	text-align:center;
}

/** Footaer ******************************************************************/

#footerContainer {
	position:absolute;
	width: 99%;
	bottom: 10px;
	
	font-size:10px;
	color:#DDDDDD;
	text-align:center;
}