@charset "UTF-8";

body  {
	background-color: #320903;
	margin:0;
	padding:0;
}
.twoColFixRtHdr #container {
	text-align: left;
} 
.twoColFixRtHdr #navwrap {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	background-color: #1c2c14;
	width: 100%;
} 
.twoColFixRtHdr #wrapper {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
.twoColFixRtHdr #header h1 {
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	background-image: url(../images/module2.png);
	background-repeat: no-repeat;
	height: 665px;
	width: 312px;
}
.twoColFixRtHdr #shadow {
	background-image: url(../images/nav_shadow.png);
	background-repeat: repeat-x;
	width: 100%;
}
.twoColFixRtHdr #top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 125px;
}
.twoColFixRtHdr #middle {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}
 ul#tabs li {
	background: url(../images/navigation_sprite.png) no-repeat;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
}  
.twoColFixRtHdr #navigation {
	width: 100%;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	height: 30px;
}
.twoColFixRtHdr #mainContent {
	width: 522px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #tabs a {
	height: 100%;
	width: 100%;
	text-indent: -9000px;
	display: block;
}
.twoColFixRtHdr li#home:hover {
	background-position: 0px -60px;
}
.twoColFixRtHdr li#topics:hover {
	background-position: -100px -60px;
}
.twoColFixRtHdr li#video:hover {
	background-position: -200px -60px;
}
.twoColFixRtHdr li#about:hover {
	background-position: -300px -60px;
}
.twoColFixRtHdr li#blog:hover {
	background-position: -400px -60px;
}
.twoColFixRtHdr li#contact:hover {
	background-position: -500px -60px;
}
.twoColFixRtHdr li#home.current, li#home:active {
	background-position: 0px -30px;
}
.twoColFixRtHdr li#topics.current, li#topics:active {
	background-position: -100px -30px;
}
.twoColFixRtHdr li#about.current, li#about:active {
	background-position: -300px -30px;
}
.twoColFixRtHdr li#blog.current, li#blog:active {
	background-position: -400px -30px;
}
.twoColFixRtHdr li#contact.current, li#contact:active {
	background-position: -500px -30px;
}
.twoColFixRtHdr li#video.current, li#video:active {
	background-position: -200px -30px;
}
.twoColFixRtHdr li#home {
	background-position: 0px 0px;
}
.twoColFixRtHdr li#topics {
	background-position: -100px 0px;
}
.twoColFixRtHdr li#video {
	background-position: -200px 0px;
}
.twoColFixRtHdr #portrait {
	height: 221px;
	width: 180px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr li#about {
	background-position: -300px 0px;
}
.twoColFixRtHdr #footnote {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	margin-top: 7px;
}
.twoColFixRtHdr #footnote p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #A2A0A0;
	font-size: 13px;
	display: inline;
	margin-left: 10px;
}
.twoColFixRtHdr #footnote a {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B6B4B4;
	font-size: 13px;
}
.twoColFixRtHdr li#blog {
	background-position: -400px 0px;
}
.twoColFixRtHdr li#contact {
	background-position: -500px 0px;
}

/* CSS Document */
	blockquote.quotation {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	color: #b6b4b4;
}
.twoColFixRtHdr .sidequote {
	margin-right: 65px;
	margin-left: 40px;
	padding-top: 15px;
}
p.speaker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #476289;
}
.twoColFixRtHdr    p.content   {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b6b4b4;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 45px;
}
.twoColFixRtHdr #bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 75px;
}
.twoColFixRtHdr #topAbout {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	height: 125px;
}
.twoColFixRtHdr #topTopics {
	background-image: url(../images/topics.png);
	background-repeat: no-repeat;
	height: 125px;
}
.twoColFixRtHdr  h2  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #476289;
	font-weight: lighter;
	padding-top: 10px;
	padding-left: 70px;
}
.twoColFixRtHdr #topVideo {
	background-image: url(../images/videos.png);
	background-repeat: no-repeat;
	height: 125px;
}
.twoColFixRtHdr #wrapperVideo {
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
.twoColFixRtHdr #mainContentVideo {
	width: 818px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #middleVideo {
	background-image: url(../images/videos_middle.png);
	background-repeat: repeat-y;
}
.twoColFixRtHdr #mainContentVideo h2 {
	margin: 0px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #bottomVideo {
	background-image: url(../images/videos_bottom.png);
	background-repeat: no-repeat;
	height: 75px;
}
.twoColFixRtHdr .player {
	text-align: center;
}
.twoColFixRtHdr #topContact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	height: 125px;
}
.twoColFixRtHdr  div#contact {
	text-align: center;
}
.twoColFixRtHdr  div#contact p  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #A2A0A0;
	font-size: 13px;
	padding-left: 40px;
}
.twoColFixRtHdr  div#contact a  {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B6B4B4;
	font-size: 13px;
	padding-bottom: 10px;
	display: inline;
}
#links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B57901;
}
#links {
	margin-top: 10px;
	text-align: center;
}

.topicsQuote {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	color: #b6b4b4;
}
