html {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b7ada1;
	font-family:helvetica, sans-serif;
}

body
{
	padding: 0px;
	margin: 0px;
}

#page_wrap
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
}

#banner
{
	width:100%;
	height: 70px;
}

.logo
{
	display: block;
	width: 309px;
	position: absolute;
	margin-left: 260px;
}

.flags
{
	position: absolute;	
	margin-left: 50px;
}

.flags img
{
	margin: 2px;
}

#menu_bar
{
	width: 100%;
	height: 50px;
}

#menu
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 15px;
	padding-left: 70px;
}

#menu li
{
	float: left;
}

#menu li a
{
	padding: 10px;
	display: block;
	color: #69645c;
	text-decoration: none;
}

#menu li a:hover
{
	border-bottom: 4px solid #c56208; 
}

.active
{
	border-bottom: 4px solid #c56208; 	
}

#flash
{
	width: 750px;
	height: 350px;
	background-color: black;
	margin-left: 45px;
}

#content
{
	background: white;	
	width: 789px;
	margin-left: 28px;
	background-color: #e9e6e1;
	font-size: 12px;
	text-align: justify;
}

#content .title {
	width: 700px;
	margin: 0px auto;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #c56208;
	text-align: center;
}

#content .clink a {
	color: #333333;
	text-decoration: underline;
}
#content .clink a:hover {
	color: #c56208;
	text-decoration: underline;
}

#content .requiredTxt {
	color: #ff0000;
}

.text
{
	padding-left: 10px;
	padding-right: 10px;
}

#footer
{
	width:790px;
	height: 20px;
	background-color: #6b645b;
	margin-top: 10px;
	margin-left: 28px;
	font-size: 12px;
}

#rest_wrap
{
	background: white;
}

#top_curve
{
	background: url(../images/curve_top.png);
	background-repeat: no-repeat;
	height: 16px;
	margin-left: 22px;	
	margin-top: 0px;
}

#back_wrap
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/back_shadow.png);
	background-color: #948674;
	background-repeat: repeat-x;
}

.rapid
{
	display: block;
	color: white;
	text-align: center;
	padding-top: 2px;
}

.rapid a
{
	color: white;
	text-decoration: none;
}

.rapid a:hover
{
	color: white;
	text-decoration: underline;
}

#widgets {
	float: left;
	width: 152px;
	margin-top: 5px;
	overflow: hidden;
	margin-left: 45px;
	margin-right: 33px;
}

.copy
{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #c56208;
	padding-bottom: 20px;
}

.blinks
{
	display: block;
	text-align: center;
	font-size: 11px;
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
}

.blinks a
{
	text-decoration: none;
	color: black;
}

.blinks a:hover
{
	text-decoration: underline;
	color: white;
}
.clear
{
	clear: both;
}

:active, :focus{
    outline:none;
  }

.link {
	float: left;
	width: 230px;
	height: 32px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 10px;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
}
.link a {
	color: #c56208;
	text-decoration: underline;
}
.link a:hover {
	text-decoration: none;
}
