@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #4B639F;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}

#clear {
	clear: both;
	}
	
/* -------------------------- position container elements --------------------------- */

#header {
	position: relative;
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin: 1px;
	}

#content {
	width: 600px;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 30px;
	}

#footer {
	color: #fff;
	font: .8em Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	clear: both;
	height: 30px;
	padding: 10px;
	}


	
.float-right {
	float: right;
}
.image-space {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
