/* OutSound Productions Style Sheet */

body {
	margin:0;padding:0;
	text-align:center;
	background: #CCCCCC url(../media/images/bg_grad.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

.pageContainer {
	margin: 0 auto;padding:0;
	background: #0C0C0C url(../media/images/bg_bodyBackground.jpg) repeat-y;
	width: 800px;
	text-align:left;
 	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.pageHeader {
	margin:0 0 5px 68px;padding:0;
	width:668px;
	background-color:#495057;
}

.headerCont {
	margin:0;padding: 0 0 0 10px;
	width: 650px;
}

.headerLeft {
	margin:0;padding:0;
	display:inline;
	width:315px;
	float:left;
	text-align:left;
}

.headerRight {
	margin:0;padding:0;
	display:inline;
	width:315px;
	float:right;
	text-align:right;
}

.pageBody {
	margin: 25px 0 5px 68px;padding:0;
	width:668px;
	background-color:#484F55;
	color:#000000;
	text-align:right;
}

.bodyCont {
	margin:0;padding:0;
	width: 668px;
	background: transparent url(../media/images/bg_bodyCopy.gif) repeat-y top;
	text-align:left;
}

.bodyContCopy {
	margin: 0 0 0 25px;padding:0;
	width:620;
}

.bodyContHeader {
	margin:0;padding:0;
	width: 668px;height:25px;
	background: transparent url(../media/images/bg_bodyHeader.gif) repeat-y top;
}

.bodyContFooter {
	margin:0;padding:0;
	width: 668px;height:32px;
	background: transparent url(../media/images/bg_bodyFooter.gif) repeat-y bottom;
}

.pageTitle {
	margin: 0 10px 0 0;padding:0;
	position:relative;
	color:#FFFFFF;
	font-size:22px;
	font-weight:100;
}

.bodyTitle {
	margin:0;padding:0;
	color:#000000;
	font-size:18px;
	font-weight:100;

}

.horzRule {margin: 0;padding:0;border-top: 1px solid #0C0C0C;width:620px;}
p {margin-left: 10px; margin-right:10px;padding:0;}

a.link {color:#000000; text-decoration:underline;}
a.active {color:#000000; text-decoration:underline;}
a.visted {color:#000000; text-decoration:underline;}
a.hover {color:#000000; text-decoration:none;}

a.headerLink:link {text-decoration:none;}
a.headerLink:active {text-decoration:none;}
a.headerLink:visted {text-decoration:none;}
a.headerLink:hover {text-decoration:underline;}