html, body  
	{
	 text-align: center; 
	 font-size: 12px; 
	 color: #4b4b4b;
	 line-height: 26px;
	 font-family: sans-serif;
	 background-image:url('files/background1.PNG');
	 background-repeat: repeat-x;
	}
body *
	{
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: justify;
	}
img 
  {border: 1px solid gray;
	 margin: 10px;
	}
input
  {border: 1px solid gray;
	 color: #444444;
	 font-weight: bold; 
	}
textarea
  {border: 1px solid gray;
	 color: #444444;
	 font-weight: bold; 
	}
h1 
	{font-size: 16px; 
	 font-weight: bold;
	color: #307fc1;
	 margin-bottom: 10px;
	}
h2 
	{font-size: 14px; 
	 font-weight: bold;
	 color: #307fc1;
	 margin-bottom: 10px;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	}
table.main 
	{padding: 0px; 
	 border: 0px; 
	 margin: 0px auto 0px auto; 
	 width: 700px; 
	 background: #fafafa;
	}
td 
	{text-align: left; 
	 vertical-align: top; 
	 background: #ffffff;
	}
a 
	{color: #307fc1; 
	 text-decoration: none;
	}
a:visited 
	{color: #357cae;
	}
a:hover 
	{color: #357cae;
	}
.all{
	width: 928px;
	background-color: #ffffff;
	margin: auto; 
}
.logo{
	background-image:url('files/logo.PNG');
	width: 728px;
	height: 236px;
	float: left;
}
.logo_g{
	background-image:url('files/logo_g.PNG');
	width: 900px;
	height: 200px;	
}
.right_panel{
	background-image:url('files/right_panel.PNG');
	width: 200px;
	height: 600px;
	float: right;
	text-align: center;
}
.promotions{
	margin-top: 190px;
	padding: 10px;
	text-align: center;
	color: white;
	font-weight: bold;
}
.menu_background{
	background-image:url('files/background2.PNG');
	background-repeat: repeat-x;
	width: 728px;
	height: 90px;
	float: left;
}
.menu{
	background-color: #c0d0ff;
	width: 728px; 
	height: 35px;
	float: left;
}
.content{
	width: 708px; 
	float: left;
	padding: 10px;
	background-color: white;
}
#menu ul, ul li {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;

}

#menu ul {
	width: 728px;
	float: left;
}

#menu ul li {
	float: left;
}

#menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #4b4b4b;
	font-size: 12px;
	padding: 6px 12px;
}

#menu ul a:hover {
	background-color: #95c9f6;
}



