html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
}

h1, h2, h3 {
	margin: 0px;
	color: #A5A5A5;
}

h1 b, h2 b, h3 b {
	color: #6F6F6F;
}

h1, h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 2.3;
	text-align: justify;
}

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

ul.style1 {
}

ul.style1 a {
	padding-left: 6px;
}

strong {
}

a {
	color: #424242;
}

a:hover {
	text-decoration: none;
}

a.comments {
	padding-left: 21px;
	background: url(images/homepage_12.gif) no-repeat left center;
}

a.permalink {
	padding-left: 18px;
	background: url(images/homepage_13.gif) no-repeat left center;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 24px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 24px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

table
{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
}

table td
{
	border-bottom:1px solid #dfdfdf;
}

/** WRAPPER */

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

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

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 330px;
}

/** MENU */

#menu {
	float: right;
	width: 610px;
}

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

#menu li {
	float: left;
	width: 90px;
	padding: 0px 25px 6px 0px;
	background: url(images/homepage_02.gif) no-repeat left bottom;
}

#menu a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #777777;
}

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

/** PAGE */

#page {

}

/** CONTENT */

#content {
	float: right;
	position: relative;
	width: 560px;
	margin-top: -70px;
	padding: 0px 50px 0px 0px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 36px;
	background: url(images/homepage_10.gif) repeat-x left top;
}

.box-style1 .title h1, .box-style1 .title h2, .box-style1 .title h3 {
	height: 36px;
	margin: 0px;
	padding-left: 25px;
	background: url(images/homepage_11.gif) no-repeat left top;
}

.box-style1 .title h1, .box-style1 .title h2 {
	padding-top: 2px;
}

.box-style1 .title h3 {
	padding-top: 8px;
}

.box-style1 .entry {
	padding: 25px 20px 0px 20px;
}

.box-style1 .comments {
	padding-right: 15px;
}

.box-style1 .permalink {
}

/** BOX1 */

#box1 {
}

#box1 .entry {
	padding-bottom: 20px;
}

/** BOX2 */

#box2 {
}

#box2 .images {
	padding: 30px 0px 5px 2px;
}

#box2 .images ul {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	list-style: none;
}

#box2 .images li {
	float: left;
	padding: 0px 0px 0px 14px;
}

#box2 .images img {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** SIDEBAR */

#sidebar {
	clear: left;
	float: left;
	width: 200px;
	padding: 0px 0px 0px 50px;
}

/** FOOTER */

#footer {
	height: 150px;
	background: url(images/bg_04.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 90px 0px 0px 0px;
	text-align: center;
	color: #A4A4A4;
}

#footer .legal {
}

#footer .links {
}

