﻿* {
	margin: 0px;
	padding: 0px;
}
#wrapper h1 {
	font-size:145%;	
}
#wrapper h2 {
	font-size:130%;	
}
#wrapper p {
	font-size:100%;	
}
#wrapper {
	background-color: #FFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99F;
	border-right-color: #99F;
	border-bottom-color: #99F;
	border-left-color: #99F;
	height: 0px;
}
#wrapper #logo {
	height: 70px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-color:#FFF;
}
#wrapper #header {
	/*height: 150px;
	background-image: url(../Images/Header.JPG); 
	background-repeat: no-repeat;*/
	color: #FFF;
	background-color: #39F;
}
#wrapper #bodyArea #left {
	width: 965px;
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 18px;
	font-size: 100%;
	font-style: normal;
	/*font-family: "Lucida Calligraphy";*/
	margin: 0px;
	font-weight: normal;
	/*background-image: url(../Images/CosmicLight.jpg); */
	background-color:#FEF7EC;
	display:block;
	height:3em;
}

#wrapper #bodyArea #right {
	width: 950px;
	float: left;
	background-image: none;
	margin: 0px;
	/*font-family: "Lucida Calligraphy";*/
	/*font-size: large;*/
	font-size:100%;
	font-weight: normal;
	background-color: #FFF;
	padding-left: 30px;
}



#wrapper #bodyArea #footer {
	
	clear: both;
	background-color:#CFEAFD;
	border: 1px inset #06F;
}

p {
	/*font-family: "Lucida Calligraphy";*/
	/*font-size: large;*/
	font-size:100%;
	font-style: normal;
	color: #000;
	margin: 15px;
	text-align: left;
}
#wrapper #bodyArea #left p #FLVPlayer {
	float: right;
	top: 0px;
}

#wrapper #bodyArea #left p img {
	float: right;
}
#wrapper #bodyArea #right p #FLVPlayer {
	float: right;
}
.img_left {
	margin-right: 18px;
}
.img_right {
	margin-left: 18px;
}

.home_right p {
	text-align:center;	
	
}
.home_right h2 {
	text-align: center;
	font-size: 110%;
}