/* CSS Document */

/* Text Formats */
body {
	margin: 0;
	padding: 0;
	background: #999999;
	font-family: "book Antiqua";
	font-size: 16px;
	color: #333333;
}

strong {
color: #3C2415;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Riven;
	font-weight: bold;
	color: #333435;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

li{
	text-indent: 10px;
}

a {
	text-decoration: none;
	color: #0066FF;
}

/* Navigation Links*/
#menu {
	width: 756px;
	height: 263px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.jpg) ;
}

#menu ul {
	margin: 0;
	padding: 210px 0px 0px 15px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right:10px;
	padding: 10px 34.2px 0px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 5;
}

#menu a:hover {
	text-decoration: underline;
}

/* Navigation Links 2*/
#menu2 {
	width: 756px;
	height: 263px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header2.jpg) ;
}

#menu2 ul {
	margin: 0;
	padding: 210px 0px 0px 15px;
	list-style: none;
	line-height: normal;
	
}

#menu2 li {
	float: left;
}

#menu2 a {
	display: block;
	height: 18px;
	margin-right:10px;
	padding: 10px 34.2px 0px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	
}

#menu2 a:hover, #menu .current_page_item a {
}

#menu2 .current_page_item a {
	padding-left: 5;
}

#menu2 a:hover {
	text-decoration: underline;
}

/* Basic Layout Forms*/
#pagecontainer{
  width: 100%;
  margin: auto;
  padding: 0;
  border: none;
 }
 
#container{ 
  width: 500px;
  margin: auto;
  padding: 0;
  border: 0px inset white;
  background: #ffffff;
}

/* Background behind the text */
#background {
	width: 756px;
	margin: 0 auto;
	padding: 0;
	background: url(images/page.jpg) repeat-y;
}

#background-top {
}

#background-btm {
	padding: 0px 20px 0px 30px;
}

#background-btm2 {
	padding: 80px 20px 0px 30px;
}


/* Content */

#content {
	position:relative;
	left:15px;
	float: left;
	width: 660px;
	padding: 0;
}

.post {
}

.post .title {
	height: 5px;
	padding: 5px 0 80 20px;
	letter-spacing: 0px;
	color: #2E5977;
}

.post .title a {
	color: #663366;
	border: none;
}

.post .entry {
	text-align: justify;
	margin-bottom: -10px;
	padding: 40px 20px 0px 30px;
}

/* Header and Footer Images */
#header-wrapper {
}

#footer {
	width: 756px;
	height: 155px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat left top;
}
