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

body {
	margin:0 auto;
	font-family:"Lucida Sans";
	font-size:12px;
	line-height:16px;

}
#container {
	width: 960px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:960px;
	height: 125px;
}

#logo {
	height: 115px;
	width:600px;
	float:left;
}

#rainbow {
	height: 115px;
	width:360px;
	float:right;
}
#logos {
	padding-top:10px;
	padding-bottom:10px;
	height: 60px;
	width:960px;
	float:right;
}

#content {
	width: 960px;
	height: 800px;
	float:left;
	height:100%;
}

#content_index {
	width: 960px;
	height: 920px;
	float:left;
	height:100%;
}

.picture {
	width:286px;
	float:left;
	height:186px;
	border-bottom:#b3303e 6px solid;
	border-left:#b3303e 1px solid;
	border-right:#b3303e 1px solid;
	border-top:#b3303e 1px solid;
	margin-bottom:5px;
	margin-top:20px;
}

.picture2 {
	width:286px;
	float:left;
	height:580px;
	margin-top:20px;
}

.picture3 {
	width:200px;
	float:left;
	height:100px;
	margin-top:20px;
}

.picture-footer {
	width:100px;
	float:left;
	height:35px;
}

.text-index{
	width:642px;
	margin-top:10px;
	float:right;
	height:600px;
	margin-bottom:5px;
	margin-left:30px;
}

.text-index1{
	width:642px;
	margin-top:10px;
	float:right;
	height:1200px;
	margin-bottom:5px;
	margin-left:30px;
}

.text-index2{
	width:642px;
	margin-top:10px;
	float:right;
	height:1500px;
	margin-bottom:5px;
	margin-left:30px;
}

.text-call{
	width:642px;
	float:right;
	height:1050px;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:30px;
}
.text-register{
	width:642px;
	float:right;
	height:214px;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:30px;
}
.text-contact{
	width:742px;
	float:right;
	height:160px;
	margin-bottom:5px;
	margin-top:20px;
}

.brown-line {
	height:3px;
	width:960px;
}

.menu {
	background-image:url(../images/dotted-line.png); 
	height: 25px;
	width: 960px;
}

ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

li {
	padding: 0px;
	float: left;
	font-size: 12px;
	color: #3d3d3d;
	font-weight:500;
	text-align:center;
	line-height:25px;
}

li a {
	text-align:left;
	font-size: 12px;
	color: #3d3d3d;
	display: block;
	width: 115px;
	text-align:center;
	text-decoration: none;
}

li a:hover {
	background-image:url(../images/menu-line.png);
	text-align:center;
	color: #b3303e;
}

#footer {
	font-size: 10px;
	clear:both;
	height: 60px;
	width: 960px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
