@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 20px 0px;
	width: 800px;
	text-align: left;
}

#title {
	position: absolute;
	top: 0;
	width: 335px;
	height: 104px;
	background-image: url(bgimgs/rotate.php);
}

h1 {
	letter-spacing: -0.5px;
	font-weight: normal;
	padding-top: 17px;
	padding-left: 15px;
}

h3 {
	font-weight: normal;
}

#content {
	position: absolute;
	top: 110px;
	padding-left: 15px;
}

p {
	font-size: 14px;
}

p.small {
	font-size: 11px;
}

#right {
	position: absolute;
	right: 0px;
	top: 110px;
	width: 450px;
}

ol li {
	font-size: 14px;

}

a:link {
	color: #000;
	text-decoration: underline;
	
}
a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}





#menu2 a:link {
	text-decoration: none;
	font-weight: 400;
}

#menu2 a:visited {
	text-decoration: none;
}

#menu2 a:hover {
	font-weight: 600;
}




#menu2 {
	position: absolute;
	top: 80px;
	right: -20px;
}

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

#menu2 li { 
	float: left;
	font-size: 11px;
	width: 80px;
}







#menu {
	width: 50px;
	position: absolute;
	right: 10px;
	top: 21px;
	font-size: 14px;
}

#menu a:link {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

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

#menu a:active {
	color: #000;
}

#menu a:hover {
	color: #000;
	font-weight: 600;
}
