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

body {
	background: #EEEEEE;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font: 14px/22px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

#container { text-align: left; width: 790px; margin: 10px auto; padding: 0px;}
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0px 0px 10px 0px; }
ul#tabs li { display: inline; padding: 0px; background-image: none;}
ul#tabs li a { color: #000000; background-color: #FFCCFF; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: bold; border: 1px solid #666666; border-bottom: none; padding: 10px 20px 10px 20px; text-decoration: none; }
ul#tabs li a:hover { background-color: #FFFFFF; }
ul#tabs li a.selected { color: #000; background-color: #FFFFFF; padding: 20px 20px 11px 20px; }
div.tabContent { border: 1px solid #666666; padding: 0.5em; background-color: #FFFFFF; }
div.tabContent.hide { display: none;}

h1 { font-size: 24px; color: #000000; font-weight: normal;  margin: 0px 0px 20px 0px;}
h2 { font-size: 20px; color: #000000; font-weight: normal; margin: 0px 0px 10px 0px;}
h3 { font-size: 18px; color: #000000; font-weight: normal; margin: 0px 0px 5px 0px;}


ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

li
{
	padding-left: 16px;
	background-image: url(images/bullet_pink.png);
	background-repeat: no-repeat;
}

a {
	
	color: #0033CC;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}


a:visited { 	
	color: #551A8B;
}



#top {
	width: 790px;
	height: 40px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}



/* Picture */

#picture {
	width: 790px;
	height: 280px;
	margin: 0px auto;
	padding: 0px;

}


/* Header */
#header {
	width: 790px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header .logo {
	height: 200px;
	margin: 0px;
	padding: 0px;
}


#menu{
	width: 790px;
	height: 46px;
	margin: 30px auto 0px auto;
	padding: 0px;
}
#menu ul{
	list-style-type: none;
	float: right;
	height: 40px;
	width: 100%;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	float: left;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	padding: 0px;
	background-image: none;
}
#menu a{ 
	color: #FFFFFF; 
	display: block; 
	padding: 0px 14px;
	font-size: 16px;
	
	text-decoration: none;
	background-color: #66AAAA;
	
	
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #66BBBB;
	text-decoration: underline;
}



/* Content */

#content {
	width: 790px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#left {
	float: left;
	width: 400px;
	padding: 0px;
	background: #FFFFFF;
}

#left .container {
	padding: 0px 20px 0px 0px;
	background: #FFFFFF;
}

#right {
	float: right;
	width: 350px;
	padding: 0px;
	background: #FFFFFF;
}

#right .container {
	padding: 0px 0px 0px 10px;
	height: 350px;
	border-left: 1px solid #FFFFFF;
}

#main {
	float: left;
	padding: 30px 20px;
	background: #FFFFFF;
}

/**************************************************
* Navigation (Homepage).
**************************************************/

#navigation {
	position: relative;
	text-align: left;
	width: 100%;
	padding: 20px 0px;
	
}

#navigation .first {
	position: relative;
	float: left;
	width: 160px;
	margin: 0px;
	padding-right: 20px;
}
#navigation .all {
	position: relative;
	float: left;
	width: 180px;
	margin: 0px;
}

/**************************************************
* Thumbs.
**************************************************/

#thumbs {
	position: relative;
	text-align: left;
	font-size: 12px;
	border-top: 1px solid #8E0059;
	width: 100%;
	padding: 20px 0px;
}

#thumbs a {
	font-size: 12px;
	text-decoration: underline; 
	line-height: 18px;
}
#thumbs a:hover { 
	text-decoration: none;
}

#thumbs .single {
	line-height: 18px;
	position: relative;
	float: left;
	width: 150px;
	text-align: center;
	margin: 0px 10px;
	margin-bottom: 40px;
}

#thumbs .single img {
	margin-bottom: 5px;
}



.rates {
	padding: 20px 0px 10px 0px;
	width: 100%;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
table.rates, table.rates td { border: 1px solid #666666; border-collapse: collapse; font-size: 10px;} 
tr.red_border td { border-bottom: 2px solid #BB6666; background: #FFDDDD;}


/**************************************************
* Bottom.
**************************************************/
	

#bottom {
	border-top: 1px solid #666666;
	font: 14px/22px Arial, Verdana, Helvetica, sans-serif;
	padding: 10px 0px;
	margin: 40px 0px 0px 0px;
	clear: both;
}
#bottom .column {
	padding: 0px 10px;
	width: 150px;
	float: left;
	border-left: 1px solid #CCCCCC;
}



/**************************************************
* Footer.
**************************************************/
	

#footer {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	padding: 10px 0px 20px 0px;
	clear: both;
	color: #000000;
}
#footer a {
	line-height: 18px;
	text-decoration: underline;
}
#footer a:hover {
	
