@import 'reset.css';
@import 'misc.css';
@import 'slide.css';

/* _________________________________________________________________________

								structure
____________________________________________________________________________ */

body {
	margin-top: 75px;
	color: #fff; 
	font: 12px Futura, Century Gothic, AppleGothic, sans-serif;
	font-weight: bolder;
	background: #a1ddf9 url(../images/bg.jpg) 50% 0 no-repeat;
}
#fit {
	margin: 0 auto;
	width: 933px; 
	padding-top: 19px;
	background: url(../images/bg-header-wrap.png) no-repeat;
}
#header {
	background: url(../images/bg-header.jpg) no-repeat;
	height: 196px;
	width: 893px;
	margin: 0 auto;
} 

#content {
	font-size: 1.1em; 
	background: #4f60d4;
	border: 3px solid #fff;
	border-top: none;
	width: 888px;
	margin: 0 auto;
	min-height: 455px;
}

#footer {
	background: url(../images/bg-footer.png) no-repeat;
	width: 936px;
	margin: 20px auto;
	padding: 10px 0 0 0;
	text-align: center;
	font: 14px Futura, Century Gothic, AppleGothic, sans-serif;
	font-weight: bolder;
}

#footer table {
	width: 100%;
}
/* _________________________________________________________________________

								navigation
____________________________________________________________________________ */
#nav {
	padding-top: 150px;
	text-align: center;
}
#nav a {
	font: 16px Futura, Century Gothic, AppleGothic, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	padding: 0 15px;
}


/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a {
	outline: none;
	border-bottom:none;
	color: #fff;
}

a:hover, a:active, a:focus {
	color: #f4f4f4;
}

/* _________________________________________________________________________

								text
____________________________________________________________________________ */

p {
	text-indent: 15px;
	padding: 0 15px;
}

h1, h2, h3, h4, h5 {padding: 0 15px;}
h2 {
	font-size: 20px;
	margin: 5px 0 10px 0;
}

.edit {background: maroon; color: #fff;}