body {
	background: #C1CE96 url("../images/bg.gif") no-repeat fixed left bottom;
	margin: 50px;
	font: 1em tahoma;
	color: #ECEBF0;
}

a       {color: #353129; text-decoration: underline}
a:hover {color: #687D77; }

#sb_container {
	width: 750px;
	margin: 0 auto;
}

.logo {
	width: 300px;
}
.quote {
	width: 350px;
}

img { border: 0;}

#container {
	border: 1px solid black;
}

h1 {
	font: 2em sherif;
}

#page {
	background-color: #484A47;
	padding: 10px;
}

.menu {
	background-color: #687D77;
	width: 750px;
	height: 15px;
	font: 0.7em tahoma;
	color: #ECEBF0;
	text-align: right;
}

.menu a      {color: #ECEBF0;text-decoration:none;}
.menu a:hover{color: #ECEBF0;text-decoration:underline;}

#content {
	margin: 0 auto;
	padding-left: 75px;
	font: 1.3em;
}

#content a {color: #ECEBF0; text-decoration: underline;}
#content a:hover {color: #C1CE96; text-decoration: underline;}

.input-container {
	background-color:#ECEBF0;
	border:1px solid black;
	width: 555px;
}

input.box {
	background-color:#ECEBF0;
	background-image:url("../images/arrow.gif");
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #ECEBF0;
	color: #333333;
	font-size: 1.1em;
	padding:0.35em 0.4em 0.3em;
	vertical-align: middle;
	width:500px;
}

input.btn {
	background-color:#ECEBF0;
	background-image:url("../images/button.png");
	background-position:0 -30px;
	border:medium none;
	cursor:pointer;
	vertical-align: middle;
	height:30px;
	width:30px;
}

#sugg {
	clear:both;
	font-size: 0.9em;
	width: 500px;
	text-align: justify;
	margin: 0 auto;
	padding-bottom: 50px;

}

#bottom {
	width: 750px;
	text-align: right;
	font: 0.7em tahoma;
	color: #353129;

}

#bottom a       {color:#353129;text-decoration: none;}
#bottom a:hover {color:#353129;text-decoration: underline;}

#footer {
	text-align: center;
	margin: 0 auto;
	color: #353129;
	font-size: 0.8em;
}


#d_clip_button {
	display: inline;
	width:50px;
	text-align:center;
	border:1px solid black;
	background-color:#C1CE96;
	color: black;
	padding:5px;
	margin-left: 5px;
	margin-right: 5px;
}
#d_clip_button.hover  {background-color:#ECEBF0;}
#d_clip_button.active {background-color:#ECEBF0;}

#gen {
	text-align: left;
	line-height: 1.3em;
	background-color: #687D77;
	padding: 5px;
}

#gen a       {color: #ECEBF0; text-decoration: underline;}
#gen a:hover {color: #C1CE96; text-decoration: underline;}
