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

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

/* Status Bar */

div#status-bar {
	background: url('../img/status-bar-bg.png') repeat-x;
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}

div#status-bar-content { margin: 10px auto 0px auto; width: 800px; }

div#status-bar-commands { width: 400px; }


p#welcome { float:left; padding-top: 12px; width: 150px; }

p#action-bar {
	background: url('../img/action-bar-bg.png') no-repeat;
	height: 14px;
	margin-left:200px;
	padding: 8px 25px;
	width: 170px;
}

p#action-bar a:before { content: '|  '; }

p#action-bar a[title="About"]:after { content: '  |'; }

/* Header */

div#header {
	background: url('../img/header-image.png') no-repeat center;
	background-color: #6eb9cc;
	border-bottom: 2px ridge #ffffff;
	height: 125px;
	width: 100%;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 20px;
	position: relative;
	width: 75%;
}

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: #f8f8f8;
	border: 1px solid #bababa;
	clear: both;
	height: 350px;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}

/* Footer */

div#footer-image {
	background: url('../img/footer-image.jpg') no-repeat center #6eb9cc;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:25px;
	width:100%;
}

p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}