*
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}
body
{
	font: 13px Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	color: #656565;
	background: #f4f6f3 url(i/bg.gif) repeat-x;
	height: 100%;
}
a
{
	color: #2786C2;
	text-decoration: none;
	outline: none;
}
a:visited
{
	color: #7ab2d4;
}
a:hover, a:focus, a:active
{
	color: #F75342;
	text-decoration: none;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
p
{
	padding: 0;
}
img
{
	border: 0;
}

/* __________________ */

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.justify
{
	text-align: justify;
}

.hidden
{
	display: none;
}

/* __________________ */


#wrap
{
	background: url(i/bg.png) center top no-repeat;
	min-height: 510px;
}

div#clouds
{
	position: relative;
	width: 100%;
	height: 110px;
	overflow: hidden;
}

div.cloud
{
	position: absolute;
	top: 20px;
	z-index: -1;
	background: url(i/clouds.png) no-repeat;
}

div#c1.cloud
{
	background-position: 0 0;
	left: 50px;
	width: 68px;
	height: 50px;
}
div#c2.cloud
{
	background-position: -85px 0;
	left: 300px;
	width: 85px;
	height: 61px;
}
div#c3.cloud
{
	background-position: -190px 0;
	left: 800px;
	width: 207px;
	height: 84px;
}
