body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 12px;
	background-color: #f2f2f2;
	margin: 0;
    padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a {
	font-family: Verdana, Arial, sans-serif;
	color: #003366;
	}
	
#container {
	margin: 0 auto;
    width: 798px;
	height: 100%;
    position: relative;
    background-color: #ffffff;
    text-align: left;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}
	
/*#header_left {
	float: left;
	}
	
#header_right {
	float: right;
	}
*/


	
#sub_area1 {
	position: absolute;
	top: 74px;
	left: 0px;
	border-top: 1px solid #999999;
	}
	
#sub_area2 {
	position: absolute;
	background-color: #ef7c43;
	top: 148px;
	left: 0px;
	width: 182px;
	height: 67px;
	margin-top: 3px;
	margin-bottom: 4px;
	padding: 10px 2px 2px 12px;
	}
	
#sub_area2 p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 4px 2px 2px 4px;
	}
	
#photo_space {
	position: absolute;
	top: 74px;
	left: 200px;

	}
	
#main {
	width: 100%;
	margin-top:0px;
	}
	
/*#navbar {
	position: absolute;
	top: 228px;
	left: 0px;
	width: 194px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-bottom: 10px;
	}*/
	
#navbar {
	float: left;
	margin-top: 10px;
	width: 195px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #cccccc;
	padding-bottom: 0px;
	border-bottom: 1px dotted #666699;
	border-top: 1px dotted #666699;
	}

#header {
        float: left;
        width: 798px;
        height: 251px;
        margin: 0;
        padding: 0;
  	background-image: url(../images/banner-text.png);
	color: yellow;
        font-weight: bold;
        }
	
.navbar_main ul {
	margin: -1px 0 0 0;
	padding-left: 8px;
	padding-right: 8px;
	}
	
.navbar_main li {

	border-top: 1px dotted #666699;
	line-height: 15px;
	list-style-type: none;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-top: 0;
	}
	
.navbar_main li a:link {
	color: #333366;
	text-decoration: none;
	}
	
.navbar_main li a:visited {
	color: #333366;
	text-decoration: none;
	}
	
.navbar_main li a:hover {
	color: #663399;
	border-bottom: 1px dotted #663399;
	}
	
.navbar_main li a:active {
	color: #333366;
	text-decoration: none;
	}
	
.navbar_sub ul {
	margin: 0;
	padding: 3px 8px 3px 8px;

	}
	
.navbar_sub li {
	display: block;
	border-bottom: 0px;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	}
	
.navbar_sub li a:link {
	color: #333366;
	text-decoration: none;
	
	}
	
.navbar_sub li a:visited {
	color: #663399;
	text-decoration: none;
	}
	
.navbar_sub li a:hover {
	color: #663399;;
	border-bottom: 1px dotted #663399;
	}
	
.navbar_sub li a:active {
	color: #333366;
	text-decoration: none;
	}
	


	
/*#content {
	 position: absolute;
	 top: 237px;
	 left: 215px;
	}*/
	
#content {
	width: 560px;
	float: right;
	margin: 10px 20px 0 0;
	padding-left: 20px;
	}
	
#footer {
	clear: both;
	/*padding-bottom: 20px;*/
	padding-top: 5px;
	}
	
#endorse {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 10px;
	padding: 5px 0 5px 0;
	}

#endorse p {
	margin: 0px;
	padding: 2px 2px 2px 10px;
	}
	
#footer_nav {
	padding: 5px 0 5px 0;
	margin: 10px;
	text-align: center;
	}
	
#footer_nav a {
	color: #330066;
}

.footer_date {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	padding-left: 10px;
	font-size:10px;
	}

span.name {
        font-weight: bold;
        color: #000088;
}

span.note {
        color: #8888ff;
}
a.note {
        font-weight: bold;
        text-decoration: none;
}
a.note:link {
        color: #8888ff;
        text-decoration: none;
}
a.note:visited {
        color: #4444aa;
        text-decoration: none;
}
a.note:hover {
        color: #0000ff;
        text-decoration: underline;
}
