/* layout */

@font-face {
	font-family: 'GillSansMT';
	src: url('gillsansmt.eot');
	src: url('gillsansmt.eot?#iefix') format('embedded-opentype'),
		 url('gillsansmt.woff') format('woff'),
		 url('gillsansmt.ttf') format('truetype'),
		 url('gillsansmt.svg#gillsansmt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'gillsans-lightlight';
    src: url('gillsans-light-webfont.eot');
    src: url('gillsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsans-light-webfont.woff') format('woff'),
         url('gillsans-light-webfont.ttf') format('truetype'),
         url('gillsans-light-webfont.svg#gillsans-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
    font-family: GillSansMT, Arial, Verdana, times new roman, sans-serif;
    background-color: #ffffff;
    color: #5d4d4c;
	font-size: 1.5em;
	background-color: #81ada3;
}
p {
	font-size: 1em;
    line-height: 1.3em;
    margin: 0px 50px 20px 50px;
    text-align: center;
}
li {
	list-style: none;
    text-align: center;
    line-height: 1.4em;
}
ul {
	margin-bottom: 30px;
}
.clearfloat {
	clear: both;
	height: 1px;
}

#container {
	width: 960px;
	margin: 40px auto 20px auto;
	display: block;
	background-color: #fff;
	padding: 40px 20px 20px 20px;
	box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.7); /* horizontal offset, vertical offset, blur radius*/
}
#header {
	height: 240px;
	text-align: center;
}
#header img {
	display: none;
}
#footer {
	border-top: 5px solid #8ba7a5;
	padding-top: 12px;
	font-family: 'gillsans-lightlight', Arial, Verdana, times new roman, sans-serif;
	font-size: 0.7em;
	margin-top: 35px;
}
#footer p {
	margin: 0px;
}
#footer .email {
	float: left;
}
#footer .skype {
	float: right;
}
.blue_text {
	color: #8ba7a5;
}
#footer a {
	color: #5d4d4c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
