*{
	border : 0px;
	margin : 0px;
	padding : 0px;
}

body{
	font : 11px arial, sans-serif;
	background : #f0f0e8;
}

a{
	text-decoration : none;
}

p{
	margin-top : 8px;
	margin-bottom : 12px;
	color : #272f27;
	width : 460px;
	font-size: 11px;
}

h1{
	margin-top : 22px;
	font-size : 12px;
	text-transform : uppercase;
}

li{
	list-style : none;
}

#wrapper{
	position : absolute;
	width : 780px;
	left : 50%;
	margin-left : -390px;
	margin-top : 2%;
}

#container{
	border : 3px solid white;
	background : #dfddd3;
}

#header{
	/*background : #dfddd3 url("images/logo.gif") no-repeat bottom left;*/
	padding-top : 50px;
	height : 42px;
}

#header ul{
	text-align : right;
	margin-right : 46px;
	padding-top : 20px;
}

#header li{
	display : inline;
	margin-left : 16px;
}

#header a{
	font-size : 10px;
	color : #85887f;
}
#header a:hover{ color : #b98b00; }

#core{
	position : relative;
	border : 3px solid #eeede5;
	margin : 0px 46px 74px 46px;
	background : #eeede5;
}

#right_content{
	padding-left : 197px;
}

.header{
	margin-top : 24px;
}

/* main menu css ******************************/
ul#menu{
	position : absolute;
	top : 18px;
	left : 0px;
	text-align : right;
	text-transform : uppercase;
	width : 176px;
}

ul#menu li{
	position : relative;
}

ul#menu li ul{
	position : absolute;
	left : 197px;
	top : 0px;
	display : none;
	border-bottom : 1px solid black;
}

ul#menu li:hover ul{ display : block; }
ul#menu li.over ul{ display : block; }

ul#menu a{
	display : block;
	width : 100%;
	color : #595f57;
	font-size : 11px;
	padding : 10px 20px 6px 0px;
}
ul#menu a:hover{
	background : #dfddd3 url("images/menu_arrow.gif") no-repeat 97% 50%;
}

ul#menu a#LinkArrow:hover
{
	background : #dfddd3 url("images/menu_arrow.gif") no-repeat 97% 50%;
}


ul#menu li ul a{
	background : white;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-top : 1px solid black;
	text-align : left;
	padding-left : 10px;
	width : 130px;
}

*html ul#menu{ width : 196px; }
*html ul#menu li{ float : left; }
*html ul#menu li a{ height : 1%; }
*html #menu li ul a{ width : 160px; }

/* end main menu css ***************************/

ul#footer{
	text-align : center;
	margin : 20px 0px;
	color : #a3a69e;
}

ul#footer li{
	display : inline;
}

ul#footer a{ color : #a3a69e; }
ul#footer a:hover{ color : #b98b00; }

/* end footer css ***************************/

#sidebar{
	position : absolute;
	top : 446px;
	left : 12px;
	color : #656a62;
}

#sidebar ul img{
	float : left;
	margin-right : 6px;
}

#sidebar li{
	clear : both;
	padding-top : 6px;
}

#sidebar2{
	position : absolute;
	top : 350px;
	left : 12px;
	color : #656a62;
}

/* end inner content css ***************************/
