.bold{font-weight:700;}
.clear{clear:both;}
.lfloat{float:left;}
.rfloat{float:right;}
.red {color:red;}

body {
	background:#000;
	background-image:url(/images/bg_page.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
	padding:0;font:12px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#pageContainer {
	text-align:center;
	margin:0 auto;
	width:800px;
}

#templateContainer {
	clear:both;
	width:800px;
	text-align:left;
	overflow: hidden;
}

.cntnt {
	width:740px;
	_width:800px;
	padding:10px 30px 0 30px;
	text-align:justify;
	min-height:550px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.cntnt_home {
	width:780px;
	_width:800px;
	padding:0 10px 0 10px;
	text-align:left;
	min-height:550px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#nav{
	background-image:url(../images/bg_nav.gif);
	background-repeat:no-repeat;
	height:35px;
}

#nav ul{
	list-style-type:none;
	margin:0 0 0 25px;
	padding:8px;
}

#nav ul li{
	font-size:14px;
	float:left;
	display:block;
	margin-left:15px;
	padding-right:15px;
	text-transform:uppercase;
}

#nav a{
	color:#1d3b55;
	text-decoration:none;
}
#nav a:hover{
	color:#1d3b55;
	text-decoration:underline;
}
#networks{
	background-image:url(../images/bg_networks.gif);
	background-repeat:no-repeat;
	height:35px;
	color:#FFF;
	text-align:left;
	padding:0 20px 0 20px;
	line-height:30px;
}

h1 {margin:0 0 5px 0;font-size:16px;display:block;border-bottom:solid 1px;}
h2 {margin:0 0 5px 0;font-weight:bold;font-size:12px;display:block; text-transform:uppercase;}

.question{
	font-weight:700;
	margin-bottom:5px;
	color:#1d3b55;
}
.answer{
	color:#707070;
}
.answer span{
	font-weight:700;
}

.twitter{
		float:right;
        width:360px;
        height:55px;
		margin:30px 20px 0 0;
		font-size:10px;
}

#twitter_update_list {
        margin: 0;
}

#twitter_update_list li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        color:white;
}

#twitter_update_list li a {
        color: #fef07d;
}

.video{
	background-image:url(../images/bg_video_2.gif);
	background-repeat:no-repeat;
	width:360px;
	height:310px;
	float:left;
}

.video_header{
	height:40px;
	width:280px;
	margin-left:50px;
	font-size:24px;
	text-align:center;
}