/* body =====================================================*/
body {
background-color: #FFF;
margin: 0px;
padding: 0px;
font-size: 11px; 
font-family: arial, helvetica, verdana, sans-serif; text-align: center; 
}

/* link =====================================================*/

a:link {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: red;}
a:visited {text-decoration: none; color: black;}

a.cat {
 font-size: 9pt;
 font-weight: bold;
 text-decoration:none;
 border-bottom:1px dotted #333;
}

a.postlink:link {font-size: 10pt;
color:#CC0000;
font-weight: bold;
text-decoration: underline;
}

a.postlink:hover{font-size: 10pt;
color: red;
}

  
/* text =======================================================  */

p {
line-height: 1.5em; 
font-size: 12px;
}

h1 { 
font-size: 18px; 
letter-spacing: -1px;
font-color: #FFF;
}

/* images ====================================================*/

img {
}


/* structure ================================================= */

#container { 
background-color: #FFF;
width: 728px; 
margin:0 auto; 
padding: 0px 20px 0px 20px; 
text-align:left; 
}

/* header ===================================================== */
  
#header {
background-color: #FFF;
float: left;
width: 400px;
height: 100px;
margin: 0px;
}

#logo {
background-color: #FFF;
float: left;
width: 400px;
}

#tophr {
float:left;
height: 3px;
width: 728px;
background: url(images/tophr.gif) repeat-x;
margin: 0px 0px 0px 0px;
}

#bottomhr {
float:left;
height: 3px;
width: 636px;
background: url(images/tophr.gif) repeat-x;
margin: 10px 0px 0px 0px;
}

/* search  =====================================*/

#searchform {	
float left;
width: 100px;
height: 100px;
}

/* content ====================================*/

#content {
background-color: #FFF;
float:left;
width: 500px;
margin: 5px 0px 0px 0px;
padding: 0px;
text-align: left;
}


/* nav  =======================================*/

#nav {
background-color: #FFF;
float:left;
width: 160px;
margin: 5px 0px 0px 0px; 
text-align: left;
padding: 0px 0px 0px 35px;
}

/* col3 =====================================*/
#col3 {
float: left;
width: 130px;
}
/* category */

ul {
margin:0px 0px;
padding:0px;
list-style:none;
  }
  
li {
list-style:none;
}

/* ads */
#ads {
float: left;
width: 150px;
margin: 10px 0px 0px 0px;
padding:0px;
text-align:left;
}

/*footer */

#footer {
width:100%;
clear:both;
height:50px;
background-color: #FFF;
color: #000000;
}

/* imagewrap */

.floatimgleft {
float: left;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 5px;
}
