/* CSS Document */


body {
	margin: 0px;
	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:100%;
	height: auto;
    min-height:100%; /* real browsers */
}


#moto{
	font-family: book antiqua, palatino;
	color: #ccffcc;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 45px;
}
.moto{
	font-family: book antiqua, palatino;
	color: #ccffcc;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 45px;
}
#main{
	width: 780px;
	margin-left: 50%;
}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A8D6FA;
	font-size: 28px;
	font-weight: bold;
}
.gtext{
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3195;
	padding: 5px;
}
.highlight-text{
	font-family: Arial, Helvetica, sans-serif;
	color: #0B3195;
	border: 2px solid #A8D6FA;
	background-color: #E9F4FE;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.text-big{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CEE3FB;
}
.text-big-red{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF6600;
}
.text-big-orange{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
}


#label{
	position:absolute;
	top:0px;
	width:121px;
	height:100px;
	z-index:1;
	right: 0px;
}
.divider{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82C4F8;
	display: block;
	content: ".";
}
.menu a:link, .menu a:hover, .menu a:visited, .menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	margin-top: 50px;
	text-decoration: none;
}


.menunavigation a:link, .menu a:hover, .menu a:visited, .menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	margin-top: 40px;
	text-decoration: none;
}
.finetext a:link, .finetext a:hover, .finetext a:visited, .finetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
