html {
	background: none;
}

body {
	background-color: #fff;
	background-image: url("background.png");
	background-repeat: repeat-x;
/* 	border-top: 2px solid #ffb632; */
}

strong {
	font-weight: bold;
	color: #000;
}

h2 {
	font-weight: bold;
	color: #000;
	font-size: 115%;
}

#container {
	width: 480px;
	margin: 100px auto;
	margin-bottom: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.float_fix {
	clear: both;
	width: 100%;
}

#header {
}

#header .border-bottom {	
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #eee;
	display: block;
	clear: both;
	width: 60%;
	margin: 20px auto;
}

#header .right {
	float: left;
	width: 350px;
}

#header img#header-image {
	margin-top: 20px;
}

#header #contact {
	margin-left: 15px;
}

#header #contact li {
	display: inline;
	margin-right: 5px;	
}

#header #contact li a {
	text-decoration: none;	
	color: #555;
}

#header #contact li a:hover {
	color: #000;
}

#header .description {
	font-family: Georgia;
	font-style: italic;
	color: #333;
	margin-bottom: 10px;
	line-height: 18px;
}

#seperator {
	width: 150px;
	margin: 20px auto;
	height: 1px;
	background-color: #aaa;
}

#body {
	font-family: "Helvetica", Arial, sans-serif;
	color: #333;
	line-height: 23px;
	margin-top: 15px;
/* 	text-shadow: #e0e0e0 0px 1px 0px; */
}

#body a {
	color: #555;
	text-decoration: none;
}

#body a:hover {
	color: #111;
}

#body ul {
	margin-top: 10px;
	margin-left: 20px;
}

#body ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

#body p {
	margin-bottom: 20px;
}

#body #buttons {
	text-align: center;
}

#body button {
	width: 124px;
	height: 35px;
	margin: 20px auto;
	display: inline;
	border: 0;
	background: none;
	background-image: url("blog-button.png");
	background-repeat: no-repeat;
	color: #222;
	font-weight: bold;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
}

#body button:hover {
	color: #000;
}

