
/* HTML TAGS */

body 
		{
		margin: 0;
		padding: 0;
		background: #666D73;
		}
p
		{
		margin: 10px 0 0 0;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		color: #333333;
		text-align:justify;
		}
h1
		{
		margin: 0;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 30px;
		color: #FFFFFF;
		}	
h2
		{
		margin: 5px 0 0 0;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 5px;
		line-height: 25px;
		color: #FFFFFF;
		}				
ul
		{
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type:square;
		}
ul li
		{
		margin: 5px 0 0 0;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		color: #333333;
		}

/* LAYOUT */

#header
		{
		height: 103px;
		background: #666D73 url(../img/BG_header.gif) repeat-x;
		}
#menuwrap
		{
		height: 25px;
		background: #FFDF91 url(../img/BG_menu.gif) left repeat-y;
		}
#menu
		{
		width: 775px;
		height: 25px;
		}
#menu ul 
		{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
		}
#menu ul li 
		{
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		line-height: 25px;
		text-align: center;
		}
#menu ul li a
		{
		width: 70px;
		display: block;
		padding: 0 15px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		line-height: 25px;
		color: #666D72;	
		}		
/*Hide to Mac IE\*/
#menu ul li a 
		{
		width: auto;
		}/**/		
#menu ul li a:hover
		{
		background: url(../img/BG_menuOver.gif) repeat-x;
		}
#separator
		{
		height: 2px;
		background: url(../img/BG_separator.gif) repeat-x;
		}
#pagewrapper
		{
		padding: 15px 0 15px 15px;
		background: #FFC73E url(../img/BG_content.gif) left repeat-y;
		}
#pagecontent
		{
		width: 732px;
		}
#boxLeft
		{			
		float: left;
		width: 150px;
		}
#boxLeft p
		{
		font-size: 10px;
		line-height: 15px;
		color: #333333;
		}
#content
		{
		float: left;
		display: inline;
		margin-left: 35px;
		width: 485px;	
		}
#boxCenter
		{
		float: left;
		margin-left: 50px;
		width: 320px;
		}
#boxRight
		{
		float: left;	
		margin-left: 50px;
		width: 152px;
		}
#boxRight p
		{
		font-size: 10px;
		line-height: 15px;
		color: #333333;
		}
#footer
		{
		height: 17px;
		background: url(../img/BG_footer.gif) repeat-x;
		}
		
/* CLASSES */

.newsletter_field
		{
		margin: 0;
		padding: 5px;
		border: 1px solid #333333;
		width:88px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		background: #FFFFFF url(../img/BG_menuOver.gif) top repeat-x;
		}
/*TanHack\*/
*html .newsletter_field
		{
		width: 100px;
		w\idth: 88px;
		}/**/
.newsletter_field:hover, .newsletter_field:focus
		{
		background: #FFFFFF;
		}
.newsletter_submit
		{
		margin: 0;
		padding: 5px 2px;
		border: 1px solid #333333;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #333333;
		background: #FFC73E;
		}
.newsletter_submit:hover
		{
		background: #FFFFFF;
		}
.photo
		{
		margin-top: 15px;
		border: 1px solid #FFFFFF;
		}
.newsbox
		{
		margin: 0;
		padding: 0;
		border: 0;
		width: 150px;
		height: 200px;
		}
.moreInfo
		{
		margin: 0;
		padding:0 10px 10px 10px;
		border: 1px solid #000000;
		background:#FFFFFF;
		}