body {
	background-color: #ffffff;	
		margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;	
	font-size: 12px;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}

a.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: red;
}

p {
	margin: 0 0 0 0;
}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

#clearing {
	display: none;
	height: 0px;
	clear: both;
}

#center {
 	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 182px;
	background: url(grafa/header.jpg);
	text-align: center;
}


#menu {
	text-align: center;
	padding-top: 9px;
	height: 17px;
	background: url(grafa/menu.jpg);
	font-weight: bold;
	color: #ffffff;
}

#menu1 {
	height: 22px;
	background: url(grafa/menu1.jpg);
}

#menu a {
	font-weight: bold;
	color: #ffffff;
}



#content {
	background-color: #ffffff;
	padding-top: 9px;
	padding-left: 50px;
	padding-right: 50px;
}

#footer {
	height: 62px;
	background: url(grafa/foot.jpg);
	padding-left: 150px;

}


