body {
	color: #363636;
	font-family: Georgia, serif; 
	font-size: .82em;
	line-height: 130%;
	background-color: #17001D;
	background-image: url(/images/body-bckgrnd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}

/* TYPOGRAPHY */	
p {
	margin: 0 0 14px 0;
}
	
h1 {
	font-size: 1.38em;
	font-weight: normal;
	color: #593966;
	padding: 0 0 1.3em 0;
}
	
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #593966
}	

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #bd8cbf;
	padding: 0 0 1.3em 0;
}

.left {
	float: left;
	width: 300px;
	position: relative;
}

.right {
	float: right;
	width: 290px;
	position: relative;
}

.purple {
	color: #593966;
}

/* PAGE DIVS  */	
	
#wrap { 
	position: relative;
	min-width: 100%;
	margin: 0 auto;
}

#header {
	width: 660px;
	margin: 30px auto 0 auto;
}

#intro {
	background-image: url(/images/intro-bkgrnd.gif);	
	background-repeat: repeat-x;	
	width: 660px;
	height: 158px;
	margin: 0 auto;
	padding: 33px 0 0 0;
}

#content {

	height: 165px;
	width: 620px;
	margin: 0 auto;
	padding: 20px;
	background-color: white;
	text-align: left;

}

#bottom-wrap {
	margin: 0 auto;
	width: 660px;
}

#contact {
	float: left;
	text-align: left;
	border-right: 1px solid #17001d;
	border-top: 1px solid #17001d;
	padding: 20px; 
	height: 198px; 
	width: 289px; 
	background: url(/images/left-corner.gif) no-repeat; 
	background-position: left bottom;
	background-color: #3f2147;
}

#contact img {
	margin: 0 0 20px 0;
}
	
#signup {
	float: left;
	background-image: url(/images/right-corner.gif); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	text-align: left;
	border-top: 1px solid #17001d;
	padding: 20px; 
	height: 198px; 
	width: 290px; 
	background-color: #3f2147;
	}

#contact p, #signup p{
	color: #bd8cbf;
}

#contact a, #contact a:visited {
color: #bd8cbf;
	text-decoration: none;
}
	
#contact a:hover {
	color: #fff;
	text-decoration: underline;
}

	
#footer {
	color: #4e3456;
	font-size: .82em;
	padding: 30px 0;
	clear: both;
}

#footer p {
	margin-top: 10px;
	line-height: 150%;
}

#footer a, #footer a:visited {
	color: #4e3456;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* FORM */

form#subscribe {
	border-color: #adadaf;
	margin: 0 10px 0 0;
}

form#subscribe label {
	clear:left; 
	display:block; 
	float:left; 
	width:90px; 
	text-align:left;
	padding-left:10px; 
	color:#bd8cbf; 
	margin-bottom:0.5em;
	line-height:1.8em; 
	font-style: italic;
}

form#subscribe input {
	height: 21px;
	padding:0; 
	margin-bottom:0.7em;
}

#button1 { 	
	text-decoration: underline; 	
	font-family: Georgia, "Times New Roman", Times, serif; 	
	font-style: italic; 	
	background:#3f2147;
	color: #bd8cbf;
	border: 0; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:80px; 
	margin-right:65px;
	float: right;
	}
	
#button1 a:hover{
	color: #fff;
	text-decoration: none;
}	

.subscribed a {
	color: #bd8cbf;
	text-decoration: underline;
}

.clear {
	clear: both;
}