@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#flashContentContainer {
	height:95%;	
}
#flashcontent {
	height: 100%;
}
body#homeBody {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#181818;
}
#container {
	width: 900px;
	height: 93%;
	margin: 0 auto;
}
#contact {
	width:450px;
	height: 100%;
	float: right;
	text-align: center;
	font-weight: bold;
}
#about {
	width:450px;
	height: 100%;
	text-align:center;
}
body#contactBody {
	height: 100%;
	width: 100%;
 	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #0f0f0f;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#header {
	height:48px;
	margin:0;
	padding:0;
}
.header {
	font-size: 24px;
	color:#333;
	font-weight: normal;
}
.text {
	font-size:10px;
	color:#666;
	font-weight:lighter;
}

a{
	color:#900;
	text-decoration:none;
	font-weight:normal; !important
}
