
*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #AA121F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #FFFF00;
	text-decoration: none;
}

body {
	
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}


#header {
    height: 150px;
	width: 900px;
	text-align: center;	
	background: url(image/header2.jpg) no-repeat;	
}

#menu
{
width: 150px;
height: 100px;
padding-right: 40px;
padding-top: 15px;
float: right
}

#menu ul {
	list-style: none;	
}

#menu li {
padding-right: 40px;	
background: url(image/) no-repeat top;
}

#menu .current
{
background: none;
}

#menu a {
	width: 100px;
	height: 10px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;


}

#menu a:hover {
	width: 100px;
    height: 10px;
	color: #FF0000;
	text-decoration: none;
}


#logo {

width: 900px;
height: 150px;
text-align: right;
padding-top: 10px;
float: right;
padding-right: 50px;
}



#footer {
	height: 50px;
	width: 900px;
	clear: both;
	padding-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(image/foot.jpg) no-repeat
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
