/* Layout and navigation */
body {
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:center;
}
a img {
	border:0px;
}
#box {
	width:717px;
	background-color:#FFFFFF;
	text-align:left;
	margin-top:30px;
        margin-bottom:30px;
}
#box #image h1 {
	padding:0px;
	margin:0px;
}
#box #fade {
	background-image:url(/images/fade.gif);
	background-repeat:repeat-x;
	width:inherit;
	height:20px;
	font-size:20px;
}
#box #plastic {
	background-image:url(/images/bar.jpg);
	background-repeat:no-repeat;
	height:40px;
}
#box #plastic #navigation {
	width:inherit;
	height:40px;
	background-image:inherit;
	background-repeat:inherit;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#navigation {
	font-size:12px;
	color:#999999;
}
#navigation ul,#main #rightcolumn ul {
	padding:0px;
	margin:0px;
	font-size:14px;
}
#navigation ul li {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
	text-align:center;
	padding-top:10px;
	padding-left:14px;
	padding-right:14px;
}
#navigation ul li a {
	text-decoration:none;
	color:#000000;
}
#navigation ul li a:hover {
	text-decoration:underline;
	color:#999999;
}
#main {
	padding-top:20px;
	width:inherit;
	float:left;
	background-color:#FFFFFF;
}
#main #leftcolumn {
	float:left;
	width:356px;
	margin-left:60px;
	margin-right:20px;
}
#main #rightcolumn {
	float:left;
	width:242px;
	margin-left:20px;
}
#main #rightcolumn ul li{
	padding:0px;
	margin:0px;
	list-style:none;
}
#buttons {
    text-align:center;
    margin-top:15px;
}
#footer {
	margin-top:20px;
	width:717px;
	float:left;
	color:#999999;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}
#footer #left {
	width:350px;
	float:left; 
}
#footer #right {
	width:350px;
	float:right; 
	text-align:right;
}
#results {
	margin-top:20px;
	margin-bottom:20px;
}
#results table {
	border: 1px solid #6699CC;
}
#results table th {
	background-color:#6699CC;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding:3px;
}
#results table td {
	font-size:11px;
	padding:5px;
}
#results table tr {
	background-color:#FFFFFF;
	color:#333333;
}
#results table tr.light {
	background-color:#CCCCFF;
	color:#666666;
}
#controls {
    text-align:right;
}
/* Text */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#6699CC;
	font-size:32px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#6699CC;
	font-size:22px;
}
h4 {
	font-weight:bold;
	color:#666666;
	font-size:18px;
}

a {
	color:#6699CC;
	text-decoration:underline;
}
a:hover {
	color:#0033AA;
	text-decoration:none;
}
.errors {
    color:#666666;
    text-decoration:underline;
    font-weight:bold;
}
.gallery_image {
	margin: 2px;
	border: 1px solid #000000;
}
.gallery_item {
	width:30%;
	height:100px;
	padding-right:2px;
	padding-left:2px;
	padding-top:5px;
	padding-bottom:5px;
	margin:2px;
	text-align:center;
	float:left;
}
#gallery {
float:none;
width:100%;
}
#leftcolumn hr{
clear:both;
}
