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

* { 
padding:0; 
margin:0; 
border:0; 
} 
html {overflow-y:scroll;} /*keep scrollbar position present in FF*/ 

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://i47.tinypic.com/j91r1g.jpg) repeat fixed 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
line-height:1.5;
}
#top_bar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#111111 none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
left:0;
position:fixed;
top:0;
width:100%;
}
a:link {
color:#76B900;
font-weight:bold;
text-decoration:none;
}
a:visited {
color:#76B900;
font-weight:bold;
text-decoration:none;
}
a:active {
color:#76B900;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#88AA55;
font-weight:bold;
text-decoration:none;
}
a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
#main {
margin:0 auto;
padding-top:80px;
width:800px;
}
p {
font-size:1.00em;
margin-bottom:10px;
text-align:justify;
}
h3 {
color:#88AA55;
font-size:13px;
text-transform:uppercase;
}
h2 {
color:#555555;
font-size:18px;
text-transform:uppercase;
}
h1 {
color:#555;
font-size: 20px;
text-transform:uppercase;
}
#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
height:0px;
padding:0px;
text-align:center;
width:800px;
}
#page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(http://i46.tinypic.com/11r3ars.jpg) repeat scroll 0 0;
height:900px;
padding:20px;
}
#logo {
float:left;
height:30%;
margin:0 auto;
padding-right:0;
width:154px;
}
#logo2 {
float:left;
height:30%;
margin:0 auto;
width:154px;
}
#content {
float:left;
margin:0 10px;
width:75%;
}
#copyright {
color:#FFFFFF;
font-size:14px;
text-align:center;
}
#clearer {
clear:both;
height:1px;
}