* {
margin:0;
padding:0;
}
html, body {
background-color:#dAdBD6;
height:100%;
font-family:Verdana,Garamond,sans-serif,Georgia;
font-size:14px;
}



#container {
width:860px;
margin:auto;
padding:10px 0;
position:relative;
}
#header 
{
font-family:Verdana,Garamond,sans-serif,Georgia;
background-image:"images/back.jpg";
background-color:#FFFBD6;
border:1px dotted #000;
text-align:center;
width:850px;
height:100px;
position:relative;
z-index:1;
margin-bottom:20px;
}
#header-shadow {
width:850px;
height:100px;
background-color:#D7AD72;
position:absolute;
left:10px;
top:20px;
z-index:0;
}
#nav {
text-align:center;
background-color:#FFFBD6;
border:1px dotted #000;
width:850px;
line-height:20px;
position:relative;
z-index:100;
height:24px;
margin-bottom:20px;
}
#nav-shadow
{
	position: absolute;
	width: 850px;
	height: 24px;
	background-color: #D7AD72;
	z-index: 0;
	top: 140px;
	left: 10px;
}
#content {
background-color:#FFFBD6;
border:1px dotted #000;
width:850px;
height:600px;
overflow:auto;
position:relative;
z-index:1;
}
#content-shadow
{
	position: absolute;
	width: 850px;
	height: 600px;
	background-color: #D7AD72;
	top: 195px;
	left: 10px;
	z-index: 0;
}
#content-padding {
padding:5px;
background-color:#CCC;
width:820px;
height:590px;
margin:0 auto;
text-align:justify;
}
#copyright {
width:820px;
text-align:center;
margin-top:20px;
font-size:12px;
font-weight:bold;
color:#1495fd;
}
#copyright a{
color:#6495ed;
font-weight:bold;
text-decoration:none;
font-size:12px;
font-family:Verdana,Garamond,sans-serif,Georgia;
}
#copyright a:hover {
color:#FFF;
font-weight:bold;
cursor:default;
}

.DynamicMenuZIndex
{
z-index: 999;
}
