@charset "utf-8";
/* CSS Document */
a:visited {
	color:#999;
	text-decoration:none;
}
a:link {
	color:#999;
	text-decoration:none;
}
a.quote:link {
	color:#000;
	text-decoration:none;
}
a.quote:visited {
	color:#000;
	text-decoration:none;
}
a.quote:hover {
	color:#F90;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F90;
	text-decoration:none;
}

body {
	border:0;
	padding:0;
	margin:0;
	
}
.bodyClass {
	width:100%;
	height:500px;
	background:url(backgroundsliv.jpg) #FFF;
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:13px;
	background:#FFF
}
.menu {
	width:940px;
	height:60px;
	margin-right:20px;
}
.context {
	width:500px;
	height:350px;
	float:right;
	font-size:15px;
	line-height:20px;
	margin-right:20px;
	text-align: justify;
}
h1 {
	color:#F90;
	font-size:17px;
	font-weight:bold;
	margin-bottom:0;
}
.headingclass{
	color:#F90;
	font-size:13px;
	font-weight:100;
	vertical-align:top;
}
.rowclass {
	height:30px;
	padding:5px;
}
.flashcontent{
	height:450px;
}
.rowclass2 {
	height:55px;
	padding:5px;
}
.contact {
	width:500px;
	height:420px;
	float:right;
	font-size:15px;
	color:#F90;
	line-height:20px;
	text-align: justify;
	margin-right:20px;
}
input {
	background-color:#FFF;
	color:#666;
	border:1px;
	border-color:#999;
	border-style:solid;
}
.formmiddle {
	width:220px;
	float:left;
	height:20px;
	text-align:right;
}
.inputwidth {
	width:260px;
	height:25px;
	float:right;
	
}
textarea {
	width:260px;
	height:50px;
	background-color:#FFF;
	color:#666;
	border:1px;
	border-color:#999;
	border-style:solid;
}
.contactext {
	float:left;
	height:100px;
	line-height:14px;
	margin-left:20px;
}
.contentmiddle {
	height:15px;
	padding:0px;
	width:300px;
}
.nopad {
	padding:0px;
	margin:0px;
