body {
	margin: 0px;
	padding: 0px;
	cursor: default;
}
h1,h2,h3,h4,h5,h6,ul,li,form,div,p,label,img {
	padding:0px;
	margin: 0px;
}
p {
	font-family: Arial;
	font-size: 13px;
	color: #555555;
	text-align: justify;
	padding-bottom: 6px;
}
a {
	color: #555555;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #cc0055;
	text-decoration: none;
	outline: none;
}
.what {
	color: #cc0055;
}
.gallery {
	text-align: center;
}
.box {
	padding: 10px;
}
.foot {
	text-align: center;
	padding-top: 5px;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#wrap #header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 800px;
}
#wrap #menu {
	font-family: Arial;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	height: 30px;
	width: 800px;
}
#wrap #menu ul {
	padding-top: 102px;
	padding-left: 43px;
}
#wrap #menu ul li {
	display: inline;
	float: left;
	padding-right: 8px;
}
#wrap #menu ul li a {
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 28px;
	color: #555555;
}
#wrap #menu ul li a:hover {
	text-decoration: none;
	background-image: url(img/follow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	color: #cc0055;
}
#wrap #menu ul li#current a {
	text-decoration: none;
	background-image: url(img/follow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	color: #cc0055;
}
#wrap #content {
	height: 486px;
	width: 754px;
	background-image: url(img/content.png);
	background-repeat: no-repeat;
	margin-left: 23px;
	margin-right: 23px;
}
#wrap #footer {
	height: 40px;
	width: 754px;
	margin-right: 23px;
	margin-left: 23px;
	background-image: url(img/foot.png);
	background-repeat: no-repeat;
}