@font-face {
	font-family: CALIBRI;
	src: url('../fonts/CALIBRI.TTF');
}

body {
	background-color: #234865;
	background-image: url('../images/images/body-bg.jpg');
	background-repeat: repeat;
	margin:20px auto;
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	width: 940px;
	height: auto;
	margin: 0px auto;
	min-height: 640px;
}

#header {
	background-color: #1D3952;
	background-image: url('../images/images/header-lines.jpg');
	Background-position: bottom;
	background-repeat: repeat-x;
	color: #4484B5;
	margin: 0px auto;
	width: 100%;
	font-family: CALIBRI;
}

#logo {
	color: #1C3851;
	background-image: url('../images/images/content-bg.jpg');
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #193044;
	border-width: 1px;
	/*background-image: url('../images/images/header-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;*/
	height: 60px;
	margin: 10px 0px 0px 0px;
	text-shadow: 1px 1px 1px #000000;
	color: #244A67;
	font-size: 24px;
}

#navbar {
	width: 940px;
	margin: 0px auto 10px auto;
}

#main {
	color: #1C3851;
	background-image: url('../images/images/content-bg.jpg');
	border: solid 1px #193044;
	margin: 0px auto;
	font-family: CALIBRI;
}

#divider {
	background-image: url('../images/images/line.jpg');
	background-position: center;
	width: 880px;
	height: 11px;
	margin: 0px auto;
}

#footer {
	background-color: #1C293B;
	background-image: url('../images/images/footer-lines.jpg');
	Background-position: top;
	background-repeat: repeat-x;
	color: #4484B5;
	margin: 10px auto;
	width: 100%;
	height: 100%;
	font-family: CALIBRI;
}

#form {
	color: #1C3851;
	border-width: 0px;
	font-family: CALIBRI;
	height: auto;
	width: auto;
	margin: 0px auto;
	text-align: left;
}

button.focus {
	background-color: #FAF8CC;
}