* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px  Verdana, Arial, Tahoma, sans-serif;
	width: 100%;
	background : url(../pic/bg.jpg);	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
a.extend {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}

p {margin: 0 0 18px}
img {
	border: none;
}
input {
	vertical-align: middle;
	font-size: 12px;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	border:1px solid #000;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
	background: #FFBA00;
	border-bottom:1px solid #666666;
  	font-size:3em;  
	font-weight:bold;
}
#header div{
	padding:38px 0px 0px 7px;
}
#header a {
	color:#000;
	text-decoration: none;
}
#header span{
	color:#fff;
}
#header h1{
  	font-size:0.33em;  
	color:#fff;
	display:inline;
    padding-left:7px;
	font-weight:normal;	
}
/* Panel
-----------------------------------------------------------------------------*/
#panel {
	border-bottom:1px solid #666666;
}

/* menu
-----------------------------------------------------------------------------*/
#menu{
	background : url(../pic/menu_bg.gif);		
	height:25px;
}
#menu ul li{
	list-style: none;
	display: inline;
	border-right:1px solid #fff;
	float:left;
}

#menu ul li a{
	color:#fff;
	font-size:10px;
    line-height:24px;
	//font-variant : small-caps;
	text-transform : uppercase;
	display:block;
	float:left;
	height:24px;
	padding:0px 8px 0px 8px;
}

#menu ul li a:hover{
	color:#000;
	text-decoration:none;
}

a#action{
	background : url(../pic/menu_action_bg.gif);
}
#menu ul li a#action:hover{
	color:#fff;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-right: 185px solid #fff;
	height: 1%;
	background: #fff;	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;

}
#content {
	padding: 20px 25px;
	font-size:11px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -185px;
	width: 185px;
	position: relative;
	/* background:#fff url(../pic/right.gif) top right no-repeat; */
	font-size:11px;	
	padding: 22px 0px 50px 0px;	
}

div.banner{
	text-align:right;
	padding:0px 20px 20px 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background: #FFBA00;
	text-align:left;
	padding:0 7px;
	color:#000;	
}
#footer a {
	font-size:10px;
	line-height: 20px;
	color:#000;
}




table.mailform td{
	padding:5px 0px;
}

/* Page
-----------------------------------------------------------------------------*/

.star{
	color:red;
}