﻿/* CSS layout */
body {
	margin-left: 50px;
	padding: 0;
	background-image: url('img_basic/bg_900x6500_logo.jpg');
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}

#masthead {
	width: 850px;
	border-left-style: dotted;
	border-left-color: #000080;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #000080;
	border-right-width: 1px;
}

#logo {
	float: left;
	width: 230px;
	height:210px;
}

#navigation_2 {
	margin-left: 230px;
	height: 210px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
}

#container {
	clear: both;
	width: 850px;
	border-left-style: dotted;
	border-left-color: #000080;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #000080;
	border-right-width: 1px;
}

#navigation_1 {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	padding-right: 10px;
	text-align: right;
	padding-left: 10px;
}

#page_content {
	margin-left: 230px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;

}

#footer {
	clear: both;
	width: 850px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	text-align: center;
	border-left-style: dotted;
	border-left-color: #000080;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #000080;
	border-right-width: 1px;
}
