/* SecondPage */

body {background-color: #fff; 
	color:#000;
 	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	margin: auto; }
#container {
	position:relative;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	position: relative;
	font-size: 11px;
	color: #ac0000;
	background-color: #FFF;
	height: 16px;
	width: 720px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: inset;
	border-left-style: inset;
	border-bottom-color: #ac0000;
	border-left-color: #ac0000;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#item1 {
	position: relative;
	top: 1px;
	width: 120px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
#item2 {
	position: relative;
	top: 1px;
	width: 120px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
#item3 {
	position: relative;
	top: 1px;
	width: 120px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
#item4 {
	position: relative;
	top: 1px;
	width: 120px;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
#logo {
	float:right;
	position: relative;
	top: -48px;
}
#menu a {	color: #ac0000;
	background-color: #fff;
	width: 120px;
	height: 13px;
	text-decoration: none;
	display: block;
}
#menu a:link {	
	color: #ac0000;
	background-color: #FFF;
}
#menu a:visited {
	color: #ac0000;
	background-color: #FFF;
}
#menu a:hover {
	color: #00c;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 1px;
	margin-top: -7px;
	margin-left: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #ac0000;
	border-right-color: #ac0000;
	border-left-color: #ac0000;
}
#menu a:active {
	color: #ac0000;
	background-color: #FFF;
}
#textContainer {
	border: 1px dotted #ac0000;
	width: 545px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 78px;
	padding-bottom: 25px;
	padding-left: 100px;
	position: relative;
}
#world { float: left; margin-right: 20px; 
}	
h1 { font-family:Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	font-size: 15px;
	background-color:#fff; 
	color: #ac0000; 
	margin-top: 0px ;
	margin-bottom: 20px ;
	}
#clear 			{clear: both;
				}

