﻿body 
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:1em;
	background-image:url("layout/bcg.jpg");
	background-position:center 10px;
	background-repeat:no-repeat;
	
}

h2
{
	margin-top:20px;
	color:#666;
	}
	
th
{
	 text-align:left;
	}	

#main
{
	position:relative;
	margin:auto;
	width:1000px;
	text-align:left;
	}

#top
{
	position:absolute;
	right:85px;
	top:80px;
	font-weight:bold;
	}

#menu
{
	position:absolute;
	top:130px;
	width:100%;
	text-align:center;
	z-index:1000;
	}
	
.mainMenu
{
	position:relative;
	top:-35px;
	margin:auto;
	}	
	
.menuItem
{
	color:yellow;
	font-weight:bold;
	}	
	
.menuItemOver
{
	color:#ddd;
	}	

.menuItemActive
{
	color:White;
	}	
	
.bcgImage
{
	
	}	
	
#contentWrapper
{
	 text-align:center;
	 position:relative;
	 top:170px;
	 width:100%;
	 z-index:900;
	}	
#content
{
	position:relative;
	text-align:left;
	width:800px;
	padding:10px 10px 20px 10px;
	min-height:550px;
	border:solid 1px #aaa;
	margin:auto;
	}	
#contentBcg
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=82);
	opacity: 0.82;
	background-color:White;
	}	
	
#contentInclude
{
	position:relative;
	}	
	
#contentFooter
{
	height:15px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#956652;
	}	
	
#content a
{
	color:Maroon;
	}	
	
.image
{
	padding:10px;
	border:solid 1px Maroon;
	margin:0px 10px 10px 10px;
	background-color:White;
	}
			
.imageOver
{
	padding:10px;
	border:solid 1px #aaa;
	margin:0px 10px 10px 10px;
	background-color:White;
	cursor:pointer;	
	}	
	
.AkcePanel
{
	width:450px;
	padding:0 10px 10px 10px;
	position:absolute;
	top:20%;
	left:30%;
	border:solid 5px red;
	background-color:#fff;
	z-index:9999;
	font-weight:bold;
	}	
	
.closeBtn
{
	float:right;
	}	
	
.AkcePanel a
{
	color:red;
	font-weight:bold;
	}	
	
.AkcePanel h2
{
	width:100%;
	 background-color:red;
	 color:White;
	 padding:5px;
	}	
