/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}

body{
	background: url(./themes/site_themes/737/img/background.png);
	font-family:Georgia;
	font-size:14px;
	color: #ffffff;
}
a {text-decoration:none;}
a img{border:none;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both}


/* Structure*/
#container {
	width: 839px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
}

#header h1 {
	background-image:url(./themes/site_themes/737//img/logo.png);
	background-repeat:no-repeat;
	height: 135px;
	width: 666px;
	float: left;
	text-indent: -5000px;
}

#next-date {
	background-image:url(./themes/site_themes/737//img/next-date.png);
	background-repeat:no-repeat;
	height: 70px;
	width: 169px;
	font-size:16px;
	float: right;
}

#videos {
	width: 325px;
	float: left;
	background-image: url(./themes/site_themes/737//img/videos.png);
	border: 1px #fe2a00 solid;
}

#main {
	width: 500px;
	float: right;
	background-image: url(./themes/site_themes/737//img/main.png);
	border: 1px #ffa44b solid;
}

#pictures {
	float: left;
	width: 200px;
	padding-left: 2px;
}

#pictures img {
	padding-top: 2px;
	padding-bottom: 2px;
}

#main-content {
	float: right;
	width: 298px;
}

.article {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/*content*/
h2 {
	font-size:20px;
	font-family:Trebuchet MS;
	text-decoration: underline;
	padding-bottom: 15px;
}