html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: url(./images/bg.jpg) repeat-x top #14285f;
}

#container {
	min-width: 930px;
}

h2 {
	color: #d0d0d0;
}

#heading {
	display: none;
}

#header_pic {
	float: left;
	background: url(./images/header_pics.jpg) no-repeat top left;
	width: 480px;
	height: 226px;
}

#header_title {
	float: right;
	background: url(./images/header_text.jpg) no-repeat top right;
	width: 446px;
	height: 234px;
}

#content {
	clear: left;
	float: left;
	padding: 15px;
	color: #ffffff;
	width: 500px;
}

#pics {
	clear: right;
	float: right;
	padding-right: 75px;
	background: url(./images/body_images.jpg) no-repeat;
	width: 304px;
	height: 465px;
}