body {
	margin:0;
	padding:0;
	width: 1000px;
	height: 509px;
	color:#000000; 
	font: 62.5%/150% Helvetica, Sans-Serif; 
	background: #000000 url(../bg.jpg) repeat-x left top;
}

h2 {font-size: 1.2em}
h3 {font-size: 1.5em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}
A:link {
text-decoration: none
background: #ffffff;
color: #fb0b92;w
}
A:visited {
text-decoration: none
background: #ffffff;
color: #fb0b92;
}
A:active {
text-decoration: none
background: #ffffff;
color: #fb0b92;
}	

#page {
	height: 509px; 
}

#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:300px; 
}

#leftsider h1 {
font-family: Helvetica;
background-color: #fff;
color: 000000;
text-decoration: none;
text-align: left;
line-height: 1em;
font-size: 3em;
}


#menu {
	background: #ffffff;
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	width: 18em;
}
#menu li {
	font-family: Helvetica;
color: 000000;
text-decoration: none;
word-spacing: -0.05em;
text-align: left;
letter-spacing: -1px;
line-height: 1em;
font-size: 2em;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #ffffff;
	border-bottom: 1px solid #393939;
	color: #000;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #ffffff;
	color: #fb0b92;
	padding-bottom: 8px;
}

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

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

.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

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

p.secbot a:hover {
	background: #ffffff;
	color: #fb0b92;
}

#arrows {
	position: fixed;
	top: 460px;
	left: 650px; 
	width: 200px;
	height: 35px;
	cursor: pointer;
}

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

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 85px;
	height: 35px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 85px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../arrowleft.jpg) no-repeat;}
#arrows ul #right a{background: transparent  url(../arrowright.jpg) no-repeat;}


#rightsider {
	margin: 0; 
	padding: 0 10px 0px 0;
	float: left;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}