@charset "UTF-8";

a {
	color: #aa5555;
	text-decoration: none;
}

a:hover {
	color: #aa5555;
	text-decoration: underline;
}

a:visited {
	color: #cc8f8f;
	text-decoration: none;
}

body {
	background: url(../images/bg.jpg) top center no-repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	height: 750px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 950px;
}

#copyright {
	cursor: pointer;
	height: 15px;
	margin: auto;
	width: 150px;
}

#menu {
	left: 170px;
	line-height: 0em;
	position: absolute;
	top: 160px;
}

#p1_left {
	background: url(../images/p1_left.jpg);
	height: 281px;
	left: 107px;
	position: absolute;
	top: 337px;
	width: 369px;
}

#p1_right {
	background: url(../images/p1_right.jpg);
	height: 430px;
	left: 475px;
	position: absolute;
	top: 162px;
	width: 390px;
}

#p2_left {
	background: url(../images/p2_left.jpg);
	height: 217px;
	left: 155px;
	position: absolute;
	top: 359px;
	width: 207px;
}

#p22_left {
/*	background: url(../images/p2_left.jpg);*/
	height: 267px;
	left: 130px;
	position: absolute;
	top: 359px;
	width: 316px;
}

#p2_right {
	left: 465px;
	position: absolute;
	top: 161px;
	width: 390px;
}

#p22_right {
	left:495px;
	position:absolute;
	top:143px;
	width:390px;
}

#p3_left {
        height: 217px;
        left: 100px;
        position: absolute;
	text-align: left;
        top: 335px;
        width: 350px;
}

#p3_right {
	font-size: 0.9em;
        left: 510px;
        position: absolute;
	text-align: justify;
        top: 75px;
        width: 360px;
}


#p4_left {
	left: 75px;
	position: absolute;
	top: 320px;
	width: 207px;
}

#p4_right {
	left: 475px;
	position: absolute;
	top: 50px;
	width: 390px;
}

#p5_left {
        height: 217px;
        left: 100px;
        position: absolute;
        text-align: left;
        top: 335px;
        width: 350px;
}
        
#p5_right {
        left: 510px;
        position: absolute;
        text-align: justify;
        top: 75px;
        width: 360px;
}

#p5_right_bottom {
	left: 475px;
        position: absolute;
        top: 477px;
}

.blue {
	color: #3652a6;
}

.form {
	background: #f8f8f8;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 325px;
}

h1 {
	color: #666;
	font-size: 1.1em;
	margin: 0;
}

h3 {
	font-size: 0.8em;
	margin: 0;
}

img {
	border: 0;
}

p {
	color: #717581;
	font-size: 0.8em;
	margin: -3px 0 0 0;
}


