/*
#######################################
Basic elements
#######################################
*/
*{
	margin: 0px;
	padding: 0px;
	}
body{
	background-image: url(images/bg1.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
	color: #808080;
	font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
	}
a{
	text-decoration: none;
	color: #46AAAF;
	font-weight: bold;
	}
a:hover{
	color: #333333;
	text-decoration: none;
	}
acronym, abbr{
	border-bottom:#333333 1px dotted;
	cursor:help;
	}
/*
#######################################
Wrappers
#######################################
*/
#wrapper{
	width:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
.clear{
	clear:both;
	}
.right{
	text-align:right;
	}
.left{
	text-align:left;
	}
.center{
	text-align:center;
	}
/*
#######################################
Navigation
#######################################
*/
#navigation{
	width:100%;
	background-color:#F6F6F6;
	font-family: Helvetica, Garamond, sans-serif;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#navigation ul{
	background-color:#F6F6F6;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style:none;
	}
#navigation li{
	float:right;
	list-style:none;
	}
#navigation li a{
	width:190px;
	text-transform:uppercase;
	background-color:#ffffff;
	color:#c0c0c0;
	font-weight:bold;
	font-size:18px;
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	text-align:center;
	font-style:normal;
	border-bottom:#FF5757 solid 12px;
	}
#navigation li a:hover{
	color:#E3E3E3;
	border-bottom:#79C6CA solid 12px;
	}
/*
#######################################
Header
#######################################
*/
#header{
	background-image: url(images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:350px;
	}
#header h1{
	position:relative;
	float:right;
	margin: 0px;
	padding:0;
	width:300px;
	height:45px;
	right: 77px;
	top: 240px;
	}
#header h1 a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:300px;
	height:45px;
	background-image: url(images/h1.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
#header h1 a:hover{
	background-image: url(images/h1hover.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
#header h2{
	margin: 0px;
	padding:0;
	text-indent: -9999px;
	}
/*
#######################################
Contents
#######################################
*/
#contents{
	background-color:#ffffff;
	text-align:justify;
	font-size: 12px;
	color:#585858;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	}
#contents h3{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	font-family: georgia, times new roman, serif; 
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:10px;
	font-style:italic;
	font-size: 30px;
	color:#5E5E5E;
	}
#contents blockquote{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
	margin-right: 150px;
	padding-left: 35px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 35px;
	font-size: 13px;
	background-image: url();
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #808080;
	color:#ffffff;
	}
#contents img{
	border:1px solid #c0c0c0;
	padding: 4px 4px 4px 4px;
	background-color:#ffffff;
	}
#contents ul{
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	margin-left: 15px!important;
	margin-right: 5px!important;
	padding-left: 5px!important;
	padding-bottom: 5px!important;
	padding-top: 5px!important;
	padding-right: 5px!important;
	}
#contents ul li{
	}
/*
#######################################
Footer
#######################################
*/
#footer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#E9E9E9;
	font-family: small fonts;
	font-size: 7px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: justify;
	}
#copyright{
	background-image: url(images/copyright.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#FF5757;
	color:#333333;
	float:left;
	width:260px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 35px;
	text-align:right;
	}
#footer a{
	font-weight:normal;
	color:#808080;
	}
#footer a:hover{
	color:#c0c0c0;
	}
#footer strong{
	font-weight:normal;
	}
#disclaimer{
	width:450px;
	float:left;
	color:#6C6C6C;
	background-color:#E9E9E9;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 25px;
	}
/*
#######################################
Forms
#######################################
*/
form{
	padding:0px;
	margin:0px;
	}
input, textrea, select{
	padding: 5px;
	margin: 3px;
	background-color:#FF5757;
	color:#ffffff;
	font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
	border:1px solid #FF5757;
	font-size:11px;
	}
/*
#######################################
Box
#######################################
*/
#box{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color:#ffffff;
	}
#box1{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width:200px;
	}
#box2{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width:200px;
	}
#box3{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width:200px;
	}
#box4{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width:200px;
	}
.boxcontent{
	text-align:justify;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color:#ffffff;
	font-size:11px;
	}
.boxcontent:hover{
	}
.boxcontent h3{
	color:#333333;
	border-bottom:double #79C6CA 3px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	font-family: Verdana, Futura, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal; 
	text-align:left;
	font-style:normal;
	letter-spacing:0px;
	}
.boxcontent a{
	font-family: Century Gothic, Calibri, Lucida Sans, Helvetica, sans-serif;
	color:#4D4D4D;
	font-weight: normal;
	}
.boxcontent a:hover{
	color:#c0c0c0;
	}
#quotes{
	height:250px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
