/* CSS Document */
body {
	font-family: 'Adobe Garamond', Garamond, Georgia, 'Times New Roman', Times, serif;
 	padding: 0;
	margin: 0;
	color:#FFFFFF;
	text-align: center;
	background-color: black;
}

body h1{
font-size:xx-large;
font-weight:lighter;

	}


body h2{

font-size:large;
font-style:italic;
font-weight:lighter;
}

#body h3{
	font-size:80%;
	font-weight:lighter;
	
}

body h4{
	font-family: arial;
	font-size: xx-small;
	color:#FFFFFF;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	padding: 0;
	width: 800px;
	background-color: black;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0 0 0 0;
	background-color: black;
	text-align:left;
	
}

#header h1
{
}

#header h3
{font-size:small;
font-style:normal;
font-weight:lighter;

}

#main {
	position: relative;
	margin: 0 0 0 0;
	right:  0px;
	width: 800px;
	background-color:black;
}

#content {
	margin: 0;
	color:#FFFFFF;
	width: 500px;
	float:right;
	text-align:center;
}

#content p {
	line-height:normal;
	text-align: left;
	padding: 0.2em 15px 0.2em 15px;
}


#sidebar {
	width: 300px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	float: left;
	text-align:left;
}

#sidebar .inner {
	padding: 0;
	line-height: 1.5em;
	text-align:left;
}

#sidebar .inner p {
	padding: 0;
	font-size: 90%;
	text-align:left;
}

#sidebar .inner h2 {
	font-size: 100%;
}

#sidebar h3 {
	font-size: 100%;
	margin: 0;
	font-weight: normal;
	text-align:left;
}

#sidebar h4 {
	font-size: 100%;
	
	font-weight: normal;
	color:#FFFFFF;
	text-align:left;
	font-family: 'Adobe Garamond', Garamond, Georgia, 'Times New Roman', Times, serif;
}

#sidebar ul {
	list-style-image: url(../images/logo/lotusbullet.gif);
	margin-left: 0;
	
}

#sidebar p, #sidebar li {
	font-size: 85%;
	line-height: normal;
	text-align:left;
	
}

#footer {
	clear:both;
	color:#99CCCC;
	
	padding-top:10px;
}

#footer p
{font-size:small;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
text-align:left;
}