*{
	border: 0px solid black;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1{
	font-weight: bold;
	color:#580000;
}
p.bodytext{
	color:#202020;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}


h6{
	font-size:24px;
}


#head{
	height:225px;
	background:#e3dfd7 url('images/head_bg.gif') repeat-x;
}
#head_block{
	height:225px;
	width: 960px;
	margin:0 auto;
}
#head_logo{
	float:left;
	height:225px;
	width:263px;
	background-image: url('images/head_logo.jpg');
}
#head_curves{
	float:left;
	height:225px;
	width:345px;
	background-image: url('images/head_curves.jpg');
}
#head_info{
	float:left;
	height:225px;
	width:320px;
	background: url('images/head_info_bg.gif') repeat-x;
}
#text_info{
	padding-top:42px;
	padding-right:15px;
	text-align:right;
	color:#b38e6b;
	font-family:Arial;
	font-size:16px;
}
#head_info_right{
	float:left;
	height:225px;
	width:20px;
	background: url('images/head_info_bg_right.gif') repeat-x;
}


#content{
	width: 960px;
	margin:0 auto;
	font-family:Arial Narrow;
	font-size:18px;
}


#column_left{
	float:left;
	width:229px;
}
#leftmenu_top{
	width:229px;
	height:61px;
	background: url('images/leftmenu_top.gif') no-repeat;
}
#leftmenu_content{
	width:229px;
	background: url('images/leftmenu_bg.gif') repeat-y;
	color:#a07a55;
	padding-bottom:40px;
}
#leftmenu_content a:link{
	text-decoration:underline;
	color:#a88665;
}
#leftmenu_content a:visited{
	text-decoration:underline;
	color:#a88665;
}
#leftmenu_content a:hover{
	text-decoration:none;
	color:#a07a55;
}
#leftmenu_content li{
	padding-right:48px;
}
#leftmenu_content img{
	margin-left:15px;
}
#lefmenu_bottom{
	width:229px;
	height:26px;
	background: url('images/leftmenu_ bottom.gif') no-repeat;
}


#column_right{
	float:left;
	width:731px;
}
#column_right p{
	padding-top:2px;
	padding-bottom:2px;
}
#mainmenu{
	height:61px;
	background: url('images/mainmenu_bg.gif') repeat-x;
	font-weight: bolder;
	color:#7b8539;
}
#mainmenu a:link{
	text-decoration:underline;
	color:#a1ae4a;
}
#mainmenu a:visited{
	text-decoration:underline;
	color:#a1ae4a;
}
#mainmenu a:hover{
	text-decoration:underline;
	color:#7b8539;
}
#mainmenu span,#mainmenu a{
	padding-right:40px;
}
#mainmenu p{
	float:left;
	padding-top:10px;
}
#mainmenu_right{
	float:right;
	width:14px;
	height:61px;
	background: url('images/mainmenu_right.gif') no-repeat;
}
p#copyright{
	text-align:right;
	color:#a1ae4a;
	padding-top:20px;
	padding-bottom:0;
}
#line{
	background-color:#d4bda7;
	height:5px;
	font-size:5px;
	margin-bottom:40px;
}


/**********************/
#active{
    background-color: black;
    filter:alpha(40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#active:hover{
    filter:alpha(40);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
	opacity: 0.1;
}
#passive{
    background-color: black;
    filter:alpha(40);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
#passive:hover{
    filter:alpha(90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity: 0.9;
}