@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-color: #fcf6e7;
}
#container {
	width: 800px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background.jpg);
	border: 0px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
}

#nav {
	width: 200px;
	position: absolute;
	left: 40px;
	top: 150px;
	
	
}

.cssbutton{
	background-color: #fcf6e7;
	border: 2px outset #fcf6e7;
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	width: 150px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin: 8px;
	float: left;
}

.cssbutton:visited{
	color: black;
	width: 150px;
}

.cssbutton:hover{
	border-style: inset;
	background-color: #fcf6e7;
	width: 150px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 5px;
}

.cssbutton:active{
	color: black;
	width: 150px;
}

#main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 490px;
	padding: 0 0 10px 0;
	position: relative;
	display: inline-block;
	margin-left: 250px;
}


#footer {
	width: inherit;
	position: relative;
	left: 0px;
	bottom: 0px;
	text-align:center;
	clear:both;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c09d67;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;

}

strong em	{
	display:inline
}

a:visited {
	color: #c09d67
}

a:hover {
	color: #000
}

#footer a {
	margin-right: 20px;
	margin-left: 20px;
}

.inlinepicrt	{
	margin: 0 5px 0 10px;
	border: 0;
	float:right;
}

.inlinepiclt	{
	margin: 0 10px 0 5px;
	border: 0;
	float:left;
}

.blockpic	{
	display:block;
	margin-bottom: 15px;
}

.links	{
	list-style-type:none;
}

blockquote	{
	font-style: italic;
	line-height: 180%;
	font-weight: lighter;
}

.defs {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:180%;
}

h1	{
	line-height: 130%
}

h2	{
	line-height: 130%
}

h3		{display:inline
}

p	{font-weight: 500
}

.thumbs {
	padding: 10px 0px 20px 0px;
	clear:both;
}
.thumbs img {
	margin-right: 5px;
	margin-bottom: 25px;
}

.pics	{
	vertical-align:top;
	margin:5px;
}
#secondary {
	width: 200px;
	margin-left: 40px;
	top: -80px;
	position: relative;
	
}

.tinytext {
	position:relative;
	top:-15px;
	font-size:10px;
}

.tinytext a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight:lighter;
	color: #000;
	margin: 0px;
}
.signup {
	clear: none;
	float: right;
	width: 250px;
	position: relative;
	top: 5px;
}
#container #main .signup p {
	color: #F00;
	font-size: 12px;
}

