body {
	margin: 0;
	padding:700;
	background: url(images/img01.jpg) repeat-x;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img04.jpg) repeat-y;
}

a {
	color: #CC0000;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 18px;
	
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/IMG02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
 	font-weight: bold;
	font-size: 26px;
	color: #000000;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 40px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 55px;
	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 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: url(images/img04.jp) repeat-x left bottom;
}


/* Posts */

#posts {
	float: left;
	width: 600px;
}

/* Links */

#links {
	float: right;
	width: auto;
	padding-left: 20px;
	background: url(images/img04.jpg) repeat-y;
}


/* Footer */

#footer {
	height: 20px;
	padding: 0px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
