body 
{
	font-family: Arial, Sans-Serif;
	font-size: .85em;
	font-color: white;
	line-height: 1.5em;
	background-color: #000;
	height: 100%;
	margin: 0px;
}

html {
	height: 100%;
}

form {
	height: 100%;
}

img {
	border: none;
}

.clear
{
	clear: both;
}

/***********************************/
/*********** MasterPages ***********/
/***********************************/

/* Base.Master */

#container {
/*	background-image: url(images/bg.gif); */
	background-repeat: repeat-x;
/*	background-color: #8e90a7; */
	background-color: #000;
/*	height: auto !important;  */
	height: 100%;
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}


	#flash {
	width: 800px;
	height: 200px;
	}

	#mainTitle
	{
		position: absolute;
		top: 225px;
		left: 15px;
	}

	#nav
	{
		list-style-type: none;
		position: absolute;
		top: 270px;
		left: 0px;
		width: 196px;
		margin: 0px;
		padding: 0px;
		z-index: 1000;
	}
	
		#nav li
		{
			background-repeat: no-repeat;
			background-position: left;
			width: 200px;
			height:50px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			left: 0px;
		}
		
		#nav li a
		{
			white-space: nowrap;
			display: block;
			font-weight: bold;
			color: #000;
			text-decoration: none;
			padding: 0px 0px 0px 0px;
		}

	#mainContent
	{
		width: 760px;
		position: relative;
		top: 0px;
		float: right;
/*		padding: 50px 0px 0px 25px; */
	}
	
/* Home.master */

#homeCircletext
{
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.6em;
	width: 500px;
	height: 540px;
	padding: 50px 50px 50px 50px;
}	
	
#homeCircle
{
	background-image: url(images/circlebackground2.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	width: 540px;
	height: 540px; 
	position: relative;
	float: left;
	top: -50px;
	padding: 0px 50px 0px 0px;
}

	#homeCircle h1
	{
		color: #fff;
		font-size: 2.6em;
		line-height: .6em;
		font-weight: normal;
		margin-bottom: 21px;
	}
	
	#homeCircle h2
	{
		color: #fff;
		font-size: 1.4em;
		font-weight: normal;
	}

#leftHome
{
	width: 259px;
	height: 490px;
	position: absolute;
	top: 10px;
	right: 0px;
}

	#music
	{
		position: absolute;
		top: -25px;
		right: 20px;
	}

	#box1
	{
/*		background-image: url(images/home1.gif);
		background-repeat: no-repeat;  */
		color: white;
		text-align: center;
		width: 190px;
		height: 205px;
		position: relative;
		margin-bottom: 5px;
		padding: 20px 0px 0px 69px;
	}
	
	#box2
	{
/*		background-image: url(images/home2.gif);
		background-repeat: no-repeat; */
		color: white;
		background-position: right;
		width: 189px;
		height: 241px;
		position: relative;
		padding: 5px 0px 0px 70px;
	}
	
	#box1 h1, #box2 h1
	{
		color: #163a4f;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	#box2 h3
	{
		margin-bottom: 6px;
		margin-top: 10px;
	}
	
	#box2 label
	{
		display: block;
		width: 40px;
		float: left;
	}
	
	#box2 .signupBtn, #box2 a.signupBtn
	{
		font-size: 10px;
		color: #588484;
		display: block;
		margin-left: 40px;
	}
	
#footer
{
	position: absolute;
	top:700px;
	left:0px;
	width: 100%;
}	
	
#footer2
{
	color: white;
	position: relative;
	clear:both;
	float:right;
	width: 100%;
}	
	
	/* OneColumn.master */

#OneColumn
{
	position: relative;
	padding: 0px 10px;
	color: #fff;
}

#Testimonials
{
	margin-left: 50px;
	padding: 20px 20px 20px 20px;
	width: 800px;
	color: #fff;
}


/***********************************/
/********** Content Pages **********/
/***********************************/

/***********************************/
/************* Common **************/
/***********************************/

.form label, .form .label {
	color: #707070;
	font-weight: bold;
	display: block;
	margin: 6px 0px 0px 0px;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #4a7682;
	padding: 2px 12px;
	margin: 0px 2px 2px 0px;
	float: left;
}