body {
	background-image: url(/recorder/assets/images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.header {
	background-image: url(/recorder/assets/images/header-bg-small.jpg);
	height: 275px;
	width: 960px;
	clear: both;
	cursor: pointer;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.navigation {
	height: 205px;
	width: 960px;
	clear: both;
	background-image: url(/recorder/assets/images/navigation-bg.gif);
}
.navigation a {
	color: #660000;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}

.content a {
	color: #990000;
}

.navigation .home {
	width: 250px;
	height: 140px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	padding-bottom: 20px;
}
.navigation .home a img{
	border: none;
}
.navigation .search {
	width: 310px;
	height: 140px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 40px;
	float: left;
	margin: 0px;
	padding-bottom: 20px;
}
.navigation .search li a {
	cursor:url(/recorder/assets/images/pointer.png), crosshair;
	cursor:url(/recorder/assets/images/magnify.cur);
}
.navigation .about {
	width: 250px;
	height: 140px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	padding-bottom: 20px;
}
.navigation .about a img{
	border: none;
}
.footer {
	height: 20px;
	clear: both;
	background-image: url(/recorder/assets/images/footer-bg.jpg);
	list-style-type: none;
	padding-top: 30px;
	text-align: center;
	background-color: #6C0000;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin: 0px;
}
.content {
	width: 960px;
	background-repeat: repeat-y;
	float: left;
	background-image: url(/recorder/assets/images/content-bg.jpg);
	background-position: center;
	line-height: 1.5em;
}
.content-top {
	background-image: url(/recorder/assets/images/content-top-bg.jpg);
	height: 150px;
	width: 960px;
}

.content .main {
	float: left;
	clear: left;
	width: 700px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	margin-top: -135px;
}
.content .main h1 {
	margin: 0px;
	font-size: 36px;
	line-height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content .main h2 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #b70707;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content .main h3 {
	margin: 0px;
	color: #2A2A2A;
	padding-top: 10px;
}
.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



.content .main p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.video {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}



.content .side-bar {
	float: right;
	clear: right;
	width: 200px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	color: #FFF;
	line-height: 20px;
	margin-top: -135px;
}
.side-bar a {
	color: #FFF;
}
.content .side-bar h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content .side-bar p {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.content .side-bar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}



.footer li {
	display: inline;
}
.footer li a {
	color: #6C0000;
	text-decoration: none;
}


.navigation ul {
	list-style-type: none;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
.red, .red a {
	color: #F00;
}
.grave-search {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.divider {
	background-image: url(/recorder/assets/images/divider-bg.jpg);
	height: 30px;
}
.news {
	line-height: normal;
}

.text-resize{
	position: absolute;
	top: 0px;
	margin-left: 852px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 100;
	height: 30px;
	background-color:#000;
}

a img {
	border: none;
}

