/* BeagleDance.com CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/layout/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF9D3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
a:link, a:visited {
	color: #CB2121;
}
a:link, a:visited {
	color: #CB2121;
	text-decoration:underline;
}
hr {
	color: #f1d875;
}
h1 {
	font-size: 21px;
	font-weight: 900;
	margin: 0px;
	margin-bottom: 4px;
}
h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	/*margin-bottom: 6px; */
}
h4 {
	font-size: 12px;
	font-weight: 700;
	margin: 0px;
	/*margin-bottom: 6px; */
	margin-top:6px;
}
p {
	line-height: 21px;
}
#headpromo {
	height: 103px;
	text-align: left;
	vertical-align: bottom;
}
#headspace {
	padding-bottom: 60px;
}
#container {
	text-align: center;
	width: 935px;
	padding: 0;
	margin: 0;
}
#pagecontent {
	width: 739px;
	float: left;
	/* padding-top: 60px; */
	padding-bottom: 15px;
	padding-right: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9933;
}
#rightpane {
	width: 170px;
	float: right;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
}
#footer {
	width: 935px;
	background-image: url(/images/layout/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-top: 1px solid #663300;
	text-align: center;
	font-size: 11px;
}
#photo {
	text-align: center;
	background-color: #faedb2;
	border: 1px solid #f1d875;
	width: 610px;
	padding: 5px;
}
#photo img {
	border: 3px solid #333333;
}
#callout {
	text-align: center;
	background-color: #faedb2;
	border: 1px solid #f1d875;
	/* width: 610px; */
	padding: 5px;
}
.blue {
	color: #3298eb;
	font-weight: bold;
}
.tips {
	color: #3298eb;
	font-weight: 500;
	font-style: italic;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #CC3300;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB0B0;
	border-right-color: #880000;
	border-bottom-color: #5B0000;
	border-left-color: #FF5555;
}