#container {
	width: 1000px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 30px;
}

#picturebox {
	float: right;
	text-align: center;
	width: 350px;
	height: 400px;
}

img {
	border: 0;
}

#content {
	width: 400px;
	overflow: auto;
	height: 400px;
}

#content p {
	margin-top: 0;
}

#fullcontent p {
	margin-top: 0;
}

#halfcontent p {
	margin-top: 0;
}

.message.required, .message.validation {
	border: 2px solid red;
	padding: 5px;
	margin-top: 2px;
}

.message.success {
	border: 2px solid #CCCCCC;
	padding: 5px;
	margin: 0 12px 0 0;
}

#fullcontent {
	width: 1000px;
	overflow: auto;
	height: 400px;
}

#pictures, #halfcontent {
	width: 770px;
	overflow: auto;
	height: 400px;
}

#pictures a {
	margin-bottom: 20px;
	margin-left: 20px;
	display: inline-block;
}

#right {
	float: right;
	margin-left: 30px;
	height: 400px;
}

#footer {
	padding-top: 10px;
	text-align: center;
}

#navigation {
	text-align: center;
	padding-bottom: 30px;
}
#navigation a {
	text-decoration: none;
	color: #818285;
}
#navigation a.current {
	color: #7eb0d0;
}