﻿body {
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #343434;
	font-size: 0.7em;
	font-weight:normal;
	width: 100%;
	height:100%;
	background-color:#87cefa;	
}

.wrapper {
	padding: 10px;
	width:98%;
	float:left;

}

.head 
{
	height:273px;
	float:left;
	width:100%;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
}

.logo 
{
	height: 273px;
}

.navigation 
{
	width:100%;

}

.clearFloat 
{
	clear:both;
}

.quarterWidth 
{
	width:25%;
	height:15px;
	float:left;
}

.halfWidth 
{
	width:48%;
	height:15px;
	float:left;
}

.threeQuarterWidth 
{
	width:75%;
	float:left;
}

.imgWidth 
{
	width:10%;
}


.spacerLeft{ padding-left: 10px; }
.spacerDubbleLeft{ padding-left: 20px; }
.spacerRight{ padding-right: 10px; }
.spacerDubbleRight{ padding-right: 20px; }
.spacerUp{ padding-top: 10px; }
.spacerDubbleUp{ padding-top: 20px; }
.spacerDown{ padding-bottom: 10px; }
.spacerDubbleDown{ padding-bottom: 20px; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clearFloat { clear: both; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.box 
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #fff;
	padding: 10px;
}


