﻿/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	margin: 0px;
	}
a {
	color: #5C6A9E;
	}
a:hover {
	text-decoration: none;
	}
p 
{
    line-height: 20px;
    margin-bottom: 20px;
}
ul 
{
    margin-left: 25px;
    margin-bottom: 20px;
}
h1 
{
    background-color: #F7ECD8;
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #48537C;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
    padding: 6px 10px;
}
.content_img 
{
    float: right;
    border: 5px solid #F7ECD8 !important;
    clear: right;
    margin-left: 10px;
}
body {
	text-align: center;
	background-color: #EAD8B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	}
#container {
	width: 867px;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	}
#header {
	background-image: url(images/header.jpg);
	width: 867px;
	background-repeat: no-repeat;
	height: 205px;
	clear: both;
	}
#nav_side {
	float: left;
	min-height: 630px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 150px;
	margin-left: 54px;
	clear: left;
	text-align: center;
	}
#admin_nav_side 
{
    background-color: #C6CBDF;
	width: 770px;
	padding: 15px;
	margin-left: 54px;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	}
#nav_side a {
	background-image: url(images/nav_btn_off.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
	width: 145px;
	height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	padding-top: 5px;
	}
#admin_nav_side a {
	color: #5C6A9E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	}
#nav_side a:hover
{
    background-image: url(images/nav_btn_over.jpg);
}
#nav_side a.nav_on {
	background-image: url(images/nav_btn_on.jpg);
	color: #000;
	}
#nav_side a.subnav 
{
    background-image: none;
    color: #5C6A9E;
    text-align: right;
    height: 13px;
    margin-bottom: 8px;
    padding-top: 0px;
    width: 120px;
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
#nav_side a.subnav:hover
{
    text-decoration: underline;
}
#content {
	float: right;
	width: 630px;
	margin-right: 23px;
	min-height: 630px;
	clear: right;
	}
#admin_content {
	width: 770px;
	margin-left: 69px;
	min-height: 630px;
	clear: both;
	}
#footer {
	width: 867px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #EAD8B8;
	height: 40px;
	font-size: 12px;
	padding-top: 20px;
	clear: both;
	}