body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 12px;
	color: #333;
}
body {
	margin: 0px;
	background-color:#a8c5e7;
	background-image: url(images/bak.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top;
	background-size:cover;
}
a:link, a:visited {
	text-decoration: none;
	color: #006;
}
a:hover, a:active {
	color: #C00;
}
h1 {
	font-size: 16px;
	color: #333;
	margin-left:10px;
	text-align:center;
	margin:0px;
}
h2 {
	font-size: 14px;
	color: #333;
}
h3 {
	font-size: 13px;
	color: #333;
}
h4 {
	font-size: 12px;
	color: #333;
}

.rap {
	width:950px;
	margin:3px auto 30px auto;
	background-image:url(images/trans30.png);
	-moz-box-shadow: 0 0 0.6em black;
	-webkit-box-shadow: 0 0 0.8em black;
	box-shadow: 0 0 0.8em black;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
	color: #333;
}

.header {
	text-align:center;
	vertical-align:middle;
	margin:0 auto 0 auto;
	padding:5px;
	max-width:990px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
a.logo{
	display:block;
	color:#009;
	height:77px;
	background-image:url(images/bb-cam.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:#009 solid 1px;
	-webkit-box-shadow: 0 0 6px black;
	box-shadow: 0 0 6px black;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.maincontent {
	border:#9CF solid 0px;
}
.leftcontent {
	font-size: 11px;
	float:left;
	width:130px;
	margin:5px 0px 5px 10px;
	text-align:center;
	vertical-align:middle;
	min-height:377px;
	padding:3px;
	background-image:url(images/transdkblue10.png);
	border:#009 solid 1px;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-border-radius: 20px;
	border-radius: 15px;
}
.centercontent {
	float:left;
	margin:5px 10px 0px 10px;	
	width:625px;
	min-height:353px;
	padding:3px;
	text-align:center;
	
	background-image:url(images/trans30.png);
	border:#009 solid 1px;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-border-radius: 15px;
	border-radius: 15px;

}
img.cam {
        width: 580px;
	margin:10px;
	border:#006 10px solid;
	-webkit-border-radius: 3px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}

.rightcontent {
	float:left;
	font-size: 11px;
	width:130px;
	margin:5px 0px 5px 0px;
	text-align:center;
	min-height:377px;
	padding:3px;
	background-image:url(images/transdkblue10.png);
	border:#009 solid 1px;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-border-radius: 20px;
	border-radius: 15px;
}
.clear {
	clear:both;
	height:1px;
}
.footer {
	height:156px;
	background-image:url(images/footerbak.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}
.innerfooter {
	padding-top:40px;
	text-align:center;
	border:#009 solid 0px;
	font-size:14px;
}


a.sidecontent:link, a.sidecontent:visited {
	width:90%;
	margin:5px auto 0 auto;
	border: #006 solid 1px;
	display:block;
	font-size:14px;
	text-decoration:none;
	-webkit-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
	-webkit-border-radius: 10px;
	border-radius: 4px;
	font-weight:bold;
	padding:3px;
	color:#006;
	background-image:url(images/buttonup.png);
	
	 background-color: hsl(201, 100%, 30%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399"); background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399)); background-image: -moz-linear-gradient(top, #00a5ff, #006399); background-image: -ms-linear-gradient(top, #00a5ff, #006399); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399)); background-image: -webkit-linear-gradient(top, #00a5ff, #006399); background-image: -o-linear-gradient(top, #00a5ff, #006399); background-image: linear-gradient(#00a5ff, #006399); border-color: #006399 #006399 hsl(201, 100%, 25%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}
a.sidecontent:hover, a.sidecontent:active {
	border: #006 solid 1px;
	-webkit-box-shadow: 0 0 1px black;
	box-shadow: 0 0 1px black;
	color:#009;
	background-color:#FFF;
	background-image:url(images/buttondown.png);
	
	 background-color: hsl(201, 100%, 37%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23b2fe", endColorstr="#007abc"); background-image: -khtml-gradient(linear, left top, left bottom, from(#23b2fe), to(#007abc)); background-image: -moz-linear-gradient(top, #23b2fe, #007abc); background-image: -ms-linear-gradient(top, #23b2fe, #007abc); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23b2fe), color-stop(100%, #007abc)); background-image: -webkit-linear-gradient(top, #23b2fe, #007abc); background-image: -o-linear-gradient(top, #23b2fe, #007abc); background-image: linear-gradient(#23b2fe, #007abc); border-color: #007abc #007abc hsl(201, 100%, 32%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}

.relinks {
	width:970px;
	margin:10px auto;
	text-align:center;
	background-image:url(images/transdkblue10.png);
	border:#009 solid 1px;
	-webkit-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

td.rounded {
	background-image:url(/images/trans40.png);
	border:#009 solid 2px;
	-webkit-box-shadow: 0 0 6px black;
	box-shadow: 0 0 6px black;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}
td.line {
	border-left:#006 solid 1px;
}
.rounded2 {
	background-image:url(/images/trans40.png);
	border:#009 solid 2px;
	-webkit-box-shadow: 0 0 6px black;
	box-shadow: 0 0 6px black;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}
td.bannertxt {
	font-size:11px;
}
a img {
	border:#000 solid 1px; 
}
img.noborder {
	border:#000 solid 0px; 
}
td.leftborder {
	border-left:#fff solid 2px;
}
table.tablegrid {
	margin:5px auto;
}
td.tdgrid {
	border:#ccc solid 1px;
	background-image:url(/images/trans40.png);
	text-align:left;
	padding:3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
}
#map {
	font-size:18px;
	border:#999 solid 1px;
	-moz-box-shadow: 0 0 0.4px black;
	-webkit-box-shadow: 0 0 4px black;
	box-shadow: 0 0 4px black;	
	
}
li {
	margin-left:-15px;
}

p.hometxt {
	font-size:15px;
	font-weight:300;
}
.google {
	width:728px;
	margin:0 auto;
}

img.cam {
	margin:5px;
	border:#006 10px solid;
	-webkit-border-radius: 3px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
.linerule {
	margin:3px auto;
	height:1px;
	width:90%;
	background-color:#006;
}

.red {
    color: red;
}