@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}
body{background:#F0E5AA;text-align:center;}
body,tr,td{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#000;font-size:16px;}
.clear{clear:both;}
.content{
	width:986px;
	margin:auto;
	background-color: #FDFBF0;
}

.header{background-color:#000}
.header tr td{color:#FFF}
.header tr td h1{text-align:center;font-size:28px}
.header tr td p{text-align:center;font-size:14px;text-align:justify;padding:4px;}

.galleries{margin-left:5px}
.galleries a img{width:320px;height:240px;border:1px solid #000; margin-right:5px;margin-bottom:5px;float:left}
.galleries a:hover img{border:1px solid #F00}

h2{font-size:20px;text-align:left;color:#000;margin:15px 5px 2px 5px;}

.more{font-size:20px;}
.more a:link,.more a:active,.more a:visited{background:#000;padding:1px 8px 1px 8px;color:#FFF;margin:5px 5px;border:1px solid #000;font-size:16px}
.more a:hover{background:#FFF;color:#000;border:1px solid #000;text-decoration:none}

.footertop{margin-left:3px;}
.footertop span{display:block;float:left;width:242px;text-align:center;margin-bottom:3px;margin-right:3px;font-size:14px;}
.footertop span a img{width:240px;height:180px;border:1px solid #000;}
.footertop span a:hover img{border:1px solid #F00}
.footertop span a{color:#000;text-decoration:none}
.footertop span a:hover{color:#F00;text-decoration:none}

.foot{background-color:#000;margin-top:100px;color:#FFF}
.foot a{color:#FFF}