* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image:url(img/intro_01.jpg);
	background-repeat: repeat-x;
	background-color: #F1EADA;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer A {

     color : #000000;

     background : inherit;

     text-decoration : none;

      }

#footer A:hover {

     color : #000000;

     background : inherit;

     text-decoration : underline;

      }
p, h1, h2 {
	margin-bottom: 10px;
}
h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}
ul {
	list-style: square;
	color: #da3006;
	margin-left: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #da3006;
	border-bottom-color: #da3006;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul a{
	color: #000000;
	text-decoration: none;
}
ul a:hover {
	color: #da3006;
}
#page {
	width: 912px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
#header {
	background-image:url(templates/ancientkeris/images2/design4_05.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 912px;
	float: left;
	margin-bottom: 10px;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
	color: #FF6600;
}
#header2 {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
#header3 {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
#content {
	background-image:url(img/intro_09.jpg);
	background-repeat: repeat-y;
	width: 912px;	
}
#menu2 {
	float: left;
	font-size: 12px;
	padding-top: 8px;
}
#menu2 a{
	background-image: url(templates/ancientkeris/images2/design4_07.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#menu {
	width: 150px;
	padding: 10px;
	float: left;
}
#menu h1 {
	color: #da3006;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#text {
	float: right;
	width: 700px;
	padding: 10px;
	margin-left: 10px;
}
#footer {
	background-image: url(img/intro_14.jpg);
	background-repeat: no-repeat;
	height: 24px;
	background-color: #F1EADA;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;	
	
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
