/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: url('../images/bg.jpg') repeat;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 13px;
}

#wrap {
	width: 840px;
	margin: 0 auto;
}

#header {
	width: 840px;
	height: 194px;
	position: relative;
	background: url(../images/header.png) no-repeat center top;
	
	margin: 0px auto;
	text-align: center;
	color: #2b49c9;
}

#header h1 {
	margin: 0px 0 0 10px;
	padding: 50px;
	font-size: 22px;
	font-weight: bold;
}

#header h2 {
	margin: -45px 0 0 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

#header p {
	margin: 2px 0 0 10px;
	font-size: 14px;
}

#header a {
	color: #2b49c9;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	color: #2b49c9;
}

#content-wrap {
	width: 840px;
	height: 350px;
	margin: 0px auto;
	position: relative;
	background: url('../images/content.png') repeat-y center top;
}

#info {
	float: left;
	width: 300px;
	padding-top: 40px;
	background-color: transparent;
	margin-left: 40px;
}

#info h2 {
	font-size: 15px;
	font-weight: bold;
	color: #2b49c9;
	text-align: center;
	text-decoration: inherit;
	font-style: italic;
	margin-bottom: 15px;
}

#hr {
	background: url('../images/hr.png') repeat-x center top;
	height: 6px;
	width: 260px;
	margin: 20px 0 20px 20px;
}

#slideshow {
	float: right;
	width: 450px;
	height: 350px;
	background-color: transparent;
	margin-right: 30px;
}

/* Footer */	
#footer {
	color: #555;
	background: url(../images/footer.png) no-repeat center top;
	clear: both;
	width: 840px;
	height: 70px;
	text-align: center;	
	font-size: 92%;	
	padding: 12px 0px 0px 0px;
	margin: 0px auto;
}

#credits {
	float: right;
	margin: -15px 50px;
	font-size: 80%;	
}

#credits a {
	color: #fcffa0;
	text-decoration: none;
}

