@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
body {
margin:0px;
background-color:#FFF;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
span.b {
font-weight: bold;
}
span.i {
font-style: italic;
}
span.u {
text-decoration: underline;
}
div .center {
text-align: center;
}
#bg-wrapper {
width: 100%; 
min-height: 500px;
}
#content-wrapper {
width:969px;
margin:0 auto;
}
#content-top {
background: transparent url(img/top_image.png) no-repeat -1px top;
height:220px;
}
#content-one {
min-height: 290px;
}
#content {
background: url(img/bg_image.png) repeat-y 2px 0px;
padding-bottom:30px;
}
#menu {
float: left;
width: 198px;
}
#menu ul {
margin: 0 0 20px;
padding: 0px;
}	
#menu li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
text-align:center;
padding-top:9px;
padding-bottom: 12px;
background:url(img/menu_item.png) no-repeat 9px 0;
}
#main-content {
float:left;
margin:0px 26px 0 24px;
width:710px;
}
#main-content-text {
padding-left:5px;
}
#main-content-text h1 {
padding-bottom:24px;
font-size:18px;
color:#000;
}
.clearFloat{
clear:both;
line-height:0;
}
#footer {
background:url(img/bottom_image.png) no-repeat -1px 0px;
text-align:center;
padding:18px 0;
}
li a {
color:#000;
text-decoration:none;
}
li a:hover {
color:#333;
text-decoration:underline;
}
a.master {
color:#000;
text-decoration: underline;
}
a.master:hover {
color:#0A0;
text-decoration: none;
}
#admin {
position:absolute;
top:0px;
left: 0px;
}
a.admin {
color:#FFF;
}
.float-left {
float:left;
width:250px;
padding:5px;
}
.float-right {
float:right;
width:250px;
padding:5px;
}
a.text_link {
text-decoration: underline;
color: #0C6001;
}
a.text_link:hover {
text-decoration: none;
color: #000;
}
