@charset "UTF-8";
/* CSS Document */

img { border:none}

body {
	background-color: #A08254;
	background-image: url(../../images/structure/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#ShadowWrapper {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.DropShadow {
	      -webkit-box-shadow: 0px 5px 10px #624b38;
          -moz-box-shadow: 10px 5px 50px #624b38;
          box-shadow: 10px 5px 50px #624b38;
}

/* @group Header */

#Header {
	height: 66px;
	width: 890px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0px auto -20px;
}

#HeaderLeft {
	float: left;
	height: 66px;
	width: 356px;
}
#HeaderRight {
	width: 512px;
	float: right;
	text-align: right;
}

/* @end */

#Wrapper {
	height: inherit;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#Sidebar {
	width: 170px;
	padding: 20px;
	float: left;
	background: #60A8B1 url(../../images/structure/bkg_sidebar.jpg) repeat-x;
	margin: 0;
	height: 590px;
	vertical-align: top;
}

#SideWrapper {
	width: 100%;
	height: 100%;
}

/* @group Navigation */

#Navigation * {
	font: 14px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 2px 0 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	height: 28px;
	text-align: left;
	display: list-item;	
	border-bottom: 1px solid #958f78;
}

#NavWrapper {
	width: 100%;
	height: 70px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#Navigation li a{
	color: black;
	text-decoration: none;
	text-decoration: none;
	border: none;
	background: url(../../images/nav/bullet.png) no-repeat 151px 6px;
}

#Navigation li a:hover{
	color: #963f10;
	background: url(../../images/nav/bullet_over.png) no-repeat 151px 6px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#Navigation li a:active{
	color: #963f10;
	text-decoration: none;
	font-weight: bold;
	border: none;
	text-decoration: none;
	background: url(../../images/nav/bullet_over.png) no-repeat 151px 6px;
}



/* @end */


#MainContent {
	width: 720px;
	vertical-align: top;
	float: right;
	background: #d9e99a url(../../images/structure/bkg_main.jpg) repeat-x;
}

#Flash {
	width: 720px;
	height: 360px;
	background-color: black;
	margin: 0;
}

#Footer {
	text-align: center;
	font: 9px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	width: 100%;
	margin-top: 10px;
}
