/*
*/

img, div, input { behavior: url(_include/iepngfix.htc) }

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cceaff;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

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

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

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h5 {
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

p, ul, ol {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	line-height: 140%;
}

ul, ol {
}

a {
	color: #AFDA3B;
}

a:hover {
	text-decoration: none;
}

.color1 {
	color: #D6EE72;
}

.color2 {
	color: #9DC9E8;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

p.aligncenter {
  text-align:center;
}

p.alignright {
  text-align:right;
}

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left: 25px;
}

img.aligncenter, aligncenter{
  margin-left:auto; 
  margin-right:auto; 
  display:block; 
  text-align:center;
}

a img {
	border: 3px solid #FFFFFF;
}

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 210px;
	margin-right: 30px;
}

.two-columns .column-two {
	float: left;
	width: 200px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li, p.block_01 {
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	background: url(../images/homepage06.jpg) repeat left top;
}

.list1 li.alt, p.block_02 {
	background-image: url(../images/homepage07.jpg);
}

.list1 a {
	color: #FFFFFF;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px;
	background: url(../images/homepage08.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/* Wrapper */

#wrapper, #bg1, #bg2 {
	min-height: 100px;
}

html>body #wrapper, html>body #bg1, html>body #bg2 {
	height: auto;
}

#wrapper {
	background: url(../images/bg02.jpg) repeat-x left top;
}

#bg1 {
	background: url(../images/bg03.jpg) repeat-y center top;
}

#bg2 {
	background: url(../images/bg04.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 680px;
	height: 180px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	width: 680px;
	background: url(../images/homepage01.gif) repeat-x left bottom;
}

#logo h1 {
	padding: 50px 0px 15px 0px;
	text-transform: lowercase;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	/*background: url(../images/homepage01.gif) repeat-x left bottom;*/
}

#menu ul {
	margin: 0px -13px 0px 0px;
	display: inline;
}

#menu li {
	display: inline;
}

#menu ul .item{display:none;}
#menu ul:hover .item{display:block;}

/*
#menu{position:absolute;}
#menu ul{width:75px;float:right;margin:0px;padding:2px;list-style:none;}
*/




#menu a {
	padding: 0px 13px 0px 16px;
	background: url(../images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 680px;
	margin: 0px auto;
}

#page p{
  font-size: 13px;
}

/* Content */

#content {
}

.post {
}

.post .title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../images/homepage02.gif) repeat-x left bottom;
}


.post .entry {
  padding-bottom: 20px;
}

.post .meta {
	padding: 10px 0px;
	background: url(../images/homepage08.gif) repeat-x left top;
}

.post .meta p {
	margin: 0px;
	line-height: normal;
}

/* Table */

td.t_top {
  background-color: #000d8b;
	font-weight: bold;
}

td.t_left{
  background-color: #666300;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 212px;
}

/* Footer */

#footer {
	padding-top: 20px;
	padding-bottom: 50px;
	background: url(../images/homepage01.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	line-height: normal;
	text-align: center;
}


