body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

h2 {
	text-transform: none;
	font-size: 18px;
}

h3 {
	text-transform: none;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 18px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background:    url("images/img05.gif") repeat-y;
}

a {
	color: #330033;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background-image: url(images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 25px 0 0 20px;
	font-size: 38px;
	line-height: 48px;
}

#header h2 {
	float: right;
	padding: 10px 20px 0 0;
	font-size: 18px;
	text-align: right;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background:    url("images/img03.gif") no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img05.gif) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Footer */

#footer {
	height: 60px;
	background: url(images/img04.jpg) repeat;
}

#footer p {
	text-align: center;
	color: #999999;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tdSidebar {
	padding: 0px 0px 10px;
	margin: 0px;
	float: right;
	top: 0px;
}
#footer a {
	color: #CCFF00;
}

