body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 12px;
	color: #333;
}
body {
	margin:20px 0 0 0;
	background-color:#a8c5e7;
	background-image: url(img/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: 20px;
	color: #333;
	margin-left:10px;
	text-align:center;
	margin:0px;
}
h2 {
	font-size: 14px;
	color: #333;
	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(img/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(img/logo.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 30px;
	text-align:center;
	vertical-align:middle;
	padding:10px 3px;
	background-image:url(img/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 30px 0px 30px;	
	width:545px;
	min-height:353px;
	padding:3px;
	text-align:center;
	
	background-image:url(img/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 {
	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;
	padding:10px 3px;
	background-image:url(img/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(img/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: 10px;
	font-weight:bold;
	padding:3px;
	color:#006;
	background-image:url(img/buttonup.png);
	text-align:center;
}
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(img/buttondown.png);
}

.relinks {
	width:970px;
	margin:10px auto;
	text-align:center;
	background-image:url(img/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(/img/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(/img/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(/img/trans40.png);
	text-align:left;
	padding:3px;
	-webkit-border-radius: 3px;
	border-radius: 6px;
}
#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:95%;
	background-color:#006;
}

.cattitle {
	padding:5px;
	color: #FC6;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	margin:20px 0 3px 0;
	background-image:url(/images/trans40.png);
	border:#009 solid 1px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
	font-size:16px;
	background-image:url(/img/newheadernavbak.jpg);
}
.subcattitle {
	padding:2px;
	color:#FFF;
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 2px black;
	margin:20px  auto 3px  auto;	
	border:#009 solid 1px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
	font-size:13px;
	background-image:url(/img/newheadernavbak.jpg);
	font-weight:bold;
}

a.designlink:link, a.designlink:visited {
	background-image:url(img/newheadernavbak.jpg);
	color:#C8DDF4;
	margin:0 auto 0 auto;
	width:95%;
	border: #006 solid 1px;
	display:block;
	font-size:16px;
	text-decoration:none;
	-webkit-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight:bold;
	padding:3px;
	letter-spacing:2px;
}
a.designlink:hover, a.designlink:active {
	color: #FFCC00;
	background-image:url(/img/newheadernavbakdwn.jpg); 
	background-repeat:repeat-x; 
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

