*
{
	margin:0;
	padding:0;
}

body
{
	margin:0;
	padding:0;
	/*background-color:white;*/
	font-family:'Times';
}

#header
{
	float:left;
	position:relative;
	height:100px;
	width:100%;
	background-color: white;
	/*background:url('../images/degrade2.jpg') repeat-x;*/
}

#menu ul
{
	height:100px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:25px;
}

#menu li
{
	width : 14%;
	float:left;
	list-style-type : none;
	text-align : center;
	height : 100px;
}

#menu li a
{
	display:block;
	cursor:pointer;
	height:105px;
	color:#e3001b;
	color: black;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}

#menu li a:hover{    
	/*background-color : #e3001b;*/
	color : #e3001b;
}

#menu li img
{
	margin-top : 8px;
	margin-bottom : 8px;
}

#footer
{
	float:left;
	position:relative;
	height:75px;
	width:100%;
	background-color: #e3001b;
	/*background:url('../images/degrade2.jpg') repeat-x;*/
	color : white
}

#footer_container
{
	width : 80%;
	text-align : center;
	margin:auto;
	margin-top: 25px;
}

#footer_container a
{
	color : white;
	text-decoration : none;
}

#footer_container a:hover
{
	text-decoration : underline;
}
