@charset "utf-8";
body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	z-index:5;
	background:url(image/bg.gif) repeat-x;
}
td {
	line-height: 1.7em;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ab76a1;
	text-decoration: none;
}

h1 {
	font:1.5em Arial;
	}

h2 {
	font:1.5em Elephant;
	}

#container { 
	width: 1000px;
	margin:0 auto;
} 

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 1000px;
	height: 171px;
	visibility: visible;
	z-index: 10;
}

#contact {
	float: right;
	margin-right:20px;
	margin-top: 20px;
	color:#534741;
}
#logo {
	background:url(image/logo.gif) no-repeat;
	position: relative;
	width: 831px;
	height: 171px;
	visibility: visible;
	float:left;

}


/* ===========================Color========================== */


/* ===========================Nav========================== */

#nav {
	top: 2px;
	position: relative;
	width: 1000px;
	height: 35px;
	z-index:10;
}

#content {
	width: 100%;
	height: 100%;
	padding: 0px;
	position: relative;
	margin: 0 auto;
	z-index:10;
}

#content2 {
	float:center;
	width: 600px;
	height: 100%;
	padding: 0px;
	position: relative;
	margin: 0 auto;
	z-index:10;
}

#sidebar {
	position: relative;
	text-align:left;
	width: 320px;
	height:400px;
	visibility: visible;
	float: right;
}



/* ===========================Footer========================== */
#footer {
	color:362f2d;
	text-align:center;
	width: 1000px;
	position: relative;
	clear:both;
	z-index:10;
}
