/* CSS Document */
body {
	background: #000000 /*url(bg.gif) repeat-x D8DCCB*/;
	font: 84% Verdana, Geneva, Helvetica, sans-serif;
	color: #F2EDE3;/*#F8F5F1;*/
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account 	for differing browser defaults */
	padding: 0px;
	text-align: center; /* For IE */
}

a {
	color: #FFCC99; /*#FF9900;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

h1{
	display: none;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font weight: bold;
	font-size: 110%
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 740px;
}


#breadcrumb {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 740px;
	font-size: 80%;
	color: #bebebe;
}

#header {
	/*margin: 0 0 15px 0;
	background: yellow;
	height: 101px;*/
	width: 740px;
	text-align: center;
	padding-top: 7px;
}

#navbar{
	float: left;
	width: 743px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

/******ROLLOVER CODE****/
#navbar_list {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	display:inline;
	overflow:hidden;
	height: 22px;
	background-color: #513315;
}

#navbar_list li {
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}

#navbar_list a {
	float:left;
	overflow:hidden;
	/*height:0px !important;
	width:743px;*/
	height:22px;
	font-weight: bold;
	font-size: 105%;
}

#mummy_menu {
	float: left;
	width: 125px;
	height: 22px;
	text-align:center;
	padding-top: 3px;
	background-color: #513315;
	border-right: solid 3px #000000;
	overflow:hidden;
}


/******ROLLOVER BUTTONS****/

/****HOME****/
#but_home a {
	width: 80px;
	/*background: url(images/home_buts.gif) top left no-repeat;*/
	background-color: #513315;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #FFCC99;
	padding-top: 3px;
	border-right: solid 3px #000000;
}

#but_home a:hover {
	/*width: 77px;
	/*background: url(images/home_over.gif) top left no-repeat;
	background-position:  bottom left; */
	color: #FF9900;
}

/****GREACO-ROMAN****/
#but_graeco a{
	width: 260px;
	background-color: #513315;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #FFCC99;
	padding-top: 3px;
	border-right: solid 3px #000000;
}
#but_graeco a:hover{
	/*width: 255px;
	background: url(images/graeco-roman_over.gif) top left no-repeat;
	background-position:  bottom left; */
	color: #FF9900;
}

/****NAMENKHETAMUN****/
#but_namenkhetamun a{
	width: 164px;
	background-color: #513315;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #FFCC99;
	padding-top: 3px;
	border-right: solid 3px #000000;
}
#but_namenkhetamun a:hover{
	/*width: 160px;
	background: url(images/namenkhetamun_over.gif) top left no-repeat;*/
	color: #FF9900;
}

/****PADIMUT****/
#but_padimut a{
	width: 99px;
	/*height: 28px;*/
	background-color: #513315;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #FFCC99;
	padding-top: 3px;
}
#but_padimut a:hover{
	/*width: 98px;*/
	/*height: 28px;*/
	/*background: url(images/padimut_over.gif) top left no-repeat;*/
	color: #FF9900;
}


#mummy_left {
	float: left;
	width: 158px;
	padding-bottom: 15px;
}

#content1 { 
	float: left;
	width: 310px;
	padding-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align:top;
	/*border: 1px solid #fff;*/
	/*height: 300px;
	overflow: auto*/
}

#left_col {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border: 1px solid #fff;*/
}


#content2{ 
	float: left;
	width: 410px;/*575px;*/
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content3 {
	float: left;
	width: 730px;
	padding-top: 10px;
	vertical-align:top;
	padding-bottom: 10px;
}

#content4 {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 25px;
}

#bottom {
	clear: both;
	color: #836140;/*#836140;*/
	text-align: center;
	font-size: 90%;
	border-top: 3px solid #513315;/*#7A3D00;*/
	/*border-bottom: 1px solid #513315;*/
	padding: 20px 5px 10px 5px;
	/*margin-top: 20px;*/
	
}

#bottom a {
	color: #836140;/*#8C4E10;#B06A00;*/
}

#bottom a:hover {
	text-decoration:none;
}


#logos {
	/*top: -35px;
	top: 485px;*/
	width: 740px;
	padding-top:15px;
	vertical-align:text-top;
	text-align:center;
	margin-bottom: 10px;
}

.instructions {
	font-weight:900;
	color: #836140;/*#F5D5AF;*/
	font-size: 110%;
}

/*
.smallfont{
	font-size: 85%;
	color:#fff;
}
*/
/*
.smallfont a {
	font-size: 85%;*/
	/*color: #fff;7A3D00;
}*/


ul {
	list-style-type:square;
}

li {
	/*list-style-type:square;*/
	list-style-position:outside;
}

hr {
	color:#513315;
	border-style:solid;
}




