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

img, div { 
	border: none;
}



* html {
	overflow:hidden;
}




body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000;
}

.clear {
	clear:both; 
	height:1px;
}


a{
	color: #000;
	text-decoration: underline;
	outline:none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

p {
	margin: 0px 0px 14px;
}


.right {
	float:right;
}
.left {
	float:left;
}
/*---------------------------------------------------------------------------------------------------------*/

/*
/ <------ H E A D I N G S ----
*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 200%;
	color:#333333;
}
h2 {
	font-size: 120%;
	color:#666666;
	padding-bottom: 10px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	padding-bottom:5px;
}


/*---------------------------------------------------------------------------------------------------------*/

/*
/ <------ H O L D E R S ----
*/


#content {
	position:relative; 
	display:block; 
	margin:0 0 0 190px; 
	background:transparent; 
	overflow:hidden; 
	z-index:10;
}
#pad {
	display:block; 
	height:140px;
}

#header {
	position:fixed; 
	display:block; 
	top:0; 
	right:0; 
	width:100%; 
	height:140px; 
	background:#fff url(images/header6.jpg) no-repeat; 
	overflow:hidden; 
	color:#000; 
	z-index:12;
}

* html #header {
	position:absolute; right:0;
	right/* */:17px; 
	right: /**/17px;
}



/*---------------------------------------------------------------------------------------------------------*/

/*
/ <------ N A V I G A T I O N ----
*/

* html .menu {
	position:absolute;
}
.menu {
	position:fixed; 
	width:130px; 
	height:100%;
	top:140px;
	left:57px;
	background-color:transparent; 
	z-index:20;
	border-right: 1px solid #999;
}
.menu ul { 
	list-style: none; 
	float: left; 
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-weight:normal;
	font-size:11px; 
	color:#666;
}
.menu li { 
	margin: 0; 
	padding: 0;
	text-align:left;

	
}
.menu li a, .menu li a:visited { 
	color: #666; 
	text-decoration: none; 
	padding: 0;
	display: block;
	width: 124px;
	line-height:15px;
}
.menu li a:hover { 
	border-right: solid 6px #666;
	color:#000;

}
.menu li.menu-current {
	border-right: solid 6px #999;
	width:124px;
}

.menu_header1, .menu_header2 {
	float:left;
	padding: 15px 0 5px 0;
	display:block;
	width: 115px;
}
.menu_header1 {
	padding-top:0px;
}
/*
/ <------ C O N T E N T ---
*/
.content {
	display:block; 
	padding:0px 10px 10px 10px; 
	width:700px; 
	margin-left:5px; 
	text-align:left;
	float:left; 
}


.content img {
	padding: 10px 0 10px;

}

.content ul{
	list-style:none;
}
