/*
 * Designed for LameIncrociate
 */

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: black;
	text-decoration: none;
}

body {
	background: white;
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	/* color: #666666;*/
	color: goldenrod;
	width: 100%;
}

/* Menu */

div.spacer {
	height: 20px;
	width: 100%;
	/* background: white; */
	/* color: white; */
	padding: 0;
	margin-bottom: 32px;
}

#title, #banner {
	margin-bottom: 32px;
}

#main {
	background: black;
	padding: 16px;
	width: auto;
}

#mail {
	float: right;
}

#links {
	float: right;
	width: 200px;
}

#menu,
#menu a {
	color: white;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#mail a {
	color: white;
	font-variant: normal;
	font-style: italic;
	text-decoration: none;
}

#container {
	background: url(../images/links.jpg) repeat-y top right;
}

#links {
	background: url(../images/links.jpg) repeat-y top right;
	float: right;
	text-align: center;
	width: 200px;
}

#links img {
	position: relative;
	top: 20px;
}

#content p {
	font-family: Verdana;
	font-variant: normal;
	font-weight: normal;
}
#content {
	margin-left: 20px;
	margin-right: 220px;
}

*.button {
	width: 100px;
	height: 30px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	border: thin outset black;
}

.exact {
	color: white;
	background-color: green;
}
.option {
	color: black;
	background-color: yellow;
}
.error {
	color: black;
	background-color: red;
}

/* Foto */

#foto_container {
	width: 480px;
	height: 55px;
	border: 0;
	overflow: hidden;
	/* overflow-x:hidden; */
	/* overflow-y:hidden; */
	/* margin-top:30px; */
}

#foto_content {
	height: 50px;
	width: 100%;
	text-align: center;
}

#foto a img {
 	float: left;
 	margin-right: 5px;
 	height: 50px;
 	width: auto;
}

#foto_track {
	position: relative;
	left: 0px;
	height: 10px;
	width: 400px;
	background-color:lightgray; /* transparent; */
	cursor:move;
}
#foto_handle {
	margin: 0;
	height: 10px;
	width: 20px;
	background-color: gray; /* #5c92e7; */
	cursor: move;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	opacity:0.9;
}
#foto_main {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* Footer */

#footer {
	clear: both;
	height: 40px;
	/* padding: 25px 0 25px 0; */
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer_line {
	background: black;
	padding: 16px;
	width: auto;
}

#footer a {
	clear: both;
	color: #666666;
}

