*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;	/*#423930;*/
	text-align: center;
	color: #423930;
}

div#Intro
{
	background-image: url(/Css/Ivaoa/Img/bg_Intro.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin: 110px auto auto auto;
	
}

div#Intro div#div_PageContent
{
	padding-top: 500px;
}

div#Intro h1
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 28px;
	color: #f3eab3;
}

div#Intro a
{
	color: #f3eab3;
	text-decoration: none;
	font-size: 11px;
}

div#Intro a:hover
{
	color: #7f512f;
}

div#Home
{
	background-image: url(/Css/Ivaoa/Img/bg_Home.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin: 110px auto auto auto;
	font-size: 11px;
	color: #2e100e;
}

div#Home table
{
	font-size: 11px;
	color: #2e100e;
}

div#Home h3
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 40px;
	color: #f3eab3;
}

div#Home div#div_PageContent
{
	margin-top: 48px;
}

div#Home a
{
	color: #f3eab3;
	text-decoration: none;
	font-size: 11px;
}

div#Home a:hover
{
	color: #7f512f;
}

div#Home ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#Home ul li
{
	background-image: none;
	list-style-type: none;
	float: left;
	border-left: solid 1px #2e100e;
	margin: 0 0 0 -1px;
	padding: 0 8px 0 8px;
}

div#Home ul li a.selected
{
	text-decoration: underline;
}

div.popmenu
{
	display: none;
	position: absolute;
	background-color: #ffffff;
	padding: 8px;
	border: solid 1px #2e100e;
	width: 262px !important;
	width: 280px;
}

div#Home div.popmenu ul li
{
	width: 264px;
	border-left: none;
	margin: 0;
	padding: 0;
}

div#Home div.popmenu ul li a
{
	display: block;
	padding: 0 4px 0 4px;
	text-transform: uppercase;
}

div#Home div.popmenu ul li a, div#Home div.popmenu ul li a:link, div#Home div.popmenu ul li a:visited, div#Home div.popmenu ul li a:active
{
	color: #2e100e;
}

div#Home div.popmenu ul li a:hover
{
	background-color: #e0e0e0;
}
