@charset "UTF-8";
*{
	padding:0;
	margin:0;
}
@font-face {
    font-family: shanghai;
    src: url(font/shanghai.ttf);
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: Helvetica, Verdana, sans-serif;
	text-align: center;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background: #ccc;
	color: #000000;
	background-color:#f0e8d5;
}

#global{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

#header {
	letter-spacing: 2px;
	font-weight:100;
    float: right;
    font-size: 20px;
    height: 151px;
    width: 100%;
	}

#header ul p{
	line-height:100px;
	float:left;
	color:#e30613;
	margin-left:10px;
}

#header ul {
	width: 928px;
    margin: 0 auto;    
	line-height: 150px;
}
#header ul li {
	float:right;
	color:#000;
    display: inline;
	font-size:20px;
    list-style: none outside none;
    margin-right: 60px;
}
#header ul li a {
	font-family: shanghai;
	color:#fff;
    text-decoration: none;
}
#header ul li a:hover {
    border-bottom: 2px solid #f3d00f;
    color: #fff;
}
#header a:link, #header a:visited {
    color: #fff;
    text-decoration: none;
}
.current {
    border-bottom: 2px solid #f3d00f;
}

#content{
	width: 900px;
	margin: 0 auto;
	background-color:#f0e8d5;
	min-height:400px;
	padding-bottom:125px;
}
.fright{
	float:right;
	}

.column { margin:0px 2% 0px 0px; float:left; min-height:1px; position:relative; }
	.column.last { margin-right:0px; }	
	.one-fourth { width:23.4%; }
	.one-half { width:48.9%; }
	.one-third { width:31.9%; }
	.two-third { width:65.8%; }

#pub{
	width: 828px;
	margin: 0 auto;
	background-color:#f0e8d5;
	height:225px;
}

#content h1{
	font-size:28px;
	margin:0px 10px 20px 10px;
	text-align:center;
	color:#e30613;
}
#content h2{
	margin:10px;
	text-align:left;
	color:#e30613;
}
#content h3{
	margin:10px;
	text-align:left;
	color:#e30613;
}

#content ul{
	font-size:14px;
	line-height:1,7;
	color:#1f6917;
	margin:5px 10px 5px 10px;
	text-align:left;
}

#content ul li{
	list-style:none;
	font-size:14px;
	line-height:1,7;
	color:#1f6917;
	margin:5px 10px 5px 10px;
	text-align:left;
}

#content p{
	font-size:14px;
	line-height:1,7;
	color:#1f6917;
	margin:5px 10px 5px 10px;
	text-align:left;
}
#footer{
	width: 100%;
	margin: 0 auto;
	height:125px;
	}

#footer p{
	text-align:center;
	color:#555;
	margin-top:100px;
	}

#footer a{
	text-decoration:none;
	color:#FFF;
	}
	#footer a:hover{
	text-decoration:underline;
	color:#FFF;
	}
	#copy{
	color:#000;
	width:900px;
	margin:0 auto;
	border-top:1px solid #555;
	padding-top:5px;
	margin-top:10px;
}