body	{
		margin: 0;	
		padding: 0; 
		background: #F0F0F0;
}

a:link, a:visited, a:active	{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #AF251C;
	}

a:hover{
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		text-decoration: underline;
		color: #000;
}

#container	{
		width: 960px;
		height: auto;
		background: white;
		margin: 0 auto;
		padding: 0;
		background: #FFFBFF;
}

#header{
 height: 260px;
 background: url(images/header.jpg) no-repeat;
}

#menu{
 height: 30px;
}

.menu{
 width: 136px;
 height: 30px;
 float: left;
 background: url(images/menu.gif) repeat-x;
 border-right: 1px solid #FFF;
 text-align: center;
 padding-top: 10px;
}

.menu_last{
 width: 138px;
 height: 30px;
 float: left;
 background: url(images/menu.gif) repeat-x;
 text-align: center; 
 padding-top: 10px;
}

#info{
position: relative;
 background: #FFFBFF;
 clear: left;
 padding: 0 60px;
}

#footer{
 height: 30px;
 background: url(images/menu.gif) repeat-x;
}