/*main css file */

body		{background: #595253;
		font-family: tahoma, verdana, sanserif;
		font-size: 11px;
		line-height: 11px;
		color: #FFFFFF;
		margin: 0;
		}
		
#header	{background: url(images/back_header.jpg);
		height: 161px;
		width: 800px;
		}
		
#subheader{padding-top: 133px;
		color: #325f76;
		}
		
#content{background: url(images/back_content.jpg);
		height: 576px;
		width: 800px;
		}
		
#subcontent {width: 300px;
		color: #000000;
		}
		
#footer	{background: url(images/back_footer.jpg);
		height: 51px;
		width: 800px;
		}
		
#subfooter {padding-top: 7px;
		font-size: 9px;
		}
		
#subheader a	{color: #FFFFFF;
	text-decoration: none;
	}
		
#subheader a:link {color: #FFFFFF;
	}
	
#subheader a:active {color: #75ff55;
	}
	
#subheader a:visited {color: #FFFFFF;
	}
	
#subheader a:hover {color: #ff732e;
	}
	
#subcontent a	{color: #625c5a;
	text-decoration: none;
	}
		
#subcontent a:link {color: #625c5a;
	}
	
#subcontent a:active {color: #75ff55;
	}
	
#subcontent a:visited {color: #625c5a;
	}
	
#subcontent a:hover {color: #ff732e;
	}
	
#anchor1 {float: right;
	display: block;
	width: 40px;
	height: 35px;
	background-image: url(images/forward_reg.jpg);
	}
	
#anchor1:hover {width: 40px;
	height: 35px;
	background-image: url(images/forward_hover.jpg);
	}
	
#anchor2 {float: left;
	display: block;
	width: 40px;
	height: 35px;
	background-image: url(images/back_reg.jpg);
	}
	
#anchor2:hover {width: 40px;
	height: 35px;
	background-image: url(images/back_hover.jpg);
	}
		
