/* =-=-=-=-=-=-=-=-=-[Theme:  5-Minute Guide]-=-=-=-=-=-=-=-=-= */
/* =-=-=-=-=-=-=-=-=-[Designed by Jay Oberhelman - www.jayober.com]-=-=-=-=-=-=-=-=-= */



html {margin: 0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed; 
	}

body {margin: 0 auto;
	width: 702px;
	font-family: Arial, Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Sans-serif;
	text-align: center ;
	}

#rap { 
	margin:0 auto;
  	width: 702px;
	border-style: solid; 
	border-width: 7px; 
	border-color: #000000;

	} 

#header {
	background: url(images/header.gif) no-repeat;
	height: 120px;
	width: 702px;
	margin: 0 auto;
	border-bottom-style: solid; 
	border-bottom-width: 7px; 
	border-bottom-color: #000000;
	}

#footer {
	width: 100% ;
	height:  15px ;
	background-color: black ;
	border-style: solid; 
	border-width: 7px; 
	border-color: black;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: gray;
	}
.copyRight {
	width: 100% ;
	height:  15px ;
	background-color: black ;
	border-style: solid; 
	border-width: 7px; 
	border-color: black;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: gray;
	color: #FFFFFF;
}
.copyRight a:link, .copyRight a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}
.copyRight a:hover, .copyRight a:active {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

/* menu navigation */

#nav {
	float: left;
	width:702px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	background: #000000;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: #000000 ;
	}

#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	}

#nav a:hover {
	color: white;
	font-weight: bold;
	background: #658099 ;
	}

#nav a.active {
	color: #000000 ;
	font-weight: bold;
	background: #658099 ;
	}

#nav a.active {
	font-weight: bold;
	background: white;
	}

h1 {  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #658099 ;
		border-bottom-style: dotted; 
		border-bottom-width: 1px; 
		border-bottom-color: #E0E0E0 ; 
		}

h2 {  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #658099 ;
		border-bottom-style: dotted; 
		border-bottom-width: 1px; 
		border-bottom-color: #E0E0E0 ; 
		}

h3 {  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: white ;
		background: #658099 ; 
		margin: 0 0 0 0; 
		padding: 2px 0 2px 10px;
		border-bottom-style: solid; 
		border-bottom-width: 1px; 
		border-bottom-color: gray;
		}

#text {  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: black; 
		text-align: justify;}

#content { 	clear: left ;
		background: white ; 
		padding: 20px 20px 20px 20px ;
		margin: 0 0 0 0 ; 
		text-align: left ;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: black; 
		}

#content a:link { font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #B0171F ; 
		text-decoration: none; }

#content a:visited {	font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px;
		color: #B0171F ; 
		text-decoration: none; }

#content a:hover { font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px;
		color: #658099 ; 
		text-decoration: underline; }

#content a:active { font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px;
		color: #658099 ; 
		text-decoration: ; }

ul.square {	list-style-type: square;
		}

ul.none {	list-style-type: none;  
		}

#textbox {
		width: 250px;
		height: 150px;
		padding: 0 0 0 0 ;
		background: white;
		border-style: solid; 
		border-width: 1px; 
		border-color: gray;
		font-size: 12px;
		text-decoration: none;
		text-align: left; 
		}

#textboxtext {
		padding: 2px 2px 2px 2px ;
		font-size: 12px;
		text-decoration: none;
		text-align: left;  
		}

#stories {
		width: 660px;
		height: 100%;
		padding: 0 0 0 0 ;
		background: white;
		border-style: solid; 
		border-width: 1px; 
		border-color: gray;
		font-size: 12px;
		text-decoration: none;
		text-align: left; 
		}

#storiestext {
		padding: 10px 10px 10px 10px ;
		font-size: 12px;
		text-decoration: none;
		text-align: left;  
		}
	