body {
	margin:0;
	padding:0;
	width: 15000px;
	height: 509px;
	color:#FFFFFF;
	font-family: Century Gothic, Sans-Serif; 
	background: #000000 url(../img/bg.jpg) repeat-x left top;
	overflow: hidden;
}

h2 {
	font-family: century gothic; 
	font-size: 60px; 
	letter-spacing: -4px; 
	line-height: 50px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {font-size: 1.4em; color: #FFFFFF;}
h4 {font-size: 1.2em; color: #cc68d0;}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}

a{
	color: #cc68d0;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img { 
	border: 0;
}
	

#page {
	height: 509px; 
}

#leftsider {
	padding: 90px 0 0 100px;
	float: left;
	width:400px; 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	font-size: 1.2em;
	margin-top: 60px; 
	padding-left: 6px;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #cc68d0;
}

#menu a:hover{
	text-decoration: underline;
}

#content {
	margin: 90px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 100px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 400px;	
	height: 400px;
	font-size: 0.8em;
}

.alt {
	text-align: right;
	margin: 0px 500px 0 0px; 

}

.par p{
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1em;
}

.alt p{
	/* padding-top: 20px; */
	}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #cc68d0;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #cc68d0;
}

#navbar {
	font: 1.1em century gothic, Sans-Serif; 
	color: #cc68d0;
	position: fixed;
	top: 40px;
	left: 300px; 
	height: 30px;
}

#navbar ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#navbar ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 120px;
	height: 30px;
}

#navbar ul li a{
	color: #cc68d0;
	margin: 0 10px 0 10px;
	float: left;
	display: block;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #cc68d0;
	text-decoration: underline;
}

#rightsider {
	font-size: 0.7em;
	margin-left: 200px;
	padding: 0 50px 0px 0;
}	