@import url('reset.css');
@import url('typography.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}

/* Header */

div#header {
	background: url('../img/header.jpg') no-repeat center;
	background-color: #ffffff;
	height: 198px;
	width: 100%;	
}

div#logo {
	margin: auto;
	padding-top: 70px;
	width: 800px;
}

/* Menu */

div#menu {
	background: url('../img/bar.jpg') repeat-x;
	background-color: #FFFFFF;
	height: 26px;
	width: 100%;
}

div#buttons {
	margin: auto;
	width: 806px;
	height: 26px;
	text-align: center;
}

/* Content */

div#content {
	margin: auto;
	padding-bottom: px;
	position: relative;
	width: 800px;
}

div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* Page Wrapper */

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	clear: both;
	height: 350px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}

/* Images */

	span#photo{
	float:left;
	display:inline;
	margin-right:20px;
	width: 350px;
	height: 350px;
}

	span#icons{
	float:left;
	display:inline;
	padding:1px 0px 0px 0px;
	margin-right:20px;
}	

span#logos{
	float:left;
	display:inline;
	margin-right:20px;
}	

/* Message */

div#message {
	top: 0px;
	clear: both;
	width: 768px;
}

/* Footer */

div#footer {
	background: url('../img/footer.jpg') no-repeat center #ffffff;
	width: 100%;
}

div#footertext {
	text-align: center;
	padding-top: 10px;
	margin: auto;
	width: 100%;
	height: 150px;
}