/* ++ CORE STYLING ++ */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: transparent;
	font-family: Georgia, Verdana, Arial, serif;
}

a:link, a:visited {
	border: none;
	color: blue;
	text-decoration: none;
}

a:hover, a:active {
	border: none;
	color: blue;
	text-decoration: underline;
}

/* -- CORE STYLING -- */

/* ++ CONTAINER ++ */

#container {
	margin: 0 auto 0;
	width: 930px;
	text-align: left;
}

/* -- CONTAINER -- */

/* ++ HEADER ++ */

#header {
	background-color: transparent;
	background-image: url(./header.png);
	width: 900px;
	height: 300px;
}

/* -- HEADER -- */

/* ++ WRAPPER ++ */

#wrapper {
	position: relative;
	width: 945px;
}

/* -- WRAPPER -- */

/* ++ MENU ++ */

#menu {
	margin-right: 20px;
	float: left;
	font-weight: bold;
	text-align: center;
	background-color: #fff7e7;
	width: 175px;
	height: auto;
}

#menu ul li {
	padding: 8px;
	list-style: none;
	display: block;
}

#menu a:link, a:visited, a:active {
	font-family: Georgia, Verdana, Helvitica, "Trebuchet MS", Arial, serif;
	color: #42a8ff;
	text-decoration: none;
}

#menu a:hover {
	color: #f775ff;
	text-decoration: none;
}

/* -- MENU -- */

/* ++ CONTENT ++ */

#content {
	float: right;
	width: 750px;
	line-height: 25px;
	padding-bottom: 50px;
}

#latest_news {
	float: left;
	width: 400px;
}

#latest_news_header {
	padding: 5px;
	padding-bottom: 15px;
	color: #49f475;
	font-size: x-large;
}

#content_right {
	float: right;
}

#content_divider {
	float: left;
	background-image: url(./content_divider.png);
	width: 25px;
	height: 300px;
	margin-left: 20px;
	margin-right: 30px;
}

#other_content {
	float: right;
	width: 260px;
}

/* -- CONTENT -- */

/* ++ FOOTER ++ */

#footer {
	clear: both;
	padding-top: 30px;
	background-image: url(./footer.png);
	text-align: center;
	width: 900px;
	height: 60px;
	color: #f775ff;
}

#footer a:link, a:visited {
	border: none;
	color: #f775ff;
	text-decoration: none;
}

#footer a:hover, a:active {
	border: none;
	color: #f775ff;
	text-decoration: underline;
}

/* -- FOOTER -- */