#wrapper {
	margin: 0px auto;
	width: 950px;
}

#header, #gallerymenu, #content {
	float: left;
}

#header {
	width: 950px;
}

#gallerymenu {
	width: 300px;
	height: 500px;
	margin-top: 60px;
}

#content {
	width: 650px;
	margin-top: 60px;
}

#body {
	font-family: Georgia;
}


#logo, #menu {
	float: left;
}

#logo {
	width: 300px;
	height: 30px;
	font-size: 25px;
	color: #cc3333;
	margin-top: 50px;
	letter-spacing: 4px;
}

#menu {
	width: 650px;
	height: 30px;
	margin-top: 50px;
}

#gallerymenu b {
	display: block;
	float: left;
}

#menu a, #gallerymenu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #4444FF;
	background-image: url("img/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 16px;
}

#menu a {
	margin-left: 25px;
}

#gallerymenu a {
	width: 250px;
}

#menu a:hover, #gallerymenu a:hover, #menu a.current, #gallerymenu a.current {
	color: #cc3333;
}

div.gallerythumb {
	width: 250px;
	height: 250px;
	margin: 10px;
	float: left;
}

div.gallerythumb img {
	border: 0px;
}