/* @override http://localhost:3000/stylesheets/style.css */

body {
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:url(/images/bg_grey.png) ;
	color: #feffd6;
	font-family: Helvetica, "Lucida Grande", Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}

img {
	margin: 5px 1em .1em 0;
}

a img {
	border: solid #feffd6 1px;
}

a:hover img {
	border: solid #ddb 1px;
}

a.small_button, a.large_button {
	text-decoration: none;
}


a, a:link, a:visited {
	color: #feffd6;
	font-weight: bold;
	text-shadow: 3px 3px 8px #000;
}

a:hover {
	color: #ddb;
}

blockquote {
	font-weight: bold;
	margin: 0;
	text-align: left;
}

cite {
	font-style: oblique;
	font-size: .5em;
}


#content {
	overflow: auto;
	font-style: oblique;
	background: transparent;
	
	position: absolute;
	bottom: 15px;
	margin-left: 365px;
	
/*	border: solid red 1px; */
	
	width: 315px;
	text-align: left;
	margin-bottom: 20px;
	max-height: 405px;	
	padding: 1px;  /* THIS IS NEEDED FOR OVERFLOW: AUTO TO WORK CORRECTLY! */
	z-index: 1;
	padding-right: .8em;
}

#content p {
	text-align: justify;
}

#outer_container {
	position: absolute;
	bottom: 1%;
	width: 100%;
}

#container {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 677px;
	height: 588px;
	background: url(/images/bg.jpg) no-repeat;
	padding: 0 20px;
	bottom: 20%;
}

#menu {
	padding-top: .7em;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Trebuchet;
	font-style: normal;	
}

#menu a.large_button {
	margin-top: 7px;
}

#menu a {
	margin: 0;
	padding: 0;
	height: 72px;
	display: block;
	float: right;
	
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu a:hover {
	background-position: 0 -72px;
	background-repeat: no-repeat;
}

/* #spacer {
	height: 85px;
	width: 100%;
	clear: both;
	float: right;
	border: solid orange 1px;
}*/

a#small_home_button {
	background-image: url('/images/buttons/small/home.png');
	width: 88px;
}

a#large_home_button {
	background-image: url('/images/buttons/large/home.png');
	width: 129px;
}

a#small_quotes_button {
	background-image: url('/images/buttons/small/quotes.png');
	width: 104px;
}

a#large_quotes_button {
	background-image: url('/images/buttons/large/quotes.png');
	width: 154px;
}


a#small_stuff_button {
	background-image: url('/images/buttons/small/stuff.png');
	width: 77px;
}

a#large_stuff_button {
	background-image: url('/images/buttons/large/stuff.png');
	width: 113px;
}

a#small_contact_button {
	background-image: url('/images/buttons/small/contact.png');
	width: 112px;
}

a#large_contact_button {
	background-image: url('/images/buttons/large/contact.png');
	width: 169px;
}

textarea {
	font-family: sans-serif;
	font-style: oblique;
	font-size: .9em;
	width: 98%;
	height: 5em;
}
