
/* CSS Reset for browsers */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

/* Main */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center	
}

#main {  
   
}

/* Container */

.container {  
    width: 900px;  
    margin: 0 auto;
	 text-align: left

} 

/* Header */

#header {  
	background: url(../images/header.jpg) repeat-x;
}

#logo {
	 background: url(../images/pirate.png) no-repeat; 
    height: 120px;  
    width: 110px;
    float: left;
    margin-top: 10px; 
    text-indent: -9999px;
}

#header_text {   
	 /*border: 1px solid #000000;*/
	 background: url(../images/header_text.png) no-repeat;
	 float: left;
	 height: 40px;  
    width: 250px;
    margin-top: 80px;
}

#search {
	 float: left;
	 margin-top: 80px;
	 padding-left: 10px;
}
/* Content */

#content {   
    float: left;
    padding-top: 10px;
    width: 510px;
    height: auto;
    padding-bottom: 10px;
}

#content h3 {  
    padding-bottom: 10px;
    font-size: 20px;
    color: #444444;    
}  
  
#content p {  
    padding-top: 10px;  
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    color: #000000;
    font-family: Helvetica;   
} 

#content a:link {color:#000000; text-decoration:none; font-family: Geneva; font-size: 110%} /* unvisited link */
#content a:visited {color:#3B3B3B; text-decoration:none; font-family: Geneva; font-size: 110%} /* visited link */
#content a:hover {color:#353491; text-decoration:none; font-family: Geneva; font-size: 110%} /* mouse over link */
#content a:active {color:#060233; text-decoration:underline; font-family: Geneva; font-size: 110%} /* selected link */

#content ul {
	list-style: none;
	line-height: 1.5em;
}

#ad4 {
}

/* Sidebar */

#sidebar {  
    float: left;  
    margin-left: 1px;  
	 padding: 15px 15px 30px 15px;   
}     

#sidebar2 {  
    float: left;  
    margin-left: 1px;  
	 padding: 15px 15px 30px 15px;   
}   

#ad1 {
	text-align: center;
	margin-bottom: 15px;
}

#ad2 {
}

/* Footer */

#footer {  
    background: url(../images/footer.jpg) repeat-x;
    padding-top: 10px;  
    padding-bottom: 30px;  
    margin-top: 10px;
    bottom: 0px;
}
#footer_text {
	float: left;
}

#footer_text ul {  
    list-style: none;  
    color: white;  
}      

#footer_text ul a {
	 text-decoration: none;
	 margin-top: 5px;
}

#footer_text ul a:link {
	 color:#000000;
 	 text-decoration:none;
 	 font-family: Geneva; 
    text-decoration: none;
	 margin-top: 5px; 
} /* unvisited link */

#footer_text ul a:visited {
	 color:#3B3B3B;
 	 text-decoration:none;
 	 font-family: Geneva;
    text-decoration: none;
} /* visited link */

.validate {
	float: left;
	padding-left: 20px;
}

#counter {
	float: left;
	padding-left: 20px;
}
