@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	line-height:normal;
	background-color:#333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
}
a{
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	font-size: 17px;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	font-size: 15px;	
}
	
p {
	line-height:normal;
	margin:0 0 0 0;
}

#contain {
	width:950px;
	height:700px;
	background-image:url(images/index-bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	float:none;	
}
#center-inside {
	margin-top:10px;	
	width:950px;
}
#contain-inside {
	width:950px;
	background-image:url(images/inside-bg2.jpg);
	background-repeat:no-repeat;
	float:left;
}


#index1 {
	width:300px;
	margin-top:185px;
	margin-right:20px;
	float:right;
}
#index2-navbox {
	width:300px;
	margin-top:10px;
	float:left;
}
#index-nav {
	margin:0;
	padding:0;
}
#index-nav li {
	display:inline;
	padding:0;
	margin:0;
}


#inside1 {
	width:500px;
	margin-top:60px;
	margin-right:140px;
	float:right;
}
#inside2-navbox {
	width:500px;
	margin-top:10px;
	margin-bottom:40px;
	float:left;
}
#inside-nav {
	margin:0;
	padding:0;
}
#inside-nav li {
	display:inline;
	padding:0;
	margin:0;
}
#inside-sidenav {
	width:200px;
	margin-top:250px;
	margin-left:75px;
	float:left;
}
#inside-expandable {
	height:400px;
	width:500px;
	float:right;
	overflow:scroll;
}

