@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
body {
	clear:both;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/images/bg02.jpg);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
}
a {
	color:#2a2060;
}
h1{ font-size:28px;
	color:#2a2060;
}
.clear {
	clear:both;
}
img {
	border:none;
}
#main {
	border:0px solid #FF0000;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	background-color:#FFFFFF;
}
#header {
	border:0px solid #00FF00;
	padding-top:10px;
}
#header .left {
	border:0px solid #00FF00;
	float:left;
	width:300px;
}
#header .right {
	border:0px solid #00FF00;
	float:right;
	width:120px;
	padding-top:15px;
}
a.logo {
	background:url(../img/images/logo.jpg) no-repeat;
	width:179px;
	height:60px;
	display:block;
	margin-left:10px;
}
.button {
	height:31px;
	width:110px;
	background:url(../img/images/topbtn.png) top center;
	position: relative;
	cursor:pointer;
}
.button span {
	position: absolute;
	top:0;
	left:0;
	height:31px;
	width:110px;
	background:url(../img/images/topbtn.png) bottom center;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
.button span:hover {
	opacity: 1;
}
#banner {
	background:url(../img/images/banner_bg.jpg) no-repeat;
	height:416px;
	padding-top:10px;
}
#banner h1 { background:url(../img/images/text-bg.png) no-repeat; height:70px;
	font-size:50px;
	color:#2b2062;
	text-align:center;
	font-weight:bold;
	/*text-shadow: 2px 2px 3px #000;*/
	padding-top:12px;
	margin-left:auto; margin-right:auto;
	width:944px;
}
.img-block {
	text-align:center;
	
}
.img-block img {
	border:5px solid #2a2060;
	-moz-box-shadow: 2px 2px 4px #575757;
	-webkit-box-shadow: 2px 2px 4px #575757;
	box-shadow: 2px 2px 4px #575757;
	margin:25px;
}
#sombox {
	border:0px solid #FF0000;
	overflow:hidden;
	background:url(../img/images/bg-trans.png) no-repeat;
	width:916px;
	height:288px;
	margin-left:auto;
	margin-right:auto;
}
#sombox h2 {
	font-size:28px;
	color:#2a2060;
	text-align:center;
}
#sombox h3 {
	font-size:20px;
	color:#2a2060;
	text-align:center;
}
#sombox .box2 {
	width:250px;
	border:0px solid #00FF00;
	margin-left:40px;
	margin-top:30px;
	float:left;
}
#sombox p {
	font-size:17px;
	font-style:italic;
	color:#2a2060;
	line-height:26px;
	
}
#footer {
	text-align:center;
	color:#281c61;
	border-top:1px solid #281c61;
	margin-left:20px;
	margin-right:20px;
}
#footer p {
	padding-top:20px;
	padding-bottom:20px;
}
.content{ padding-bottom:20px; padding-top:10px; padding-left:20px; padding-right:20px;
}
.content p{ line-height:20px;
}
.content h1{ padding-bottom:10px;
}
