@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #5d5d5d;
	background-color: #fff;
}

/*----------------------------STRUCTURE------------------------------------*/

#blue-wrap {
	width: 756px;
	margin: 30px auto;
	background-color: #71bbed;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 5px #2d2d2d;
	-webkit-box-shadow: 0px 0px 5px #2d2d2d;
	box-shadow: 0px 0px 5px #2d2d2d;
	padding: 11px;
}
#white-wrap {
	width: 745px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	width: 745px;
	height: 39px;
	background-image: url('../_images/h-top.gif');
	background-repeat: no-repeat;
}
#h-content {
	padding: 15px 75px 15px 15px;
}
#footer {
	padding: 15px;
}
#footer h2 {
	padding: 0;
	color: #95c51a;
	font-family: helvetica;
	font-weight: bold;
	font-size: 21px;
	margin: 0;
}
#h-content h2 {
	padding: 0;
	color: #239aea;
	font-family: helvetica;
	font-weight: bold;
	font-size: 21px;
	margin: 0;
}
#h-content p {
	padding: 0;
	margin: 0;
}
#h-foot {
	width: 745px;
	height: 13px;
	background-image: url('../_images/h-foot.gif');
	background-repeat: no-repeat;
}
#header p {
	padding: 0;
	margin: 0;
	color: #239aea;
	font-family: georgia;
	font-style: italic;
	line-height: 39px;
	padding-left: 194px;
}
#frame {
	overflow: hidden;
	padding-bottom: 100px;
}
#frame-foot {
	width: 745px;
	height: 13px;
	background-image: url('../_images/h-foot.gif');
	background-repeat: no-repeat;
	margin-top: -90px;
}