@charset "utf-8";
/* CSS Document */
*{ margin: 0px; padding: 0px; }

body{
	font-family: 'Cambria','Times New Roman','Arial',Helvetica, sans-serif;
	color: #000000;
	margin:0 auto;
	padding:0px;
	background-image:url(images/sky.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
}

a{ color: #022649; font-weight:bold; text-decoration: none; }

a:hover { color: #ffffff; }

#wrapper{
	width:960px;
	margin:0 auto;
	border:solid #7197FD;
	height:600px  auto;
	/*background:#FFA;*/
	background-color:#E2F5FC;
	padding:10px 20px 0 20px;
}
#maindiv{
	width:960px;
	margin:0 auto;
	margin-top:2px;
}

#header{
	width:960px;
	height:60px;
}
#menu{
	width:960px;
	height:36px;
	background:rgb(153,204,0);
	border-radius:5px;
}

.menuA{ width:90px; text-align:center; float:left; font-size:20px; padding-top:3px;}
.menuA a{ color:#FFF;} .menuA a:hover{ color:#039;}

.redFont18{ font-size:16px; font-weight: normal ; color:#06C; line-height:26px;}
.redFont18 strong{ font-size:20px; color:#039;} 
.violet16{ margin-top:5px; color:#000; font-size:16px;}

.thumb_img{ width:120px; height:140px; border:solid #930; border-style:outset; margin-top:15px;}

.blackFont18{ font-size:16px; font-weight: normal ; color:#06C; line-height:26px; padding:0 40px;}
.tmh3{ color:#039; margin:10px 20px 2px 40px; }

.contentA{ color:#C30; font-size:20px; }
.contentA:hover{ color:#C30; }

.contentB{ color:#039; font-size:18px; }
.contentB:hover{ color:#039; }

.thumb_gal{ width:160px; height:160px; border:solid #930; border-style:outset; margin:15px 0 ; cursor:pointer;}
.thumb_gal:hover{ border-color:#C39;}
	
#footer{
	margin:15px 0 2px 0;
	width:940px;
	height:42px;
	padding:5px 10px;
	background-image:url(images/footerbg.png);
	color:#FFF; font-size:16px;
}