body
{
	height: 100%;
	background-image: url(../images/background.gif);
	font-family: Verdana, arial, sans-serif;
	font-size: 8pt;
	color: #575757;
    line-height: 2;
}

/* Layout Structure */

#page
{
	margin-top: 100px;
	margin-left: 0px;				
}

#navigation
{
	width: 193px;
	padding-right: 20px;
	border-right: 1px solid #a7a7a7;
	float: left;
	text-align: right;
}
																	
#link
{
	padding: 0;
	margin: 50px 0 0 0;				
}

#link li
{
	list-style: none;	
	margin: 0 0 0 0;				
}

#link li img
{
	visibility: hidden;	
}

a.home
{												
	background-image: url(../images/menu_home.gif);
	background-repeat: no-repeat;
}

a.home:hover
{
	background-image: url(../images/menu_home_hi.gif);
}

a.special_offers
{												
	background-image: url(../images/menu_special_offers.gif);
	background-repeat: no-repeat;
}

a.special_offers:hover
{
	background-image: url(../images/menu_special_offers_hi.gif);
}

a.casi_professional
{
	background-image: url(../images/menu_casi.gif);
	background-repeat: no-repeat;
}

a.casi_professional:hover
{
	background-image: url(../images/menu_casi_hi.gif);
}

a.three_day
{
	background-image: url(../images/menu_3_day_super_course.gif);
	background-repeat: no-repeat;
}

a.three_day:hover
{
	background-image: url(../images/menu_3_day_super_course_hi.gif);
}

a.messila
{
	background-image: url(../images/menu_messila.gif);
	background-repeat: no-repeat;
}

a.messila:hover
{
	background-image: url(../images/menu_messila_hi.gif);			
}

a.food
{
	background-image: url(../images/menu_food_fit_for_gods.gif);
	background-repeat: no-repeat;
}

a.food:hover
{
	background-image: url(../images/menu_food_fit_for_gods_hi.gif);			
}

a.sign
{
	background-image: url(../images/menu_sign_me_up_now.gif);
	background-repeat: no-repeat;
}

a.sign:hover
{
	background-image: url(../images/menu_sign_me_up_now_hi.gif);			
}

#link a img
{
	width: 193px;	
	height: 12px;
}

a img
{
	border: 0;
}

#content
{
	margin-left: 223px;				
	padding-left: 20px;	
	width: 720px;			
}
		
#header
{
	margin-bottom: 10px;
}

#columns
{				
	height: 200px;
	overflow: clip;
}						

.column
{
	width: 230px;				
	margin-right: 10px;								
}

#lhs
{
	float: left;
	width: 480px;
}

#rhs
{
	float: right;
	width: 240px;
}

#col1
{
	float: left;
}

#col2
{
	float: right;
}

#images
{
	margin-top: 45px;				
}

#images img
{
	width: 100px;
	height: 75px;
	margin-right: 10px;				
}


/* General Styling */
input {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border: none;	
}

textarea {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border: none;	
}

a:link{
	color: #96B1E0;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color: #96B1E0;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#DDB96C;
}

a:active{
	color:#DDB96C;
}



