body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}
html {
	height: 100%;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.main {
	height: 100%;
	width: 100%;
}
a:link,
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF7F7F;
}
.address,
.address a:link,
.address a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.address a:hover {
	color: #666666;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
#navigation {
	position: absolute;
	top: 23px;
	left: 0px;
	display: block;
	z-index: 2;
	width: 205px;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 1;
	width: 100%;
	height: 300px;
	background-color: #000000;
}
#intro {
	display: block;
	width: 730px;
	height: 500px;
}
#small {
	display: block;
	width: 250px;
	height: 150px;
}
.right {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.bold {
	font-weight: bold;
}
.logo {
	margin-right: 10px;
}
.mialogo {
	margin-top: 8px;
}
.headerright {
	margin-bottom: 5px;
}
.back {
	line-height: 14px;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
.racecar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.racecar a:link,
.racecar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.racecar a:hover {
	color: #999999;
}



/** Contact
==============================================================================*/
#cont{ width: 100%;
    margin: 0 auto;
}

#cont .contact-form {padding-top: 10px;}

#cont .contact-form label {
	width: 100px;
	float: left;
	margin-top: 5px;
}

#cont .contact-form textarea {
    height: 100px; 
    width: 380px;
    margin-top: 5px;
}

#cont .contact-form input {
    background: url(../images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    padding: 6px 10px;
}

#cont .contact-form textarea {
    background: url(../images/form-text.jpg) repeat-x bottom #dbdbdb;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    padding: 6px 10px;
}

#cont .contact-form input.submit-button { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(../images/navigation-hover.png) no-repeat;
    color: #ffffff;
}

#cont .contact-form input.submit-button:hover {
	cursor: pointer;
	color: #FFCC00;
}
