.body{
	margin: 0px 0px 0px 0px;
	border-top: 5px solid #000000;
	background-image: url(../images/background_shadow2.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #000000; /** 8e8e85 Website BG colour (matches canvas colour in Step 1) **/
}
.home_body{
	margin: 0px 0px 0px 0px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	background-image: url(../images/background_shadow2.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #000000; /** 8e8e85 Website BG colour (matches canvas colour in Step 1) **/
}

/******************************************************************/

.bg_white
{
   BACKGROUND-COLOR: #FFFFFF;
}

.bg_green
{
   BACKGROUND-COLOR: #9AC994;
}
.bg_light_grey
{
	BACKGROUND-COLOR: #E6E6E7;
}
.bg_light_yellow
{
	BACKGROUND-COLOR: #F7F4D3;
}
.bg_light_green
{
	BACKGROUND-COLOR: #BBDFCE;
}

/******************************************************************/
font.header_text_white
{
    font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 14pt;
	color: #FFFFFF;
} 
font.header_text_white_small
{
    font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 10pt;
	color: #FFFFFF;
} 

font.head_text_green_large
{
	font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 14pt;
	color: #688C74;

}

font.main_text
{
	font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 12pt;
	color: #000000;

}

font.credit_text
{
	font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 8pt;
	color: #000000;

}

font.caption_text
{
	font-family: Trebuchet MS;
	font-style: Bold;
	font-size: 8pt;
	color: #000000;
}
.shop_text
{	
	text-decoration: none;
	font-family: Arial;	
	font-size: 10pt;
	color: #006600;
	font-weight:bold;	
}

/******************************************************************/

.floatimgleft
{
float:left;
margin-top:5px;
margin-right:10px;
margin-bottom:5px;
}
.floatimgleft2
{
float:left;
margin-top:2px;
margin-right:10px;
margin-bottom:2px;
}
.floatimgright
{
float:right;
margin-top:5px;
margin-left:10px;
margin-bottom:5px;
}

/******************************************************************/

A.navigation
{	
	text-decoration: none;
	font-family: Arial;	
	font-size: 8pt;
	color: #006600;	
}
A.navigation:hover
{
	text-decoration: none;
	font-family: Arial;	
	font-size: 8pt;
	color: #E7A661;
}

A:navigation:visited
{
	font-family: Arial;	
	font-size: 8pt;
    COLOR: #E7A661;
}
A:navigation:active
{
	font-family: Arial;	
	font-size: 8pt;
	color: #E7A661;
}

/******************************************************************/

A.shop_text
{	
	text-decoration: none;
	font-family: Arial;	
	font-size: 10pt;
	color: #006600;	
}
A.shop_text:hover
{
	text-decoration: none;
	font-family: Arial;	
	font-size: 10pt;
	color: #E7A661;
}

A:shop_text:visited
{
	font-family: Arial;	
	font-size: 10pt;
    COLOR: #E7A661;
}
A:shop_text:active
{
	font-family: Arial;	
	font-size: 10pt;
	color: #E7A661;
}

/******************************************************************/



A.href_style
{	
	font-family: Arial;	
	font-size: 12pt;
	color: #006600;
	text-decoration:underline;
}
A.href_style:hover
{
	text-decoration: none;
	font-family: Arial;	
	font-size: 12pt;
	color: #000000;
}

A:href_style:visited
{
	font-family: Arial;	
	font-size: 12pt;
    COLOR: #000000;
}
A:href_style:active
{
	font-family: Arial;	
	font-size: 12pt;
	color: #000000;
}

/******************************************************************/

ul.ul1 {
margin-top:0;
margin-right:2;
margin-bottom:0;
list-style-type:disc;
list-style-position:outside;
line-height: 90%;
}
li.li1
{
margin:0 2 0 -20;
line-height: 90%;
}


