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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 13px;
	color: #8A7F7F;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: normal;
	color: #549DC7;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 30px;
}

p {
	margin-bottom: 10px;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

#header h1 {
	float: left;
	padding-top: 15px;
}

#header h1 a {
	padding: 0px 0 0 155px;
	color: #004085;
}

#header h1 a:hover {
	text-decoration: none;
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 900px;
	background: url(images/img03.jpg) repeat-y left top;
}

#content .headimg {
	background: url(images/imgheader.jpg) no-repeat left top;
}

#content .background {
	background: url(images/img04.jpg) no-repeat left bottom;
}

#content ul {
  margin:0 0 0 5px;
  padding: 0;
  line-height: normal;  
}

#content ul li {
	width: auto;
	display: inline;
	float: left;
	padding-left: 3px;
	padding-right:3px;
	margin-bottom:20px;
	border-right:1px solid #fcb84d;
}

#content ul li a {
	color:#AAA;
}

#content ul li a:hover,
#content ul li a.active {
	color: #333;
}

.text {
	padding: 190px 25px 10px 25px;
}

.text .title {
	margin: 0;
	padding: 0 0 0 18px;
	text-align: left;
}

.text .text1 {
	padding: 20px;
}

.text .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}

#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	font-size: 13px;
	line-height: normal;
}

#footer p a {
	padding-left:10px;
	background:none;
}
