* {
	margin: 0px;
	padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	
}

body {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/main-bg.gif);
	background-color: #e0ebf5;	
}

img {
	border: 0;
}

a {
	color: #6699cc;
	text-decoration: underline;
}
 
table {
	border-collapse:collapse;
} 
  
tbody {
}
      
th {
	text-align: left;
	padding: 0px 14px 2px 0px;
   	font-size: 12px;
	color: #6699cc;
	margin-top: 2px;
	margin-bottom: 5px;
}
   
td {
	vertical-align: top;
	padding: 6px 14px 6px 0px;
	border-top: 1px #6699cc solid;
}
   
/* ... FONTS ... */

h1 {
	font-size: 14px;
	color: #6699cc;
	margin-bottom: 8px;
}

h2 {
	font-size: 20px;
	color: #6699cc;
}

h3 {
	font-size: 10px;
	color: #6699cc;
	margin-top: 2px;
	margin-bottom: 5px;
}


/* ... CONTAINER ... */

#wrapper {
	width: 674px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	margin: 0 auto 0px;
}

#header {
	width: 674px;
	height: 101px;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
}

#navi {
	width: 664px;
	height: 35px;
	padding-left:10px;
	background-image: url(images/navi-bg.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 29px;
	color: white;
}

#content {
	width: 674px;
	background-image: url(images/main-content-bg.gif);
	background-repeat: repeat-y;
}

#content_top {
	width: 654px;
	padding: 10px;
}

#content_left {
	width: 460px;
	padding: 10px;
	float: left;
}

#content_right {
	width: 180px;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

#footer {
	width: 674px;
	height: 22px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

/* ... CLASSES ... */

.newsletter {
	font-size: 12px;
	color: #6699cc;
	text-align: right;
	padding-right: 20px;
	padding-top: 70px;
}

.newsbox {
	padding-bottom: 30px;
}

.rhs {
	width: 148px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/rhs-bg-1.gif);
	background-repeat: no-repeat;
}

.rhs p, .rhs a {
	font-size: 9px;
}

.right {
	text-align: right;
}

.rhs_bottom {
	width: 168px;
	height: 18px;
	padding-bottom:8px;
	background-image: url(images/rhs-bg-2.gif);
	background-repeat: no-repeat;
}

.footer {
	text-align: center;
}

.alignbottom {
	vertical-align: text-bottom;
}

.mini_blue {	
	font-size: 9px;
	color: #6699cc;
}
