@charset "utf-8";
/* CSS Document */

HTML, body {
	margin: 0px;
	padding:0px;
	Font-family:Tahoma,Arial,Helvetica;
	Font-size:11px;
	color:#666666;
	background-image:url(images/bg.jpg);
	
}

.heading{
	color:#ffa500;
	font-weight:bold;
}
a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	padding:15px;
}

a:hover{
	text-decoration:underline;
	
}

#Container{
	width:775px;
	margin-left:auto;
	margin-right:auto;

}


#Header{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:216px;

}

.logo{
	padding:20px 10px 10px 30px;

}

.nav{
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	height:61px;

}

.nav_links{
	padding:20px 40px 0px 20px; 
	text-align: left;

}

#Content{
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	width:775px;
	float:left;
	padding-bottom:10px;
}

#left{
	width:480px;
	padding:20px 20px 10px 40px;
	float:left;

}

.right{
	border-left:#ffa500 2px solid;
	margin-top:20px;
	width:210px;
	padding:0px 5px 0px 5px;
	float:left;

	
}

.voucher{
	padding:0px;
}
#Footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:53px;
	clear:both;
	padding:10px;
	text-align: center;

}

#Footer a {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px
}

#Footer a:hover{
	text-decoration:underline;
	
}
#Footer #credit
{

}
#Footer #contact
{
	font-size: 12pt;
	color: Black;
	margin-bottom: 2px;
}
#Footer #contact a
{
	color: black;
}

/* below is the code for the contact form */
	#contactFormArea { padding:20px 0px 0px 75px ; }
	fieldset { border:0;margin:0;padding:0;  }
	label { display:block; }
	input.text,textarea { width:300px;font:12px/12px 'tahoma',arial,helvetica;color:#000;padding:3px;margin:1px 0;border:1px solid #ccc;background-image:url(images/field.gif); background-repeat:no-repeat; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
	
-->