@CHARSET "UTF-8";
body{
margin:0px;
padding:0px;
font-size: 11px;
font-family: Verdana, Tahoma, sans-serif, "Century Gothic", Arial ;
color: #333333;
background: #ffffff url(../images/bkg.gif) repeat-x top center;
/*position:relative;left:0px;top:0px;
z-index: 1;*/
}

h1, h2, h3, h4, h5, h6, p, div, ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	color: #510014;
	font-weight: bold;
	margin-bottom: 15px;
}
p {
	margin-bottom: 18px;
}

a, a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
a:link { color:#510014 ; }

a:visited { color:#510014 ; }

a img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}

#container {
	width: 940px;
	margin: 0px auto;
	background: url(../images/container_bkg.png) repeat-y top center;	
}
#inner_container {
	width: 940px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: 555px 60px;
}

#header {
	width: 890px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#logo {	
	width: 275px;
	height: 100px;	
	position: absolute;
	top: 0px;
	left: 0px;
}

#change_image {
	position: absolute;
	width: 360px;
	height: 330px;
	top: 0px;
	right: 0px;
	z-index: -1;
}


/*NAVIGATION TOP MENU*/
#top_menu {
	height: 18px;
	padding: 2px 15px 0px 0px;
	text-align: right;
}

#top_menu ul li{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	display: inline;
	margin: 6px 0px 0px 0px;
}
#top_menu ul li a{
	font-weight: bold;
}

/*NAVIGATION MAIN MENU*/
#main_menu {
	height: 27px;
	padding: 31px 15px 0px 0px;
	font-size: 14px;
	text-align: right;	
}

#main_menu ul li{
	color: #333333;
	display: inline;
	margin: 0px 0px 0px 10px;
}

#main_menu ul li a{
	color: #333333;
}

#bordo_line{
	width: 889px;
	background-color: #510014;
	height: 22px;
}

#content {
	width: 890px;
	margin: 0px auto;
	/*min-height: 640px;
	height:auto !important;
	height:640px;		*/
	background: url(../images/content_bkg.gif) no-repeat top center;			
}

#left {
	float: left;	
	width: 495px; /*530 - 35*/
	padding: 50px 0px 15px 35px;
}

ul.arrow_bullets {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
ul.arrow_bullets li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	/*background: url(../images/arrow_bullet.gif) no-repeat 0px 5px;*/
}
ul.arrow_bullets li a{
	color: #510014;

}

#right {
	float: left;
	width: 360px;		
	padding-top: 240px;
	text-align: right;
}

#quote {
	font-size: 13px;
	margin: 60px 50px 0px 65px;
	padding-top:50px;
}

#footer_logo{
	float: left;
	width: 120px;
	height: 100px;
	margin: 0px 10px 10px 15px;
}
#copyright {
	width: 600px;
	padding-top: 5px;
	height:100px;
}

#footer {
	width: 940px;
	margin: 0px auto;	
	height: 79px;
	clear: both;
	background: url(../images/bkg_footer.png) no-repeat top left;		
}

.form {
margin-bottom:8px;
	margin-top:3px;
}

.footer { font-size:9px;}