/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{
	color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li{
	list-style:none;}
caption,th{
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;}
q:before,q:after{
	content:'';}
abbr,acronym {
	border:0;font-variant:normal;}
sup {
	vertical-align:text-top;}
sub {
	vertical-align:text-bottom;}
input,textarea,select{
	font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{
	color:#000;}

/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	font-size : 11px;
	color : #555555;
	text-align:center;
	background-attachment: fixed;
	background-image: url(images/index_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #243e1b;
}
a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}
#index_content {
	width:620px;
	margin: auto;	
}
#index_head {
	height:50px;
	width:620px;
}
#header_nav{
	width: 620px;
	padding:2px 0 0 0;
	margin:0;
}
#header_nav li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
}
#header_nav a {
	display: block;
	padding: 10px 0 0 45px;
}
#index_background {
	background-image: url(images/index_bg.gif);
	background-repeat: no-repeat;
}
#index_body {
	text-align:right;
	margin:35px;
}
#index_body img{
	margin-bottom:5px;
	margin-top:100px;
	margin-right:40px
	float:right;
}
#text_content{
	line-height:18px;
	margin-top:25px;
}
#text_content a{
	color:#243e1b;
	text-decoration:underline;
}
#text_content a:hover{
	text-decoration:none;
}	
#copy{
	width:100%;
	font-size : 10px;
	margin-top:30px;
	margin-bottom:20px;
	padding:0 0 45px 0;
	color:#cbcbc9;
}
.clickhere{
	margin-top:18px;
	margin-bottom:5px;
	font-size:11px;
	color:#243e1b;
	text-align:right;
}
