

body {
	/* typical setup for fixed width version */
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	color: #1C2055;
	background-color: #DBEDEF;
}

#bar {
    background-color: #2D8A86;
    padding: 4px 10px;
}

#bar a:visited, #bar a:link {
    background-color: #2D8A86;
    color: #FFF;
}

#bar a:active, #bar a:hover {
    background-color: #2D8A86;
    color: #FFF;
}

#header {
		
}

#header h2 {
	text-align: center;
	color: #000;
	margin-top: 14px;
	font-size: 14px;
	line-height: 14px;
}

a {
    color: #2D8A86;
}

a:visited, a:link {
    color: #2D8A86;
    text-decoration: underline;
}

a:active, a:hover {
    background-color: #DFA9BA;
    color: #2D8A86;
    text-decoration: none;
}

.thumb p.description a:visited, .thumb p.description a:link {
    color: #2D8A86;
    text-decoration: underline;
}


.thumb p.description a:active, .thumb p.description a:hover {
    background-color: #DFA9BA;
    color: #2D8A86;
    text-decoration: none;
}

#thumbs .thumb {
    height: 200px;
    padding-right: 28px;
}

ul.paginator {
    background-color: #DBEDEF;
    border: 0px;
	padding: 0px;
}

ul.paginator li {
    display: inline;
    padding-right: 10px;
    font-size: 10px;
    font-weight: normal;    
}

ul.paginator li.current {
    padding-right: 14px;
}

ul.paginator li a {
    font-size: 10px;
    font-weight: normal;
    padding: 2px 5px;    
}

ul.paginator li a:visited, ul.paginator li a:link {
    color: #2D8A86;
    text-decoration: underline;
}

ul.paginator li a:active, ul.paginator li a:hover {
    background-color: #DFA9BA;
    color: #2D8A86;
    text-decoration: none;
}

table.attributes .label {
    color: #099055;
}

#footer {
	background-color: #1C2055;
	padding: 10px;	
	color: #FFF;	
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	background-color: #1C2055;
	color: #FFF;
	text-decoration: underline;
}

#footer p {
    text-align: center;
    line-height: 1.5em;
}

ul.paginator.bottom {
	display: none;
}

#affiliate_page {
	width: 580px;	/* 75% of width - left and right margin given below */
	float: right;
	margin: 10px 10px 10px 10px;
}

/* Affiliate Links */

/* Background to links */

#affiliate_links {
	width: 190px;		/* 800 - 580 - 10 - 10 */
	float: left;
    background: #1C2055;  
}

#affiliate_links li a {
	background-color: #1C2055;
	border-top: 0px;
	border-bottom: 1px solid #DBEDEF;	
}

#affiliate_links li a:hover, #affiliate_links li a:active {
	background-color: #2D8A86;
	color: #FFF;
}