/* CSS Document */

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration: none;
	background-color: #D0D99D;
}
a:hover {
    text-decoration: none;
    color:#FF6600;
}

/* header */
#header{
	width:1000px;
	height:90px;
	margin:auto;
	background-color: #a30800;
}
.nav{
	height:40px;
	width:900px;
	line-height:40px;
	color:#FFF;
	padding:0 0 0 65px;
}
.nav a{ 
	color:#FFF;
	text-decoration:none;
}
.nav a:hover{ 
	color:#FF9900;
	text-decoration:underline;
}
.logo{
    width:900px;
	height:50px;
	padding:0 0 0 55px;
}

/* banner */

#gibanner{
	width:1000px;
	height:150px;
	margin:auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#gicolmtitle{
    color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	padding:70px 0 0 270px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* content */

#gicontent{
	width:1000px;
	margin:auto;
	background-attachment: scroll;
	background-color: #FFF0D5;
	background-image: url(images/bk.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

#gicontent_l{
	width:485px;
	height:auto;
	float:left;
	padding:20px 0 0 24px;
}
.giimagecell{
	width:150px;
	height:167px;
	float:left;
	border:#FFF 1px solid;
	padding:3px 0 0 3px;
	background-color: #F8AA27;
	margin:0 4px 8px 0;
}
.giimagecell img{
    width:138px;
	height:138px;
	float:left;
	padding:4px;
	background-color:#FFF;
	border:0px;
}
.giimagename{
    width:146px;
	height:22px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:22px;
}
.giimagename a{
    color:#FFF;
	text-decoration:none;
}
.giimagename a:hover{
    color:#CC0000;
}
.giimagename a:visited{
    color:#FFF;
	text-decoration:none;
}
#gicontent_r{
	width:490px;
	height:auto;
	float:left;
}
#gicontent_r img{
    padding:3px;
	border: #FFFFFF 1px solid;
	margin:22px 16px 0 0;
	
}
.giaddress{
    width:467px;
	height:auto;
	padding:20px 0 20px 0;
	text-align:center;
	line-height:18px;
	color:#FFF;
	margin:20px 0 0 0;
	background-color:#6588B4;
}

.chrA{
    font-size:16px;
	font-weight:bold;
	color:#FF6600;
}
/* footer */
#gifooter{
	width:1000px;
	height:140px;
	margin:auto;
	background-color: #fac973;
}
#gicopyright{
	width:1000px;
	height:48px;
	text-align:center;
	color:#FFFFFF;
	padding:60px 0 0 0;

}
#gicopyright a{
	color:#fff;
	text-decoration:underline;
}
#gicopyright a:hover{
	color:#FF6600;
	text-decoration:underline;
}


.clear {
	overflow: hidden;
	clear: both;
	height: 1px;

}

