/* -------------------------

	Begin Reset CSS 
	
--------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
table {
	border-spacing: 0px;
	}
	
fieldset, img, a {
	border: 0;
	}
	
ul {
	list-style: none;
	}
	
/* -------------------------

	End Reset CSS 
	
--------------------------*/

/* -------------------------

	Begin Global CSS 
	
--------------------------*/

body {
	background-color: #5A5A5A;
	font-size: small;
	}
	
#container {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y; 
	}
	
#header {
	height: 150px;
	width: 960px;
	float: left;
	overflow: hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}
	
#logo {
	height: 150px;
	width: 211px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	}
	
#navigation {
	float: right;
	margin-top: 93px;
	margin-right: 15px;
	outline: 0px solid red;
	}

#navigation ul li {
	display: inline;
	float: left;
	}
	
#navigation ul li a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-left: 1px solid #345098;
	border-right: 1px solid #162D69;
	}
	
#navigation ul li a:hover {
	background-color: #2B59C4;
	}
	
.current {
	background-color: #2B59C4;
	}
	
#contents {
	margin-left: 50px;
	width: 88%;
	height: 100%;
	}
	
#footer {
	width: 960px;
	height: 150px;
	overflow: hidden;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	}

/* -------------------------

	End Global CSS 
	
--------------------------*/

/* -------------------------

	Begin Layout CSS 
	
--------------------------*/s

img {
	margin-left: 10px;
	}
	
.pic_right {
	border: 10px solid #eee;
	outline: 1px solid #777;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	}
	
.pic_left {
	border: 10px solid #eee;
	outline: 1px solid #777;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	float: left;
	}
	
/* -------------------------

	End Layout CSS 
	
--------------------------*/
/* -------------------------

	Begin Typography CSS 
	
--------------------------*/

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 175%;
	font-weight: 100;
	color: #519C48;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
p {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 22px;
	color: #6C6C6C;
	}
	
ul {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	line-height: 20px;
	color: #6C6C6C;
	}
	
ul li {
	list-style-type: disc;
	}
	
.list {
	margin-left: 40px;
	}
	
#footer_left {
	color: #fff;
	float: left;
	margin-left: 50px;
	padding-top: 70px;
	}
	
#footer_right {
	color: #fff;
	float: right;
	margin-right: 50px;
	padding-top: 70px;
	}
	
/* -------------------------

	End Typography CSS 
	
--------------------------*/