body{
	margin: 0;
	background-image: url(../images/background.jpg);
}
#warp{
	width: 810px;
	margin: 0 auto 0 auto;
	height: auto;
	background-image: url(../images/des_06.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 11px;
	min-height: 400px;
	padding-left: 20px;
	padding-right: 20px;
}
#header{
	background-image: url(../images/des_02.jpg);
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 291px;
	background-repeat: no-repeat;
}
#site{
	width: 100%;
	margin: 0 auto 0 auto;
	height: auto;
}
#headerMenu{
	width: 900px;
	height: 40px;
	padding-top: 250px;
	text-align: right;
}
#welcome{
	/*background-image: url(../images/welcome.png);*/
	font-size: 40px;
	color: #1373FE;
	font-family: Georgia;
	background-repeat: no-repeat;
	width: 450px;
	height: auto;
	margin-bottom: 20px;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none"
		)),this.pngSet=true)
    );
}
#footer{
	width: 1000px;
	height: 25px;
	margin: 0 auto 0 auto;
	margin-top: 50px;
}
#footerLeft{
	width: 75px;
	height: 25px;
	background-image: url(../images/des_10.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footerMiddle{
	height: 25px;
	width: 817px;
	float: left;
	background-color: #1575ff;
}
#footerRight{
	width: 108px;
	float: left;
	height: 25px;
	background-image: url(../images/des_12.jpg);
	background-repeat: no-repeat;
}
a.blueLink{
	color: #4492ce;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.blueLink:visited{
	color: #4492ce;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.blueLink:hover{
	color: #4492ce;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.whiteLink{
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.whiteLink:visited{
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.whiteLink:hover{
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
.pic{
	float: right;
	margin-left: 10px;
}
.content{
	line-height: 20px;
	height: auto;
}

#staticImages {
	width: 605px;
	height: auto;
	margin: 0px;
}
#staticImagesMain {
	height: auto;
	margin: 5px;
	float: right;
}
.staticSmallImages{
	width: 295px;
	margin: 5px 5px 0px 0px;
	height: 170px;
	float: left;
	overflow: hidden;
}
.staticGalleryImages{
	width: 145px;
	margin: 5px 5px 0px 0px;
	height: 85px;
	float: left;
	overflow: hidden;
}

#galleries {
	margin: 0;
	padding: 0;
	width: 600px;
	height: auto;
	list-style: none;
}

.gallery {
	width: 148px;
	height: 110px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

#pagenate {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.row{
	width: 100%;
	height: auto;
	clear: both;
	margin: 0 auto 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
.leftCell{
	float: left;
	text-align: right;
	width: 350px;
	padding-right: 10px;
	padding-top: 3px;
}
.rightCell{
	float: left;
	text-align: left;
	width: 350px;
}
.inputField{
	font-family: Tahoma;
	font-size: 11px;
}
.heading{
	font-size: 20px;
	
}
.clear{
	clear: both;
}