@import "layout.css";
@import url("layout.css");
@import "style.css";
@import url("style.css");

body {
	background: url('../images/bg_body.jpg') no-repeat top center;
	margin: 0 auto;
	text-align: center;
}

p {
	margin-bottom: 17px;
}

a {
	color: #628de0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

em { font-style: italic; }
strong { font-weight: bold; }

ul, ol {
	padding-left: 25px;
	margin-bottom: 18px;
}

li {
	list-style: square;
	margin: 0 0 5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #628de0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #628de0;
}


span.lead2 {
		font-size: 35px;
    text-shadow: #aaa 4px 4px;
    line-height: 35px;
    margin: 2px 3px 0px -2px;
    float: left;
		font-family: Georgia, "Times New Roman", Times, serif !important;
}

img {
	display: block;
}

.mb0 {
	margin: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}