* {
}

body {
   background: #f5f5f5;
   color: #000; 
   text-align: center; 
   min-width: 880px; 
   font-family: lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #222222;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #222222;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 950px;
   text-align: left;
   background: #ffffff;
   background-image: url('/img/bg.gif');
   background-repeat:repeat-y;
   border: solid #dddddd 2px;
}

/* intro */

#header {
   height: 75px;
   color: #FFFFFF
   margin:5px;
  
}

#header h3 {color:#ffffff;padding-top:10px;
	position: center;
    font-size: 20px;
}

#header slogan {
	position: center;
	font-size: 10px;
}

#content {
   float: right;
   width: 650px;
   margin: 10px;
   background-color: #fff
   color: #222222;
}

#content p {
   padding:10px;
}

#content h3 {
   color: #000;
   margin-bottom: 10px;
}


#navigation {float:right;}

#navigation p {
   padding: 5px;
}

#navigation h3 {
   width: auto;
   color: #222222;
   text-align: left;
}


#footer {
   clear: both;
   text-align: center; 
   color: #333;
}

#ads {float:left}
#sidebar {float:left;margin:10px;width:250px;}
.floatleft{float:left;margin-right:2px;}

