* {
margin: 0px;
padding: 0px;
}

body {
font-family: "Verdana", sans-serif;
background: url("images/zigzabg.png");
}

/*
#sheepbg {
position: fixed;
left: 850px;
top: 150px;
background: url("images/sheepbg.jpg");
width: 200px;
height: 283px;
z-index: 1;
}
*/

#sheepbg {
display: none;
}

#wrapper {
width: 850px;
background-color: #ffffff;
}

#header {
height: 150px;
position: relative;
background: url("images/sheep_header.jpg") no-repeat;
}

#topbar {
height: 25px;
background: url("images/topbarbg.png") repeat-x;
list-style: none;
position: relative;
}

#topbar h2 {
font-size: 16px;
color: #333333;
float: left;
margin: 2px 0px 0px 20px;
font-variant: small-caps;
}

#topbar ul {
position: absolute;
right: 0px;
top: 0px;
height: 25px;
}

#topbar li {
display: inline-block;
border-left: 1px solid #000077;
float: left;
height: 25px;
}

#topbar a {
height: 21px;
font-size: 14px;
color: #0000aa;
display: inline-block;
text-decoration: none;
font-weight: bold;
padding: 4px 10px 0px 10px;
}

#topbar a.current {
background: #ffffff;
color: #2222ff;
}

#topbar a:hover {
color: #77ccff;
background-color: #000044;
}

#face {
}

#face img {
margin: 10px 0px 0px 20px;
border: 0px;
}

#navbar {
height: 35px;
position: absolute;
bottom: 0px;
right: 0px;
list-style: none;
border-top: 2px solid #ffffff;
}

#navbar li {
display: inline-block;
border-left: 2px solid #ffffff;
float: left;
}

#navbar a {
font-size: 18px;
color: #001177;
background: url("images/navbarbg.png") repeat-x;
height: 28px;
display: inline-block;
text-decoration: none;
padding: 5px 14px 0px 14px;
font-weight: bold;
border-left: 1px solid #2255aa;
border-top: 1px solid #2255aa;
border-right: 1px solid #000044;
border-bottom: 1px solid #000044;
}

#navbar a:hover {
color: #ffffff;
background: url("images/navbarhoverbg.png") repeat-x;
border-left: 1px solid #003388;
border-top: 1px solid #003388;
border-right: 1px solid #000011;
border-bottom: 1px solid #000011;
}

#navbar a.current {
background: #ffffff;
color: #2222ff;
border-left: 1px solid #666666;
border-top: 1px solid #666666;
border-right: 0px;
border-bottom: 0px;
padding-right: 15px;
height: 29px;
}

#content {
background: url("images/bluebg.png") repeat-x;
border-bottom: 1px solid #aaaaaa;
margin-bottom: 0px;
}

#sidebar {
float: left;
margin-top: 20px;
width: 140px;
background-color: #ffffff;
border-top: 5px solid #999999;
padding: 20px 5px 0px 5px;
}

#thumbnail {
margin-bottom: 20px;
}

#thumbnail img {
width: 140px;
border: 0px;
}

#thumbnail p {
font-family: "Verdana", serif;
font-size: 12px;
text-align: center;
background-color: #dddddd;
}

#thumbnail a {
text-decoration: none;
color: #5555aa;
}

#thumbnail a:hover {
text-decoration: underline;
color: #222299;
}

#main_content {
width: 659px;
border-left: 1px solid #aaaaaa;
padding: 20px 10px;
background-color: #ffffff;
min-height: 500px;
margin-left: 170px;
}

#main_content h2 {
font-size: 15px;
text-align: center;
margin: 20px 0px;
}

#main_content img.floatright {
float: right;
margin: 10px 0px 3px 10px;
display: inline-block;
}

#main_content img.floatleft {
float: left;
margin: 10px 10px 3px 0px;
display: inline-block;
}

#main_content p {
margin-top: 20px;
font-size: 12px;
text-align: justify;
}

#main_content ul {
margin: 10px 50px;
}

#main_content li {
margin-top: 3px;
font-size: 12px;
text-align: justify;
}

#news_content h1 {
margin: 10px 0px 30px 20px;
font-size: 18px;
color: #303030;
}

#linklist h1 {
margin: 10px 0px 30px 20px;
font-size: 18px;
color: #303030;
}

#linklist h2 {
text-align: left;
margin: 0px;
font-size: 13px;
}

#linklist a {
text-decoration: none;
color: #1140b0;
}

#linklist a:visited {
color: #5080d0;
}

#linklist a:hover {
text-decoration: underline;
color: #5080d0;
}

#linklist p {
margin: 5px 0px 30px 10px;
color: #444444;
width: 450px;
}

#contact_details {
margin: 40px 0px 0px 20px;
}

#contact_details p {
margin: 0px 0px 5px 0px;
}

#contact_details p.contact_name {
font-size: 16px;
margin: 0px 0px 10px 0px;
}

#contact_details span.contact_category {
font-size: 11px;
color: #202020;
margin: 0px 20px 0px 0px;
}

#contact_details span.contact_info {
font-size: 14px;
}

#footer {
text-align: center;
font-size: 10px;
color: #777777;
background-color: #e0e0e0;
}

#footer p {
}

#preload {
display: none;
}