/* gypsyhands dance site stylesheet */

	body {
	margin: 0px;
	padding: 0px;
	background: #977e3a url(../images/i_sideimage.gif) repeat-y left top;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #000;  
	font-size: 12px;

}

#mainwrap {
	width: 725px;
	margin: 0 0 0 150px;
	padding: 0;
	text-align: left;
	background: #eae5d8;

}

#mainwrap_flash {
	width: 725px;
	margin: 0 0 0 150px;
	padding: 0;
	text-align: left;

}

#header {
	height: 220px;
	width: 800px;
	margin: 0;
	padding: 0;
	background: #977e3a url(../images/bd_header.gif) no-repeat left top;
}

#menu {
	height: 50px;
	text-align: left;
	padding:  185px 0 0 60px;
	margin: 0;

}


#content {
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
}



#left {
	float: left;
	width: 420px;
	margin: 10px 0 40px 30px;
	padding: 0;
}

#right {
	width: 150px;
	margin: 10px 0 40px 515px;
	padding: 10px 0 0 0;
}

#footer {
	clear: both;
	height: 200px;
	width: 800px;
	margin: 0;
	padding: 0;
	background: #977e3a url(../images/bd_footer.gif) no-repeat left bottom;
}

/* text */

p {
	font-family: "Times New Roman", Times, serif;
	color: #333333;  
	font-size: 13px;
	line-height: 17px;
}

ul {
	margin: 0;

}

li {
	font-family: "Times New Roman", Times, serif;
	color: #333333;  
	font-size: 12px;
	line-height: 19px;
}

a {
	font-family: "Times New Roman", Times, serif;
	color: #993300;
	text-decoration: none;
}

a:hover {
	background-color: #993300;
	color: #fff;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #993300;  
	font-size: 17px;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;  
	font-size: 15px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #993300;  
	font-size: 13px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;  
	font-size: 13px;
	font-style: italic;
	margin-top: 5px;
}

#menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;  
	font-size: 13px;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 25px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #993300;
	background-color: transparent;
	text-decoration: underline;
}

#footer p {
	font-size: 12px;
	margin: 5px 0 0 30px;
}

.line {
	border-bottom: 1px solid #993300;
}
