body {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;	
	background: #FFEED5;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}
h2 {
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
}
h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
a {
	color: #5569ff;
}

#wrapper {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	margin-top: 75px;
	overflow: auto;
}
#pictures {
	width: 260px;
	float: left;
	margin-right: 25px;
}
#videos {
	width: 260px;
	float: left;
	margin-right: 25px;
	}
#links {
	width: 190px;
	float: left;
	font-size: 13px;
}




#links h3 {
	margin-bottom: 40px;
}
#links a {
	padding: 10px 0;
	margin: 5px 0;
	display: block;
	text-align: center;
	background: #ffffff;
}
#links a:hover {
	background: #FFDAD6;
}

#links a.highlight {
	background: #f62180;
	color: #ffffff;
}





.gallery {
	clear: both;
	padding: 10px 0;
}

.hardpic {
	position: relative;
	top: -98px;
	/*left: -98px;*/
	background: #ffffff;
}

.thumbs {
	width: 98px;
	height: 98px;
	float: left;
	margin-right: 12px;
	background: #ffffff;
	overflow: hidden;
}
.thumbs img {
	border: 5px solid #ffffff;
}

.description {
	width: 130px;
	height: 76px;
	float: left;
	font-size: 13px;
	background: #ffffff;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.description a:visited {
	text-decoration: line-through;
}


.gallery-joinnow {
	clear: both;
	padding: 10px 0;
}
.gallery-joinnow .description {
	background: #f62180;
	height: 80px;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery-joinnow .description a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: underline;
}
.gallery-joinnow .description a:hover {
	text-decoration: none;
}
.gallery-joinnow .description a:visited {
	text-decoration: underline;
}



#footer {
	width: 680px;
	height: 86px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background: #ffffff;
	padding: 7px 40px;	
}
#footer p {
	text-align: left;
	font-size: 10px;
	margin: 2px;
	padding: 0;
}
