body {
	margin: 0px;
	padding: 0px;
	background: #fff5f5 url(images/img01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #760000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #a32626;
}

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

a img {
	border: none
}

/* Header */

#header {
	width: 900px;
	height: 110px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header img{
padding-top: 15px;
}

/* Logo */

#logo {
	float: left;
	vertical-align: middle;
}

/* right */

#right {
	float: right;
	color: #FFFFFF;
}

#right p{
	padding: 0px 10px 0px 0px;
	text-align: right;
}

/*Menu*/

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

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

#menu .active {
	background: #a32626 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	margin-bottom: 10px;
}

.picline{
	text-align: center;
}

.picline img{
	margin-left: 5px;
	margin-right: 5px;
}

.post {
	margin-bottom: 20px;
	margin-top: 30px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #c49090;
}

.post .byline {
	margin: 0px;
}

#content .desc {
	margin: 0px;
	font-size: 14px;
}


.link .title {
	margin: 15px 0px 0px 10px;
}

.link .byline {
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #c49090;
}

table, td {
	border: 1px solid #C23939;
	border-collapse: collapse;
	padding: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background: white;
	margin: 18px 0;
	border: #C23939 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

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

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	background: #c23939 url(images/img06.gif) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
