*

body
{
	background: url('images/bg.gif') no-repeat top center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	text-align:center;
	background-color: #000000;
}

#header 
	{
		margin:0 auto;
	}
#header h3.header 
	{
		margin-top: 10px;
		font-weight: normal;
		color: #FFFFFF;
		font-size: 48px;
		letter-spacing: -1px;
		margin-bottom: 0px;
	}
#header h3.header b
	{
		color: #3399FF ;
		font-weight: normal;
		font-family: Edwardian Script ITC;
		font-size: 60px;
	}
#header h3.about 
	{
		margin-top: -20px;
		margin-left: -25px;
		font-weight: normal;
		color:   #3399FF ;
		font-size: 18px;
		letter-spacing: -1px;
		margin-bottom: 30px;
	}
#nav
	 {
		width: 700px;
		height: 40px;
		background: url("images/line1.jpg") no-repeat top left;
		margin:0 auto;
		margin-bottom: 0px;
		text-align: center;
		padding-top: 1px;
		letter-spacing: -1px;
		font-size: 14px;
	}
#content 
	{
		width: 700px;
		margin:0 auto;
		margin-top: 15px;
		margin-left: 150px;
		text-align: left;
	}
#text 
	{
		float: left;
		margin-top: 0px;
		margin-left: 150px;
		text-align: justify;
		width: 300px;
		height: 650px;
		padding-right: 0px;

	}
#text h4
	{
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		letter-spacing: -1px;
		width: 400px;
		margin-bottom: 0px;
		text-align: justify;
		text-indent : 10px; 
	}
#text h5
	{
		font-size:25px;
		font-weight: normal;
		color: #3399FF;
		letter-spacing: -1px;
		width: 400px;
		margin-bottom: 0px;
		text-align: justify;
		text-indent : 10px; 
	}
#text h6
	{
		font-size:14px;
		font-weight: normal;
		color: #FFF;
		letter-spacing: -1px;
		width: 400px;
		margin-bottom: 0px;
		text-align: justify;
		text-indent :40px; 
	}

#text h3.title 
	{
		font-size: 18px;
		font-weight: normal;
		color:    #3399FF ;
		letter-spacing: -1px;
		width: 280px;
		margin-bottom: 0px;
		text-align: left;
	}
#sidebar
	{
		width: 200px;
		float: right;
		margin-right: 50px;
		padding-left: 50px;
		padding-top: 50px;
		clear: right;
		min-height: 250px;
	}
#sidebar .sbtext
	{
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 200px;
		font-size: 11px;
	}
#sidebar .sbtext a.sbtitle
	{
		font-size: 12px;
		color:#3399FF ;
		font-weight: normal;
		width: 200px;
		float: left;
		text-transform: uppercase;
	}
#footer
	{
		float: left;
		width: 700px;
		padding-top: 14px;
		font-size: 10px;
		height: 60px;
		color: #bcbcbc;
		text-align: center;
		font-weight: normal;
		clear: none;
	}
#footer a 
	{
		color: #bcbcbc;
		font-weight: bold;
		text-decoration: none;
	}
a 
	{
		text-decoration: none;
		color: #ffffff;
	}
a:hover 
	{
		text-decoration: underline;
		color:   #3399FF ;
	}
