/*	STANDARD
	==============================*/
	body{ /* Body Attributes */
		background-color:white;
		background-image:url(../images/layout/body_bg.jpg);
	  background-repeat:repeat;
		color:#000;
		font-family:"Lucida Grande", Verdana, Arial, sans-serif;
		font-size:12px;

	}
	
  a, a:visited{ /* Link Attributes */
		color:#003;
	}
	a:hover, a:active{
		color:#f00;
	}
	
	img{
		padding:10px;
	}
/*	LAYOUT
	==============================*/
	#page{ /* Holds all the divs in side of this div */
		text-align:left;
		display:table;
		top:0;
		width:762px;
		overflow:visible;
		padding:0;
		margin:0;
		background-image:url();
		background-repeat:repeat-y;
		border:#fc0 0px solid;
	}
	
	#header{ /* Header */
		position:relative;
		width:762px;
		height:157px;
		background-image:url(../images/layout/head.jpg);
	}
	
	#navigation{ /* Navigation Holder */
		padding-top:0px;
		width:727px;
		height:40px;
		/* float:left; */
		border:#fc0 0px solid;
		text-align:center;
	}
	
	#home{ /* Navigation Links Backgrounds */
	/*position:relative;
		width:102px;
		height:25px;
		background-image:url(../images/layout/home3.jpg);
		text-align:left;
		border:0px inset #fff;
		font-family:Verdana;
		font-size:16px;
		*/
	}
	
	#home:hover{ /* Navigation Links Hover */
		background-image:url(../images/layout/home_down3.jpg);
		border:0px groove #fff;
	}
	
	#bg{ /* Main content Background - Marble */
		position:relative;
		width:762px;
		margin-top:-3px;
		background-image:url(../images/layout/bg_2.jpg);
		background-repeat: no-repeat;
		background-color: #003;
	}
	
	#content{ /* Main Content Area */
		width:712px;
		padding:10px;
		background-image:url(../images/layout/content_bg222.jpg);
		background-repeat:repeat-x;
		background-color:#e0dac1;
		border:#003 2px inset;
		/*float:right;*/
	
	}
	
	#content_nav_holder{ /* Holder for the Content and Navigation */
		margin-left:19px;
		position:relative;
		width:727px;
		overflow:hidden;
	}
	
	#footer{ /* Footer */
		position:relative;
		width:762px;
		height:20px;
		margin-top:-1px;
		background-image:url(../images/layout/foot.jpg);
		background-color: #003;
	}

/*	CLASSES
	==============================*/

	a.simplyNav, a:visited.simplyNav{
		color:#FFF;
		font-size:11px;
		padding:2px;
		text-decoration:none;
		}
		
	a.simplyNav:hover, a.simplyNav:active{
		color:#e0dac1;
	}
		
	


	
