body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8988;
	background-color: #000000;
	background-repeat: repeat;
	line-height: 16px;
	background-image: url(images/bkg.gif);
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	color: #d4d1d1;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #d4d1d1;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #d4d1d1;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #f47b20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d4d1d1;
}

a img {
	border: none;
}


/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}


/* Menu */

#menu {
	width: 778px;
	height: 45px;
	background-image: url(images/img02.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	top: 90px;
	position: relative;
}

#page-bg {
	background-image: url(images/img03.png);
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
}
#orange 

 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

/* Content */

#content {
	float: right;
	width: 470px;
	padding-top: 20px;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}
.smaller {
	font-size: 10px
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding-left: 30px;
	padding-top: 24px;
}


#sidebar h2 {
	margin: 0;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	color: d4d1d1;
}

#sidebar a {
	text-decoration: none;
	line-height: 1.2em;
	font-size: .9em;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(images/img08.png);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#footer a {
	color: #8A8988;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
