* {margin: 0; z-index: 0}

html {
    min-width: 770px;
}

a:link, a:visited { color: #326b8a; }
a:hover { color: #083852; }

body
{
	margin: 0;
	padding: 0;
	font: 12px sans-serif;
	background-color: #fff;
	background-position: left 4px;

height:100%
}

h1 {
    font-weight: normal;
	top: 79px;
	left: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}

h1 span { display: none; }

h2 {
    color: #999;
    font-size: 16px;
    margin: 0;
}

h3 {
    color: #35332e;
    margin-bottom: 5px;
    margin-left: 2px;
    width: 775px;
}

/* Header */
#logo
{
	top: 79px;
	left: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}

#logo span { display: none; }

#errors
{
    position: absolute;
    border: 2px solid #eaa;
	background: #fcc;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	display: none;
}

/* Pagination */
#pages
{
    width: 790px;
	left: 0;
	text-align: right;
}

* html #pages
{
	height: 20px;
	margin-bottom: 0px;
}

#pages span
{
	padding: 2px;
	margin: 0px 3px 0px 3px;
}

#pages a
{
	cursor: pointer;
	margin: 0px 3px 0px 3px;
	color: #326b8a;
	text-decoration: underline;
}

#pages a:hover { color: #083852; }

#pages .disabled
{
	cursor: default;
	font-weight: normal;
	color: #999;
	border: none;
}

/* History */
#history
{
	width: 775px;
	background: #ddd;
	height: 45px;
	padding: 5px;
	margin-left: 2px;
}

#history img { margin-right: 5px; width: 40px; height: 40px;}

/* Footer */

#footer a {
    text-decoration: none;
    color: #35332e;
    height: 40px;
}

#footer
{
	width: 780px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
    clear: left;
}

#footer a:link, #footer a:visited
{
	color: #35332e;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }
#footer a img { border: none; }

#idee-info {
    width: 300px;
    height: 40px;
    float: left;
    vertical-align: middle;
}

#idee-info img {
    margin-right: 5px;
}

#feedback {
    display: block;
    float: left;
}

#feedback a {
    color: #326b8a;
    text-decoration: underline;
}

#feedback a:hover {
    color: #083852;
    text-decoration: underline;
}

#alamy-info {
    width: 300px;
    height: 40px;
    float: right;
    text-align: right;
} * html #alamy-info { width: 250px; }

#alamy-info img {
    margin-left: 5px;
}

.invisible {
    display: none;
}

.disabled {
    border-color: #ddd;
    color: #999;
    border: 1px solid #999;
}

.disabled:hover {
    background: #fff;
    cursor: default;
}
f
.small_button {
    cursor: pointer;
    text-decoration: none;
}

.small_button:hover {
    text-decoration: underline;
    color: #666;
}

.container {
    margin: 0;
}

.help_box {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px;
}

.help_box a {
    border-bottom: 1px dotted #9AAFE5;
    text-decoration: none;
    padding: 2px;
    margin: 4px;
    font-size: 16px;
}

.help_box a:hover {

}

/* Pull Down Menu */
#also-see
{
	text-align: left;
	position: absolute;
	top: 10px;
	right: 15px;
}

#also-see *
{
	margin: 0;
	padding: 0;
}

#also-see-links { text-align: left; }

/* Social Networking buttons */
#sociable { margin: 16px 0 !important; 
}

#sociable span {
	display: block;
}
#sociable img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#we-message
{
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	text-align: left;
}

#we-message a { color: #303030; text-decoration: none; border-bottom: 1px solid #ccc; }
#we-message a:hover { color: #35332e;  border-bottom: 1px solid #303030;}

#result_images
{
    width: 790px;
    left: 0;
    height: 400px;
    float: left;
}

#result_images img
{
	height: 75px;
	width: 75px;
	border: 2px solid #fff;
	cursor: pointer;
    margin: 0;
    padding: 0;
	background-color: #ddd;
}

#result_images img.filler { background-color: #ddd; }

#header { height: 150px; }
#content {position:relative; left: 10px; display: block; width: 1000px;}

#footer
{
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 150%;
    position: relative;
    text-align: right;
    width: 790px;
    padding-top: 10px;
    padding-left: 10px;
}

/* Query (Left) Column */
#controls
{
    width: 160px;
    position: absolute;
    top: 0;
    height: 450px;
    left: 800px;
    clear: both;
}

