/* Specific CSS*/
h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size:26px;
}

h2 {
	font-size: 20px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
	font-weight: bold;
}

a{
	color: #303;
}

a:hover, a:active {
	color: #990;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

/* Page */

/* Content */

.post {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	margin-right: 8px;
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08a.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/img06a.jpg) no-repeat right center;
}

/* Sidebar */

.box {
	padding-right: 10px;
	background: none;	
}

.box .title {
	height: 35px;
	margin: 0;
	text-align:center;
	padding: 10px 10px 0 0;
	background: url(images/box_back.gif) no-repeat bottom;
	font-size: 18px;
}

.box ul {
	margin: 10px;
	padding-left: 5px;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
	text-align:left;
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

.box a {
}

/* Footer */

#footer h3 {
	font-size:14px;
	margin: 0;
	padding-top:8px;
	text-decoration:underline;
	color: #afaf37;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 5px 20px;
	line-height: normal;
	font-size: 12px;
	text-align:center;
}

#footer a {
	color:#FFF
}

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