html, body {
    height: 100%;
	margin: 0px;
}

body {
	background-image: url('img/bg.png');
	background-attachment: fixed;
	color: #7A8089;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

p, td {
	color: #7A8089;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

b { color: #6EBBD1; }
i { color: #AA9FE0; }
u { color: #99CCA4; }
s { color: #EA8A8D; }

a {
	color: #FF99B0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: #FFCC8E;
}

blockquote{
	padding: 15px;
	letter-spacing: 1px;
	background: #FBF4FF;
	border-bottom: 1px dashed #E4CBF2;
	text-align: center;
}

h1 {
	color: #B6DBEA;
	font-size: 30px;
	font-family: 'Righteous', cursive;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 5px;
	margin: 0px;
}

h1:first-letter { color: #7DB7CE; }

h2 {
	font-size: 14px;
	font-family: 'Righteous', cursive;
	font-weight: normal;
	margin: -10px 0px 0px 25px;
}

/*-----> DESGIN <-----*/

#container {
	margin: auto;
	width: 915px;
	min-height: 100vh;
	background-image: url('img/wrapper.png');
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

#header {
	position: relative;
	width: 915px;
	height: 300px;
	margin-left: 3px;
	background-repeat: no-repeat;
}

#content{
	position: relative;
	width: 879px;
	min-height: 100px;
	padding: 10px 15px 15px 15px;
}

#sidebar {
	position: absolute;
	top: 30px;
	left: auto;
	width: 285px;
	margin: 0px;
	margin-left: -290px;
}

#footer {
	clear: both;
	position: relative;
	margin: 0;
	width: 915px;
	min-height: 25px;
}

/*-----> NAVIGATION <-----*/

.navititle {
	margin-bottom: -21px;
}

.navi {
	letter-spacing: 1px;
	text-align: center;
	width: 275px;
	margin-bottom: 15px;
}

.nav {
	display: block;
	width: 118.5px;
	height: 15px;
	color: #EAA6AF;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFE8EB;
	border-bottom: 1px dashed #FFD1D7;
	padding: 5px 5px 2px 5px;
	margin: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav:hover {
	color: #E5CEA2;
	letter-spacing: 3px;
	background: #FFF8ED;
	border-bottom: 1px dashed #EFE3CB;
}