/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:90%;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-59px;
	position:relative;

}
#header { 
	width:100%; 
	height:155px; 
	background-color:white; 
	background-image:url(../images/logo.gif);
	background-position: 20px 5px;
	background-repeat:no-repeat;
	border-bottom:1px solid white; 
}
/* The logo top left */
#logo {
	background-image:url(../images/.gif);
	background-repeat:no-repeat;
	padding-left:60px;
	position:absolute;
	top:60px;
	left:540px;
	height:52px;
	width:200px;
}
#logo h3 {
	color:#000000;
	font-size:12px;
	margin:0px;
	margin-top:5px;
}
#logo h4 {
	margin-top:0px;
	margin-left:10px;
	font-size:10px;
	font-weight:normal;
}
/* the blue bar right under the header, it holds the menu buttons */
#menu_holder {
	height:25px;
	width:100%;
	
}
/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:200px;
	margin-top: 15px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	float:left;
	height:15px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:2px 20px 5px 20px;
	background-image:url(../images/but.gif);
	background-repeat:repeat-x;
	color:black;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	text-decoration:none;
	border-top: solid 1px #000000;
}
#menu a:hover {
	
	color:white;
}
#news {
	float:left;
	width:275px;
	background-image:url(../images/horse.gif);
	background-position: 10px 5px;
	background-repeat:no-repeat;
	padding-left:5px;
	
}
#news1 {
	float:left;
	width:275px;
	background-position: 10px 5px;
	background-repeat:no-repeat;
	padding-left:5px;
	
}
/* Note that I only style the h2 tags that are inside the news section 
 * The folder image is added automatically every time you use an h2 tag 
 */
#news h2 {
	background-image:url(../images/folder.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#news p {
	color:#666;
	font-size:90%;
}
/* The Read More Link 
 * Note that I deleted the underline and added a dashed border to create
 * the dashed underline effect 
 */
a.newslink {
	float:right;
	color:blue;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	margin-top:5px;
	border-bottom:1px dashed blue;
}
a.newslink:hover {
	color:#FFA400;
	border-bottom:1px dashed #FFA400;
}
/* Photo with man in the center */
#welcome {
	background-image:url(../images/member.jpg);
	background-repeat:no-repeat;
	width:310px;
	float:left;
	margin-left:30px;
	padding-left:100px;
	font-size:90%;
}
#welcome h1 {
	color:#FFA400;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}
#clearfooter {
	height:60px;
	clear:both;
}
.bar {
	height:25px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	float:left;
	width:442px;
	margin-left:30px;
	margin-top:3px;
}
.column {
	float:left;
	width:207px;
	margin-left:30px;
	margin-top:-20px;
	color:#666;
	font-size:90%;
	font-weight:bold;
}
.column44 {
	float:left;
	width:407px;
	margin-left:30px;
	margin-top:-20px;
	color:#666;
	font-size:90%;
	font-weight:bold;
}
.column img {
	margin-left:60px;
}
.column h4 {
	font-weight:normal;
	margin:0px;
	color:white;
	text-align:center;
	margin-bottom:20px;
	font-size:10px;
}
.column ul li a {
	color:blue;
}
.column ul li a:hover {
	color:#FFA400;
}
#footer { 
	width:770px; 
	height:24px; 
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#footer a{ 
	color:blue;
}
h4 {
   font-style: veranda;
   font-weight: normal;
   font-size:12px;
   color:#666666;
   }
.bodylinksback A 	        {font-size:11px; color: #ffa400; font-family: verdana; font-weight: none; text-decoration: none;} 
 .bodylinksback A:link 	    {font-size:11px; color: #ffa400; font-family: verdana; font-weight: none; text-decoration: none;}
 .bodylinksback A:visited   {font-size:11px; color: #ffa400; font-family: verdana; font-weight: none; text-decoration: none;}
 .bodylinksback A:active 	{font-size:11px; color: #ffa400; font-family: verdana; font-weight: none; text-decoration: none;}
 .bodylinksback A:hover 	{font-size:11px; color: #000000; font-family: verdana; font-weight: none; text-decoration: underline;}