body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #FF9F3C;
}

h1 {
	font-size: 32px;
}

h2 {

	font-size: 23px;
}

p, ol {
	margin: 0 0 7px 0;
	text-align: justify;
		font-size: 14px;
}

ul {
	list-style-image:url(images/bullet_orange.gif);
	padding-top: 2px;
	list-style-position: outside;
}

a:link {
	color: #F5BE35;
}

a:hover, a:active {
	text-decoration: none;
	color: #F8DD79;
}

a:visited {
	color: #F5BE35;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 900px;
	height: 282px;
	margin: 0 auto 40px auto;
	background: url(images/lines.gif) repeat-x left bottom;
}

#logo {
	float: left;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 35px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #EEB141;
}

#menu a:hover {
	text-decoration: underline;
}


#page {
	width: 900px;
	margin: 0 auto;
}

#content {
}

.post {
padding-left: 7px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/lines.gif) repeat-x left bottom;
}




.box {
	padding: 20px;
	background: url(images/bg.jpg) no-repeat;
}


#footer {
	height: 40px;
	padding: 10px 0 0 0;
	background: #003448;
}
