body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

/* General styles */
body {
	font-family: arial, sans-serif;
	background-color: #000000;
}

#title {
	background: url('../meniscus-header.png') top center no-repeat;
	width: 100%;
	height: 150px;
}
	
hr {
	border: 0;
	border-bottom: 1px dotted #7a572f;
}

#toptext {
	margin:7px 0 7px 0;
	text-align:center;
}

p {
	font-size: 13px;
	line-height:15px;
	color: #FFFFFF;
	margin-bottom:8px;
}

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

p a:hover { color:#7a572f; }

h3 a { color:#fff; text-decoration:none; width:100%; border: 1px solid #c2955f; display:block; padding:5px 0 5px 0; background-color: #7a572f; }
h3 a:hover { color:#000; }

p.primary { color:#c2955f; font-weight:bold; }