@charset "utf-8";
@import url(base.css);


body,p{
	font-size:95%;
	}

h1,h2,h3,h4{
font-size:105%;
	}
	
#wrap {
	background-image: url(img/wrapBg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#wrap #header {
	background-image: url(img/headerBg.jpg);
	background-repeat: no-repeat;
	height: 431px;
	width: 795px;
}
#wrap #btn {
	text-align: right;
	width: 795px;
}
#wrap #footer {
	text-align: right;
	padding: 5px 15px 0px 0px;
}
#wrap #header h1 {
	position:absolute;
	width:200px;
	height:16px;
	z-index:1;
	left: 12px;
	top: 91px;
}
#wrap #header p.hTitle {
	position:absolute;
	width:271px;
	height:23px;
	z-index:1;
	left: 2px;
	top: 108px;
}

img{
 margin:10px;
 }
 
#wrap #main h3 {
	background-image: url(img/titleBg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	padding: 25px 0px 0px 70px;
}
#wrap #main .btn {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}


#wrap #main {
text-align:left;
width:795px;
}

.leftimg{
	float:left;
	}

.rightimg{
	float:right;
	}

.centerimg{
	text-align:center;
	}
	
div#main p.dc:first-letter{
	font-size:200%;
	float:left;
	margin-right:0.2em;
	padding:0.1em;
	}

.copyright{
	font-size:88%;
	}