@charset "utf-8";
/* CSS Document */

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page_container {
   z-index: 3;
   height: 800px;
   position: relative;
   top: 0px;
   margin: 0px 0px 0px 0px;
   text-align: center;
}

#left_bar {
   z-index: 2;
   position: absolute;
   width: 100px;
   height: 0px;
   top: 0px;
   left: 0px;
   text-align: center;
   background-image:url(images/leftside.jpg);
}

#right_bar {
   z-index: 1;
   position: absolute;
   width: 100px;
   height: 0px;
   top: 0px;
   right: 0px;
   text-align: center;
   background-image:url(images/rightside.jpg);
}

#main_page {
   z-index: 3;
   height: 800px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   text-align: center;
   margin: 0 auto;
}

#top_banner {
   height: 305px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   text-align: center;
   color:#666666;
   background-image:url(images/top_banner.jpg);
}

#nav_bar {
   height: 31px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
   text-align: center;
   font-weight:bold;
   font-size:13px;
   color:#DDDDDD;
   background-image:url(images/nav_bar.jpg);
}

#nav_shadow {
   height: 9px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   text-align: center;
   background-image:url(images/nav_shadow.jpg);
}

#page_background {
   min-height: 364px;
   width: 860px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 10px 20px 20px 20px;
   text-align: left;
   overflow: visible;
   background-image:url(images/page_background.jpg);
}

#page_background_editor {
   min-height: 364px;
   width: 896px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 2px 2px 2px 2px;
   text-align: left;
   overflow: visible;
   background-image:url(images/page_background.jpg);
}

#banner_shadow {
   height: 4px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   background-image:url(images/banner_shadow.jpg);
}

#bottom_banner {
   height: 35px;
   width: 900px;
   position:relative;
   top: 0px;
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 12px 0px 0px 0px;
   text-align: center;
   font-size:10px;
   color:#666666;
   background-image:url(images/bottom_banner.jpg);
}

#login_box {
   height: 200px;
   width: 200px;
   position:relative;
   margin: 0 auto;
}

#logout_button {
	position:absolute;
	left:800px;
}

#login_link {
	position:absolute;
	top:280px;
	left:850px;
	font-size:10px;
}

#edit_box {
	position:relative;
	width:892px;
	height:390px;
	left:2px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#D9D9D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #93B23A;
	text-decoration: none;
}

a:visited {
	color: #93B23A;
	text-decoration: none;
}

