body {
	margin: 11px;
	padding: 0;
	background: #FEFCFC url(images/img1.gif) repeat-y;
	font: normal 12px verdana, Arial, Helvetica, sans-serif;
	color: #727171;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial Black, Helvetica, sans-serif;
}

/* Header */

#header {
}

#header h1 {
	letter-spacing: 0px;
	font-size: 35px;
	text-align: center;
	color: #3B3B3B;
	background: url(images/img11.gif) no-repeat 0% 0%;
	text-indent: -9999px;
}

#header h2 {
	position: relative;
	margin-top: -10px;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: normal;
	color: #FF881E;
}

#header a {
	padding-left: 0;
	background: none;
	text-transform: lowercase;
	text-decoration: none;
	color: #FF7800;
}

/* Links */

#links {
	float: left;
	width: 200px;
}

/* Archives */

#archives {
	float: left;
	width: 180px;
}

.content p {
	margin: 2px;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 2px;
}

/* Posts */

#posts {
	margin-left: 400px;
}

#posts .post {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	background: url(images/img4.gif) no-repeat left bottom;
}

#posts .title {
	font-size: 14px;
	color: #444;
	letter-spacing: 3px;
}

#posts .posted {
	font: normal 10px verdana, Arial, Helvetica, sans-serif;
}

#posts .story {
	font-size: 14px;
	line-height: 180%;
	color: #555;
	letter-spacing: 0px;
}

#posts a {
	color: #333333;
}

#posts a:hover {
	text-decoration: none;
	color: #000000;
}

#posts .category {
	padding-left: 15px;
	background: url(images/img8.gif) no-repeat left center;
}

#posts .comment {
	padding-left: 15px;
	background: url(images/img9.gif) no-repeat left center;
}

/* Orange Box */

.obox {
	padding: 10px 20px 20px 13px;
	background: url(images/img2.gif) no-repeat left bottom;
	color: #cd6d01;
}

.obox .heading {
	margin-bottom: 5px;
	font-size: 14px;
	color: #FF881E;
}

.obox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

.obox li {
	line-height: 170%;
}

.obox a {
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left 60%;
	text-decoration: underline;
	color: #FF881E;
}

.obox a:hover {
	text-decoration: none;
}

/* Blue Box */

.bbox {
	padding: 10px 20px 20px 20px;
	background: url(images/img3.gif) no-repeat left bottom;
}

.bbox .heading {
	margin-bottom: 5px;
	font-size: 14px;
	color: #4BA3D8;
}

.bbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 180%;
}

.bbox li {
	line-height: 190%;
}

.bbox a {
	padding-left: 10px;
	background: url(images/img6.gif) no-repeat left 55%;
	text-decoration: none;
	color: #4BA3D8;
}

.bbox a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 180px;
	padding: 12px;
	font-size: 10px;
	color: #FF7800;
}

#footer a {
	color: #727171;
}

#osusume {
	padding-right: 1.5em;
	padding-left: 1.5em;
	font-size: 13px;
}

#osusume p{
	margin-top: 10px;
	margin-bottom: 5px;
}

