@charset "UTF-8";
/* CSS Document */

/* Global Variables */
body {
	background-color:#ffffff;
	margin:0;
}

p, h1, h2, h3, h4, h5, h6 {margin:0 0 0 0; padding:0 0 0 0; }

h1 {line-height:36px;}

a:link { color:#993300; text-decoration:none; }
a:visited { color:#993300; text-decoration:none; }
a:hover { color:#663300; text-decoration:underline;  }
a:active {color:#993300; text-decoration:none; }

/* Site Structure */


#container {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
	border:2px #946378 solid;
}

#top {
	width:900px;
}

#main {
	width:900px;
}

#content {
	float:left;
	width:625px;
	padding-right:10px;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:125%;
	letter-spacing:.75px;
	min-height:500px;
}

#search{
	float:right;
	margin-top:30px;
	margin-right:10px;
	margin-left:10px;
}

#search2{
	float:right;
}

#right {
	float:right;
	width:240px;
}

#footer {
	width:900px;
	border-top:3px #946378 solid;
}

#thumb{
	width:150px;
	float:left;
	text-align:center;
	
}

.clearfloats {
	clear:both;
}

.clearleft{
	clear:left;
}

/* Classes */

.item{
	width:238px;
	margin-right:0px;
}

.bdr {
	padding:3px;
	border:2px #663300 solid;
	margin:10px 10px 10px 10px;
}

.th_bdr {
	padding:3px;
	border:2px #663300 solid;
	margin:2px 2px 2px 2px;
}

.dashed {
	padding:4px;
	border:3px #DE7863 dashed;
	margin: 10px 10px 10px 10px;
}

.small {
	font-size:small;
}

.subscribe {
	font-size:24px;
	padding-top:50px;	
}

.subscribe2 {
	text-align:center;
	font-size:24px;
	padding-top:20px;
}

.thumb{
	width:150px;
	height:175px;
	float:left;
	text-align:center;
	margin:0 5px 5px 0;
}

img.special {
	border: 3px #946378 solid;
}

.right{
	float:right;
}

.left{
	float:left;
}

.right_img{
	margin-top:20px;
	margin-bottom:20px;
}

/* Search Box Styles*/
#search input, #search2 input {
	background-color:#F0F1C5;
}