/*******************************************/
/*                                       				*/
/*     Red Lorry Yellow Lorry	 		     	*/
/*       (C) Optimal Tools 2008          			*/
/*      Written by Terry Pettitt         			*/
/*                                       				*/
/*******************************************/


/* Positional CSS */

#frame	{
	width:1001px;
	height:748px;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	background-color:#7B5D58;
	background-image:url(../assets/insidebg.jpg);
	}


#frame_strong	{
	width:1001px;
	height:748px;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	background-color:#7B5D58;
	background-image:url(../assets/bgsplash.jpg);
	}

#scroller	{
	height:30px;
	font-size:0.6em;
	font-family:tahoma,arial;
	text-decoration:none;
	color:#fdfe03;
	}

#scroller	a{
	text-decoration:none;
	color:#fdfe03;
	}
	
#menu	{
	width:200px;
	height:748px;
	float:left;
	}
	
#header	{
	width:761px;
	height:90px;
	float:right;
	text-align:bottom;
	}

#vspacer	{
	width:40px;
	height:748px;
	float:left;
	text-align:bottom;
	}	
	
#content	{
	width:461px;
	height:628px;
	float:left;
	}
	
#contentscroll	{
	width:461px;
	height:350px;
	float:left;
	overflow:auto;
  scrollbar-face-color:#7B5D58;
  scrollbar-base-color:#7B5D58;
  scrollbar-arrow-color:#b2a09c;
  scrollbar-track-color:#7B5D58;
  scrollbar-shadow-color:#7B5D58;
  scrollbar-highlight-color:#7B5D58;
  scrollbar-3dlight-color:#7B5D58;
  scrollbar-darkshadow-Color:#7B5D58;
	}
	
#hspacer	{
	width:40px;
	height:628px;
	float:left;
	text-align:bottom;
	}	
	
#contentright	{
	width:260px;
	height:628px;
	float:right;
	}
	
#scrollcontainer	{
	width:200px;
	height:370px;
	float:left;
	text-align:right;
	overflow:auto;
  scrollbar-face-color:#7B5D58;
  scrollbar-base-color:#7B5D58;
  scrollbar-arrow-color:#b2a09c;
  scrollbar-track-color:#7B5D58;
  scrollbar-shadow-color:#7B5D58;
  scrollbar-highlight-color:#7B5D58;
  scrollbar-3dlight-color:#7B5D58;
  scrollbar-darkshadow-Color:#7B5D58;
	}
	
/* Text Styles */

/* Large */

.menubig { 
	font-size:1.0em;
	font-family:tahoma,arial;
	color:#ffffff;
	}
	
.menubig a{ 
	font-size:1.05em;
	font-family:tahoma,arial;
	text-decoration:none;
	color:#ffffff;
	}
	
.menubigyellow a{ 
	font-size:1.05em;
	font-family:tahoma,arial;
	text-decoration:none;
	color:#fdfe03;
	}
	
.menusmall { 
	font-size:0.9em;
	font-family:tahoma,arial;
	color:#ffffff;
	}
	
.menusmall a{ 
	font-size:0.9em;
	font-family:tahoma,arial;
	text-decoration:none;
	color:#ffffff;
	}
	
.menusmallyellow a{ 
	font-size:0.8em;
	font-family:tahoma,arial;
	text-decoration:none;
	color:#fdfe03;
	}
	
.headertext { 
	font-size:1.8em;
	font-family:tahoma,arial;
	color:#b2a09c;
	}

.headerwhite { 
	font-size:1.8em;
	font-family:tahoma,arial;
	color:#ffffff;
	}	
	
.headeryellow { 
	font-size:1.4em;
	font-family:tahoma,arial;
	color:#fdfe03;
	}
	
.normal{ 
	font-size:0.8em;
	font-family:tahoma,arial;
	color:#ffffff;
	}
	
.normal a{ 
	font-size:0.9em;
	font-family:tahoma,arial;
	font=weight:bold;
	color:#ffffff;
	}

.normal_header{ 
	font-size:0.8em;
	font-family:tahoma,arial;
	font-weight:bold;
	color:#fdfe03;
	}
	