body {
	text-align: center;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}


#page {
	
}

#header {
	background: url(images/header-bg.png  ) no-repeat;
}

#site-name {
	color: #f17314;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	padding-left: 140px;
	padding-top: 30px;
	width: 300px;
	float: left;
}

#search-box {
	float: left;
	width: 180px;
	color: white;
	margin-left: 220px;
	margin-top: 40px;
}

#search-box label {
	margin-right: 15px;
	font-weight: bold;
}


#search-box form {
	border: 0px;
	padding: 0px;
}

#search-box form input {
	padding: 3px;
}

#menu {
	background: url(images/menu-bg.png) no-repeat top center;
	text-align: right;
}

#menu ul {
	float:right;
	margin-right: 120px;
}


#menu li {
	list-style: none;
	margin: 5px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: -10px;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

#menu li.active {

}


#menu li.active a {
	color: #f17314;
}


#menu li a:hover  {


}


#content {
	background: #ffffff;
	text-align: left;
	float: left;
	padding-bottom: 20px;
	
}

#content-left {
	border-right: 1px solid #777777;
}

#content-right {
	border-left: 1px solid #777777;
	margin-left: -1px;
}


.box-wrapper-up {
	float: left;
	background: url(images/box-wrapper.png) no-repeat top;
	width: 960px;
	height: 16px;
}

.box-wrapper {
	float: left;
	background: #ffffff;
	padding-top: 15px;
	width: 960px;
}

.box {
	float: left;
	background: url(images/box-bg-Novel.png) no-repeat center;
	height: 260px;
	width: 260px;
	margin-left: 42px;
	color: #ffffff;
}

.box-text {
	padding: 30px;
	font-size: 20px;
	text-align: left;
	font-family: "Trebuchet MS";
}


#footer{

	height: 25px;
	background: #ffffff url(images/footer.png) no-repeat bottom;
	width: 960px;
	
}

p {
	line-height: 150%;
	text-indent: 10px;
	padding: 5px;
}

img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a, a:visited {
	text-decoration: none;
	color: #f17314;
}

a:hover {
	text-decoration: underline;
}

.box-text a {
	margin-left: 150px;
	width: 50px;
	height: 50px;
}

.box-text a:hover {
	margin-left: 152px;
}

.box-text a img {
	border: 0px;
}

.news {
	border: 1px solid #f1a614;
	padding: 5px 5px 0px 5px ;
	margin-top: 20px
}

.news-date {
	background: #ffffff;
	border: 1px solid #f1a614;
	margin-top: -17px;
	padding: 4px;
	width: 70px;
	text-align: center;
}

.news-title {
	font-weight: bold;
	padding-top: 5px;
	margin-left: 5px;
}

form {
	border: 1px solid #f1a614;
	padding: 20px;
	width: 300px;
	
}

form textarea {
	border: 1px solid #ddd;
}

form fieldset { border: 0; }

form input,
form select,
form textarea { 
	border: 1px solid #dddddd; 
	padding: 8px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #eeeeee;
}

form select {
	background-color: #ffffff;
}

h2 {
	font-size: 20px;
}

li {
	list-style: none outside url(images/li.gif);
}

h2, h3, h4, h5 {
	margin-left: 20px;
	color: #f1a614;
}
