/* Apply reset rule  */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
  margin:0;
  padding:0;
}

/* --Layout */
body,html {
	font-family: verdana, sans-serif;
	width: 100%;
	background: url(../images/bg.jpg) top right repeat #ebedeb; 
	/* background-color: #ebedeb;*/
 	font-size: 14px;  
}

h1,h2,h3,h4,h5,h6 {
  padding:10px 0; 
  font-weight:bold; 
  color:#5a2302;
}

h1 {
	font-size: 1.75em;
	border-bottom:2px dashed #5a2302;
	margin-bottom: 20px;
}

img { 
	border-style: none;
}

img.flag { 
	border: 1px solid #490458;
}

div.top-spacer {
  height: 20px;
  clear: both;
  margin:0 auto; 
  width:1000px; 
  padding:0;
  position: relative;  
}

.top-wrapper { 
  padding:0;
}

.top1 {background:url(../images/top-corner-left.png) 0 0 no-repeat;clear:both;}
.top2 {background: url(../images/top-corner-right.png) 100% 100% no-repeat; }
.top3 {
  background: #5a2302;
  height: 6px;
  margin:0 6px;
  border-top: 2px solid #3b1701;
}

.bot1 {background:url(../images/bottom-corner-left.png) 0 0 no-repeat;clear:both;}
.bot2 {background: url(../images/bottom-corner-right.png) 100% 100% no-repeat; }
.bot3 {
  background: #5a2302;
  height: 6px;
  margin:0 6px;
  border-bottom: 2px solid #3b1701;
}

#contentWrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1000px;
  min-width: 700px;
  display: block;
  min-height: 800px;
}

#header {
	height: 115px;
	width: 998px;
  margin: 0;
  float: left;
  clear: both;
  background-color: #FFF;
  border-top: 1px solid #490458;
  border-left: 1px solid #490458;
  border-right: 1px solid #490458;
  padding: 5px 0;
  background: url(../images/header-bg.png ) top left repeat-x #FFFFFF;
}

#logo {
	width: 395px;
	height: 88px;
  margin: 0;
  padding: 0;
  background: url(../images/logo.png ) top left no-repeat;
}

#navigation {
	text-align: right;
	height:20px;
	margin-bottom: 15px;
	width: 100%;
	float:left;
	display: block;
}

.main_content {
  width: 998px;
  text-align: left;
  background-color: #FFFFFF;
  float: left;
  padding: 0;
  border: 1px solid #490458;
  background: url(../images/menu-bg.png) top left repeat-y #FFFFFF;  
}

.content {
	width: 700px;
  text-align: left;
  background-color: #FFFFFF;
  float: left;
  position:relative;
  padding: 20px 40px;
  min-height: 500px;
}

.content-menu {
	width: 190px;
  text-align: left;
  float: left;
  position:relative;
  padding: 20px 10px;
  line-height: 180%;
}

.menu-header {
	background: url(../images/menu-top.png) top left no-repeat;  
	height: 30px;
	padding: 0;	
}

.menu-footer {
	background: url(../images/menu-footer.png) top left no-repeat;  
	height: 11px;
	padding: 0;	
}

.menu-content {
	width: 176px;
	border-left: 2px solid #3b1701;
	border-right: 2px solid #3b1701;
	background-color: #f6f3f1;
}

.content-menu ul {
	position: relative;
	padding-bottom: 10px;
	margin: 0;
}

.content-menu li {
	list-style-type: none;
	height: 30px;
	padding: 10px 0 0 8px;
}

div.content_text {
	padding: 5px 0;
	line-height: 150%;
}

div.content_row label{
	width: 150px;
	float: left;
	font-style: italic;
}

div.content_row div {
	float: left;
}

div.content_row {
	clear: both;
}

div.sep {
	height: 30px;
	clear: both;
}

h3 {
	padding: 5px 20px 5px 20px;
}

ul {
	margin: 0 0 0 8px; 
	padding: 0; 
	list-style: inside;
	text-align: left;
	list-style: circle;
}


.notice-bar {
	background: url(../images/footer-bg.png) top right repeat-x #9ae196;  
	height: 30px;
	text-align: center;
	float: left;
	width: 998px;
  padding-top: 10px;
  padding-bottom: 5px;
  border: 1px solid #490458;	
  font-weight: bolder;
}

.ad-gallery {
  width: 700px;
}

div.partner {
	background: url(../images/power-1.png ) left center no-repeat;
	padding-left: 20px;
	line-height: 180%;
}