

body {
	margin: 40px 0;
	padding: 0;
	background: #000000;
	font: normal small ,Arial, Helvetica, sans-serif;
	color: #000000;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: normal;
	font-size: x-small;
}

a {
	text-decoration: none;
	color: #CF0766;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

/* Header */

#header {
	width: 540px;
	height: 125px;
	margin: 0 auto;
	background: url(images/img1.jpg);
}

#header h1 {
	float: left;
	padding: 300px 0 0 25px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 300px 25px 0 0;
	font-size: 1.2em;
}

#header a {
	text-decoration: none;
	color: #CF0766;
}

/* Content */

#content {
	width: 528px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/img2.jpg) no-repeat;
	border: 6px solid #FFFFFF;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 500px;
	padding: 150px 150px 0 23px;
}

#colOne a {
	border-bottom: 1px dotted #000000;
}

#colOne a:hover {
	border: none;
}

#colOne .post {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 1.2em;
}

#colOne .posted {
	font-size: x-small;
}


/* Footer */

#footer {
	clear: both;
	width: 540px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img3.jpg) no-repeat;
}

#footer p {
	text-align: center;
	font-size: x-small;
}