/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	color: #000066;

}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 10px;
}

/* Header */

#header {
	width: 850px;
	height: 137px;
	padding: 0;
	background: #2F4A9B;
	background-image: url(images/header.jpg);
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1;
}



a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 156px;
	_width: 156px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	background:url(images/menu_bg.jpg);
	height:380px;
	_height:620px;
	border-right:outset;
	border-right-color:#FFFFFF;
	border-right-width:medium;
}

#menu_fill{
	background:url(images/menu_bg_fill.jpg);
	background-repeat:repeat;
	height:50px;
	margin-top:255px;
	_width: 160px;
	border-right:outset;
	border-right-color:#FFFFFF;
	border-right-width:medium;
	width: 156px;
}


#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 a {
	display: block;
	width: 160px;
	_width: 150px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#menu1 a:hover {
	background-color: #CE0E0D;
}

/* Content */

#content {
	width: 850px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height:85%; 
	max-height:85%; 
}

#colOne {
  float:left;
  height: 380px;
  width:670px; 
  overflow:auto;
  padding-left:20px;
}

#colTwo {
	float: right;	
	width: 690px;
	height: 380px;
    background-repeat:repeat;	
	background-image: url(images/content_bg.jpg);
	_background-attachment: fixed; 
}

#footer {
    clear: both;
    height:29px; 
    background-image: url(images/bottom.jpg);
}

