body {

	background-color:#252D49;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.74em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;

}

#container {

	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;

}

#header {

	width:700px;
	background-color:#252D49;
	height:173px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;

}

#header p {

	padding:5px;
	margin:0;
	margin-left:280px;
	margin-right:10px;
	text-indent:5px;

}

#header h1 {

	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:65px;
	padding-left:325px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;

}

#main_menu {

	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:center;
	color:#ffffff;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;

}

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;

}

#main_menu a:hover {
	color:#ffffff;

}

.media {

	border-right:2px solid #ffffff;
	float:left;

}

#sidebar {

	width:174px;
	border:1px solid #cccccc;
	float:right;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	height:300px;
}

#sidebar_half {

	width:344px;
	border:1px solid #cccccc;
	float:right;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	height:340px;
}

.sidebar_title {
	width:174px;
	height:30px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	border:none;
	background-color:#252D49;
	font-variant:small-caps;
	
}

.sidebar_title_half {
	width:344px;
	height:30px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	border:none;
	background-color:#252D49;
	font-variant:small-caps;
	
}
	

.article {

	width:495px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	height:280px;

}

.article_full {

	width:678px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	min-height:450px;
}

.article_half {

	width:324px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	height:320px;
}

h1,h2,h3 {	

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:24px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url("images/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;

}

.bottom {

	text-align:center;
	padding:5px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	
}

.bottom-images {

	border: 1px double #000000;
	margin: 5px 2px 0px 2px;
}

.copyright {

	text-align:center;
	padding:10px;
	margin-bottom:10px;
	font-variant:small-caps;
	
}

a {
	color:#000099;
	text-decoration:none;
}

ul {
line-height:20px;
margin-bottom:10px;
}

.tv {
margin-left:60px;
width:600;
height:450px;
background-image:url(video/images/tv.png);
background-repeat:no-repeat;
padding: 35px; 0px; 0px; 35px;

}


.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}