@charset "utf-8";

/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	background-color: #ECC991;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#330000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}

a {
	color:#B3613E;
	text-decoration:none;
}


A:hover{
	background-color:#ECC991;
}


#footer {
	width: 1000px;
	bottom: 0px;
	position: fixed;
	font-size: x-small;
}

#footer A:hover{
	background-color:#F2DBB5;
}



#header {
	height: 70px;
	margin-left: 230px;
	width: 700px;
	background-image:url(../../design/SAG_header.gif)
}

#navigation {
	width: 230px;
	float: left;
}

#navigation img {
	border:none;
}

#main {

	margin-left: 230px;
	margin-right: 70px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #F2DBB5;
	margin-top: 10px;
}

#tucan {

	float: right;
	height: 270px;
	width: 70px;
}

#drawing img {
	border: thick solid #ECC991;
}

#closeup img {
	border: thick solid #ECC991;
}

#drawing {
	text-align:center;
}

#drawingTitle {
	font-size:larger;
	text-align: center;
	text-decoration: underline;
	margin-top:20px;
	font-weight: bold;
}

#drawingSubTitle {
	font-size:small;
	text-align:center;
	font-style: italic;
	color: #894A30;
}

#drawingYear {
	color:#B3613E;
	font-size:small;
	font-style:italic;
	text-align:center;
}

#drawingDescription {
	color:#330000;
	text-align:center;
}

#drawingDescription p {
	margin-top:0px;
}

.thumbOld {
	height: 60px;
	width: 60px;
	border: thin solid #B3613E;
}

.thumbNew {
	height: 60px;
	width: 60px;
	border: medium solid #B3613E;
}

.question {
	color:#B3613E;
	font-weight: bold;
}

.answer{
	color: #330000;
}

.quote{
	font-style:italic;
	text-align: center;
	color:#330033;
	margin-top:60px;
}

.bannerBig{
	border:none;
	width:200px;
	height:40px;
}

.bannerSmall{
	border:none;
	width:88px;
	height:31px;
}


.blubb{
	visibility:collapse;
}

.gbEntryTab{
	width:100%;
	background-color:#ECC991;
	margin-top:20px;
}

form .gbEntryTab{
	padding:10px 0px;
	background:none;
}


.gbEntryLeft{
	width:25%;
	vertical-align:top;
	text-align:right;
}

.gbEntryRight{
	padding-left:10px;
	background-color:#ECC991;
}

.gbEntryRight A:hover{
	background-color:#F2DBB5;
}



.gbReply{
	color:#B3613E;
	font-style:italic;
}