

body 	{ 
	margin: 0px;
    	padding: 0px;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
    	font-size: 12px;
    	background-color: #fff;
	background-image: url(../design/background.jpg);
    	color: #006600;
    	}

#header { 
	background-image: url(../design/JSHbanner.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	width: 830px;
    	height: 120px;
    	}

#subhead { 
	background-image: url(../design/JSHsubhead.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
   	width:830px;
    	height: 60px;
    	}

#content { 
	margin: auto;
    	width: 830px;
	background-image: url(../design/JSHbody.jpg);
    	background-repeat: repeat-y;
    	background-position: center;
	color: #006600;
    	}

#text 	{ 
    	width: 600px;
	margin-left: 5px;    	
	padding-right: 35px;
    	margin-top: 5px;
    	margin-bottom: 10px;
    	float:right;
	color: #006600;
	}



#footer { 
	padding-right: 35px;
    	background-image: url(../design/JSHfooter.jpg);
    	background-repeat: no-repeat;
    	background-position: center;  	
	height: 115px;
    	text-align: right;
    	clear: both;
    	font-size: 11px;
    	color: #696969;
	text-decoration: none;
    	}

#footer a:link, #footer a:visited { 
	
    	color: #ccc;
    	text-decoration: none;
	}

#footer a:hover { 
   	color: #fff;
    	text-decoration: none;
    	}
#nav 	{ 
	width: 100px;
  	float: left;
	font-size: 15px;
	margin-left: 10px;
	}

#nav a:link, #nav a:visited { 
	margin: 5px 0px 0px 10px;
    	padding: 5px 0px 5px 10px;
    	color: #006600;
    	display: block;
    	text-decoration: none;
	font-weight: bold;
	}

#nav a:hover { 
    	margin: 5px 0px 0px 10px;
    	padding: 5px 0px 5px 10px;
   	color: #cc9900;
    	text-decoration: none;
	font-weight: bold;
    	}




.title 	{ 
	border-top: 1px solid #006600;
    	border-bottom: 1px solid #006600;
    	color: #006600;
    	width: 550px;
    	font-size: 16px;
    	text-align: center;
margin-left: 10px;
    	}

.title2 { 
	border-top: 1px solid #006600;
    	border-bottom: 1px solid #006600;
    	color: #006600;
    	width: 550px;
    	font-size: 10px;
    	text-align: center;
margin-left: 10px;
    	}

.title2 a:link { 
    	color: #cc9900;
    	text-decoration: none;
    	}

.title2 a:visited { 
	color: #cc9900;
    	text-decoration: none;
 }

.title2 a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.write { 
	padding: 5px 0px 10px 10px;
   	color: #006600;
    	}

.write a:link { 
    	color: #cc9900;
    	text-decoration: none;
    	}

.write a:visited { 
	color: #cc9900;
    	text-decoration: none;
 }

.write a:hover { 
	background-color: #fff;
    	color: #000;
    	text-decoration: none;
    	}

.comment { 
	width: 550px;
    	padding-right: 10px;
    	text-align: center;
	color: #006600;
    	}

.comment a:link { 
    	color: rgb(128, 128, 128);
    	text-decoration: none;
    	}

.comment a:visited {  }

.comment a:hover { 
	background-color: rgb(0, 0, 0);
    	color: rgb(255, 255, 255);
    	text-decoration: none;
    	}

.img 	{ 
	border: 2px solid rgb(0, 0, 0);
    	}

.text 	{ 
	border: 1px solid rgb(204, 102, 0);
    	background-color: rgb(255, 255, 255);
    	}

.code 	{ 
	border: 3px solid #cc9900;
    	margin: auto;
	padding-top:10px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 500px;
    	text-align: center;
    	color: #006600;
    	}

.code a:link, .code a:visited { 
	color: #cc9900;
    	
    	text-decoration: none;
	}

.code a:hover { 
    	color: #fff;
    	text-decoration: none;
    	}

.code2 	{ 
	border: 3px solid #cc9900;
    	margin: auto;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
    	background-color: #99ccff;
    	width: 600px;
    	
    	color: #006600;
    	}

.quote 	{ 
	border: 3px ridge rgb(0, 0, 0);
    	padding: 5px;
    	background-color: #0066cc;
    	text-align: center;
    	width: 600px;
    	}

a:link 	{ 
	color: #cc9900;
    	text-decoration: none;
    	}

a:visited { 
	color: #cc9900;
	text-decoration: none;
    	}

a:hover { 
    	color: #006600;
    	text-decoration: none;
    	}

p 	{ 
	margin: 0px 0px 10px;
    	padding: 0px;
	color: #696969
    	}


