body {
	margin:0;
	padding:0;
	width: 20000px;
	height: 512px;
	color:#333; 
	font: 62.5%/150% ariel, Sans-Serif; 
	background: #ffffff url(../img/bg.jpg) repeat-x left top;
}

#body a href link {
	color: #797979;
	
}



h2 {font-size: 14px}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 512px; 
}

#leftsider {
	padding: 40px 0 0 50px;
	float: left;
	width:300px;
}

#leftsider h1 {
	
	font-size: 32px;
	}
	
#leftsider color {
	font-size: 32px;
	color: #797979;
}
	
#menu {
	margin-top: 60px; 
	padding-left: 0px;
}

#menu ul {
	list-style: none;
}

#menu a{
	text-decoration: none;
	font-size: 22px;
	color: #797979;
}

#menu a:hover{
	color: #000000;
}

#content {
	margin: 70px 0 0 40px; 
	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{
	
	border-bottom:none;
	color: #797979;
	text-decoration:none;
	font-size:10px;
}

p.secbot a:hover {
	color: #000000;
}

p.link a{
	
	border-bottom:none;
	color: #797979;
	text-decoration:none;
	font-size:14px;
}

p.link a:hover {
	color: #000000;
}

p.designlink a{
	
	border-bottom:none;
	color: #797979;
	text-decoration:none;
	font-size:10px;
}

p.designlink a:hover {
	color: #000000;
}

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 0px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#copyright {
	position: absolute;
	top: 500px;
}	

#copyright a{
	text-decoration: none;
}


#footer {
	margin: 50 0px 10px 0;
}