@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remove textarea resize at Safari */
textarea { 
	resize: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************** page struct ***********************/
body{
	/*background:url(../images/background.gif) repeat-x;*/
	background:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#top{
	margin:0 auto 0 auto;
	width:1150px;
	height:289px;
	position:relative;
}
#banner{
	width:1150px;
	height:250px;
	background:url(../images/banner.jpg) no-repeat;
}
#banner_shadow{
	background:url(../images/top_shade.gif) repeat-x;
	height:40px;
	position:absolute;
	bottom:0;
	width:1150px;
}
#top #links{
	width:530px;
	position:absolute;
	height:32px;
	top:0;
	left:510px;
	line-height:32px;
	
}
.supporter{
	color:white;
	float:left;
	padding-right:2px;
}
.sites{
}
.sites li{
	padding-left:19px;
	float:left;
}
.sites li a{
	color:white;
	text-decoration:none;
}
.sites li a:hover{
	text-decoration:underline;	
}
#nav{
	width:950px;
	height:56px;
	/*margin:-32px auto 0 auto;*/
	position:absolute;
	left:100px;
	bottom:20px;
	z-index:100
}
#nav ul{
		
}
#nav li{
	display:inline;
}
#nav a{
	display:block;
	float:left;
}
.but1{background:url(../images/but1.gif) left top no-repeat;}
.but2{background:url(../images/but2.gif) left top no-repeat;}
.but3{background:url(../images/but3.gif) left top no-repeat;}
.but4{background:url(../images/but4.gif) left top no-repeat;}
.but5{background:url(../images/but5.gif) left top no-repeat;}
.but6{background:url(../images/but6.gif) left top no-repeat;}
.but7{background:url(../images/but7.gif) left top no-repeat;}
.but8{background:url(../images/but8.gif) left top no-repeat;}
.but9{background:url(../images/but9.gif) left top no-repeat;}
#nav a:hover, #nav a.active{background-position:left bottom;}

#main{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

#foot{
	padding:10px 0;
	width:950px;
	margin:0 auto;
	line-height:24px;
	text-align:center;
}
#foot .content{
	border-top:5px solid #d73810;	
}

/**********************common************************/
.text{color:#000;line-height:1.6}

a{color:#000;text-decoration:none}
a:hover{text-decoration:underline}
a.label{font-size:14px;font-weight:bold;line-height:1.8;}


ul.list li{line-height:24px; list-style:inside}
ul.list li a{text-decoration:none;color:#000}
ul.list li a:hover{text-decoration:underline;}