.big {

width : 800px;
margin-left:auto;
margin-right:auto;
}

.head {
width : 800px;
background-image:url(images/header.gif);
height:118px;
margin-left:auto;
margin-right:auto;

}

.menu {
	width:800px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:15px;
	word-spacing: 5px;
}

.menu a {
	color:#fff;
	text-decoration:none;
}

.menu a:hover {
	color:#000;
	text-decoration:none;
}

.main {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	border-thickness:3px;
	border-color:#ccc;
	border-style:solid;
	padding:10px 50px 50px 50px;
	
	
}
.men {
	float:right;
	margin-right:5px;
	padding:5px;
}

.main h2 {
	color:#FFF;
	background-image:url(images/menu.jpg);
}

.main a {
	color:#ea2c8e;
	text-decoration:none;
}

.main a:hover {
	color:#000;
	text-decoration:none;
}

.pink {
		list-style-image: url(/images/bullet.gif);
		
		}
		
		

.footer img{
	float:right;
	margin-top: -50px;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background:#CCC;
	border-color:#ccc;
	border-style:solid;
	padding:5px 50px 10px 50px;
}

.footer a {
	color:#ea2c8e;
	text-decoration:none;
}

.footer a:hover {
	color:#000;
	text-decoration:none;
}.big .main table tr td {
	text-align: center;
}
.big .main table {
	text-align: right;
}
