*{
	margin:0;
	padding:0;
}

p, ul, ol, dl {
	text-align:left;
	list-style:none;
}

img { border:0; }

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

q:before, q:after { content:''; }

a:link {
	color: #7f0b3a;
	outline:none;
	text-decoration:none;
}

a:visited {
	color: #7f0b3a;
	outline:none;
	text-decoration:none;
}

a:hover {
	outline:none;
	text-decoration:underline;
}

a:active {
	color: #7f0b3a;
	outline:none;
}

a:focus {
	color: #7f0b3a;
	outline:none;
}

:focus {
	-moz-outline-style:none;
	outline:none;
}

a {
}

body {
	color:#7f0b3a;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height:1;
	font-size:14px;
}

hr{
	border-top: 1px solid #efefef;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin:20px 0 15px 0;
}

p {
	margin:5px 0;
	font-size:14px;
}

h2 { 
	font-size:18px;
}

h3 { 
	font-size:18px;
	color:#000;
}

h4 { 
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform: uppercase;
}

#container{
	background-color:#fff;
	float:left;
	width:550px;
	margin:20px 0 0 0;
	border-left:275px solid #fff; /* The width and color of the left rail */
	border-right:375px solid #fff; /* The width and color of the right rail */
}
#leftContent{
	position:relative;
	background: url( '/newdesign/images/bg_leftgradient.jpg' ) no-repeat;
	float:left;
	width:260px;
	margin-left:-280px;
	padding:10px;
	min-height:600px;
	height:auto !important;
	height:600px;
}
#content{
	float:left;
	width:515px;
	margin-right:-545px;
	padding:30px 15px 10px 15px;
}
#rightContent{
	position:relative;
	background: url( '/newdesign/images/bg_rightgradient.jpg' ) no-repeat;
	float:right;
	width:255px;
	margin-right:-275px;
	padding:30px 10px 10px 15px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#navigation hr{
	border-top: 1px solid #efefef;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 7px 0;
}

#leftContent .navigationText {
	font-size:14px;
}

#leftContent .navigationInset {
	margin-left:11px;
	margin-right:8px;
}

#content p{
	margin:5px 0 10px 0;
	line-height:20px;
}

ul,ol{
	margin:20px 0;
}
ul,ol,li{
	margin-left:10px;
	list-style:disc;
	list-style-image:url( '/newdesign/images/css_list_bullet.jpg' );
}

#content #regContent p{
	color:#999999;
	font-size:12px;
	margin:10px 0;
	line-height:20px;
}

#content #regContent ul,ol,li{
	color:#999999;
	font-size:12px;
	line-height:20px;
}

.postDate {
	color:#999999;
	font-size:12px;
	margin:5px 0 15px 0;
}

#content #regContent h4 a{
	margin:20px 0;
}

h3 a:link,h3 a:visited,h3 a:hover{
	color:#000;
}

h4 a:link,h4 a:visited,h4 a:hover{
	color:#000;
}

#mostRecentVideos{
}

#mostRecentVideos p {
	font-size:12px;
	line-height:18px;
}

.textAlignRight {
	text-align:right;
}

input.searchInput { 
width:140px;
} 

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	margin-left: 0;
	padding: 0 5px 0 7px;
	border-left: 1px solid #999999;
	list-style: none;
	display: inline;
	}
	
		
#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}