body, html {
		margin:0;
		padding:0; */
		/* background:#e6e6e6; #a7a09a; */
		/* color:#fff; */
	/* 	background: url(images/bg.jpg) no-repeat #ffffff bottom center; */
		background-attachment:fixed;
		min-width:750px;
}
	
img { border:0 }

#wrap {
		margin:0 auto;
		width:1100px;
		/* height:692px; */
		height:1000px;
		background: url('images/background_d.jpg') no-repeat;
}
#header {
	}
#header h1 {
    	padding:5px;
	    margin:0;
    }
	/* Menu imported by mh */

#menu {
	height: 32px;
	padding-left: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 126px;
	height: 32px;
	vertical-align: top; 
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	font-size: 21px;
	color: #000000;
}

#menu a:hover {
	color: #9b9b9b; /*  #1A1A1A; */
}

#menu .active a {
	background: url(images/img03.gif) no-repeat;
	color: #FFFFFF;
}
/* end menu */


.main {
		float:left;
		width:680px;
		position: relative;
		left: 32px;
		top: 14px;
}
.main h2, .main h3, .main p {
		padding:0 10px;
}
 .main img.big {
	width: 680px;
	/* height: 375px; */
	border: 0; 
}
#sidebar {
		float:right;
		/* width:184px; */
		width: 171px;
		/* height: 338px; */
		position: relative;
		right: 26px;
		top: 14px;
		/* background: #39c; */
		/* background: url(images/special.jpg); */
	}
#sidebar ul {
		margin-bottom:0;
 }
 #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
}
#footer {
	/* 	background:#cc9; */
		clear:both;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	background-color: #ccc;
	color: #000;
	font-style: italic;
}
#footer p {
		padding:5px;
		margin:0;
}
.text14 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal; 
	margin-top: 0; 
	margin-bottom: 0; 
	text-align: left;
}
.head_24 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal; 
	margin-top: 0; 
	margin-bottom: 0; 
	text-align: left;
	line-height: 1.5;
}
.head_20 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal; 
	margin-top: 0; 
	margin-bottom: 0; 
	text-align: left;
	line-height: 1.5;
}
.transparent_class {
	filter:alpha(opacity=50); /* for IE */
	-moz-opacity:0.5; /* old NS  */ 
	-khtml-opacity: 0.5; /* old safari  */
	opacity: 0.5; /* FF et al  */
