/* CSS file */
* { 
	margin: 0;
	padding:0;
	}
.brclear
{
	/* Use a break with this class to clear float containers */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
body {
	background: url(img/back.gif) repeat-x;
	text-align:center;
}
.wrapper {
	margin:0 auto;
	width:950px;
	text-align:left;
}
.content {
	height:630px;
	}
.footer {
	width:870px;
	margin-left:40px;
	height:120px;
	background: url(img/snow.png) no-repeat 230px -7px;
	font-family:Tahoma;
	color:#6d6b6b;
	font-size:11px;
}
* html .footer {
	background-image: url(img/snow.gif);
	}
* html .footerTop {
	background-image: url(img/sara.gif);
	}
.footerTop 
{
	height:25px;
	width:100%;
	background: url(img/sara.png) repeat-x;
	margin-bottom:4px;
}
.copy 
{
	float:left;	
}
.copy a { 
	color:#3d7fa5;
}
.menu 
{
	float:right;
	text-align:right;
	width:550px;
}
.menu ul {
	margin-bottom:30px;
	}
.menu ul li 
{
	list-style-type:none;
	display:inline;
	color:#3d7fa5;
	margin:0 2px;
}
.menu a 
{
	color:#3d7fa5;
}
.menu li a 
{
	text-decoration:none;
}
