* {
	margin:0;
	padding:0;
}

a {
	cursor:pointer;
	text-decoration:none;
}

ul {
	list-style:none;
}

h1 {
	text-indent:-9999px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#b40300;
	font-family:Tahoma;
	text-align:left;
	height:30px;
}

h3 {
	clear:both;
	padding:1px;
	font-size:11px;
	font-weight:normal;
}

input, img, a {
	border:0;
	outline:none;
}

html, body {
	height: 100%;
}

html {
	overflow-y:scroll;
}

body {
	color:#434343;
	background-color:#a8ddf1;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.body_left{
	background-image:url(/images/body_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.body_right{
	background-image:url(/images/body_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#container {
	width:900px;
	position: relative;
	background-color:#b9d5e1;
}	
	
#rightbg {
	top:0;
	right:-53px;
	width:53px;
	height:134px;
	z-index:9;
	position:absolute;
	background:url(/images/body_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
	
#header {
	height:272px;
	position:relative;
	background:url(/images/headerpreview.jpg) no-repeat;
	background-color:#ffffff;
}
		
#left {
	float:left;
	width:400px;
	height:305px;
	background-image:url(/images/content_previewbg.jpg);
	display:block;
	padding-left: 10px;
}

#mid {
	float:left;
	width:490px;
	height:302px;
	background-image:url(/images/content_previewbg.jpg);
}

#item {
	padding-left:0px;
}

#right {
	float:left;
	height:175px;
	overflow-y:auto;
	overflow-x:hidden;
	position:relative;
	background-color:#ffffff;
}

#rightinner {
	float:left;
	background-color:#ffffff;
	width:900px;
	margin-top: 10px;
}
	
.livecams {
	margin-top:12px;
}

.btn-content {
	float:left;
	clear:both;
	width:333px;
	height:63px;
	display:block;
	margin:8px 0 0 80px;
	font-weight:bold;
	background:url(/images/btn-content.gif) no-repeat;
	border:2px solid #ffffff;
}
.related {
	width:200px;
	float: left;
	margin-left: 13px;
	margin-right: 10px;
}

.related a {
	color:#07678f;
	font-weight:bold;
	font-size:11px;
}

.related .pic {
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.smallitem {	
	color:#07678f;
	font-weight:bold;
	font-size:10px;
	width:175px;
	position:relative;
	margin-left:8px;
	

}
	
.image {
	width:175px;
	height:104px;
	border:1px solid #4f4f4f;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	float:left;
	margin-right:15px;
}
	