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

*, body {
	margin: 0;
	padding: 0;
}

body {
	background: #95c8fd url(../img/bg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #022a64;
	border-top: 6px #fcc96c solid;

	}

#wrapper {
	width: 506px;
	height: 500px;
	left: 50%;
	margin-left: -253px;
	position: relative;
	padding-bottom: 20px;
}

#wrapper img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrapper h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align:center;
}

#wrapper .box1 {
	width:486px;
	padding: 10px;
	background:#FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 12px 0px #032a64;
	-moz-box-shadow: 0px 0px 12px 0px #032a64;
	box-shadow: 0px 0px 12px 0px #032a64;
}

#wrapper .box2 {
	margin-top:20px;
	width:486px;
	padding: 10px;
	background:#fcc96c;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 12px 0px #032a64;
	-moz-box-shadow: 0px 0px 12px 0px #032a64;
	box-shadow: 0px 0px 12px 0px #032a64;
}

#wrapper .box1 h2 {
	color: #032a64;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
	

#text1 {
	width: 220px;
	float:left;
}

#text2 {
	width: 220px;
	float:right;
}

a { 
color: #032a64;
font-size: 11px;
margin-top: 10px;

}

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

a :active { 
color: #032a64;
text-decoration: underline;
}

a :focus { 
color: #032a64;
text-decoration: underline;
}

#wrapper .box1 a { 
color: #032a64;
font-size: 15px;
margin-top: 20px;
}

