@charset "utf-8";
/* CSS Styles Sheet for Hobbies page */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-color: #224a85;
	background-image:url(../hobbies/images/blue_bg.jpg);
	  }

#container {
	background-color: #ffffff;
	width: 760px;
	border: 1px solid #373171;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image:url(../hobbies/images/sidebar_bg.jpg);
	background-repeat:repeat-y;
	position: relative;
			}

#header {
	background-color: #507f9b;
	color: #ffffff;
	margin-bottom: 0px;
		 }


#content {
		   margin-left: 280px;
		   padding-top: 2px;
		   padding-left: 2px;
		 }
#content p {
 			font-size: 90%;
			line-height: 1.4;
			color: #373171;
		   }

#content ul {
			font-size: 90%;
			line-height: 1.4;
			color: #373171;
			}
		   
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #373171;
	letter-spacing: 0.3em;
	padding-top: 0px;
	margin: 0px;
		   }
		   	
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #336d92;
		    }
#nav {
		width: 150px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom: 0px;
		padding-bottom: 20px;
		float:left;
		display:inline;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:130%;
		font-weight:bold;
		}
#nav p {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 10px;
	    }
#nav a:link, #nav a:visited {
		color: #507f9b;
		text-decoration: none;
		background-color: #373171;
		display: block;
		border: 1px solid #336d92;
		}
#nav a:hover, #nav a:focus, #nav a:active {
		color: #373171;
		text-decoration: none;
		background-color: #507f9b;
		display: block;
		border: 1px solid #336d92;
		}
		
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: left;
	height: 0px;
		}
		
#footer {
           background-color: #224a85;
		   color: #ffffff;
		   text-align:center;
		   text-decoration:none;
		   
		}
#footer p {
	font-size: 80%;
	color: #ffffff;
	margin-top:0px;
	margin-right:0px;
    margin-bottom:0px;
	
		  }
		  
#footer a {
	font-size: 90%;
	color: #ffffff;
	text-decoration:none;
	}

#textnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;	
}
