* {
	margin: 0;
	padding: 0;
	font: normal normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body {
	min-width: 900px;
	background: url("images/bg.jpg") repeat-x;
}

p {
	margin-bottom: 12px;
}

h1 {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

#container {
	float: left;
	margin: 0 0 0 20px;
	width: 900px;
}

#header {
	width: 900px;
	height: 180px;
}

#title {
	float: left;
    width: 400px;
	height: 140px;
	margin-top: 30px;
}

#author {
	float: right;
    width: 500px;
	height: 124px;
	margin-top: 46px;
}

#content {
	clear: both;
	float: left;
	width: 900px;
}

#colLeft {
	float: left;
	width: 513px;
	margin: 0 42px 0 12px;
}

#colLeft p {
	font-size: 12px;
	line-height: 18px;
}

#colRight {
	float: left;
	width: 321px;
	margin-right: 12px;
}

#colRight p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#colRight .title {
	font-size: 16px;
	font-weight: bold;
}

#thebox {
	text-align: center; 
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

#copyright {
	clear: both;
	width: 900px;
	font-size: 10px;
	color: #000;
	padding: 20px 0;
	text-align: center;
}

#copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #000;
}

#copyright a:hover, #copyright a:active {
	font-size: 10px;
	color: #900;
}

a:link, a:visited {
	color: #000;
	border-bottom: 1px dotted #000;
}

a:hover, a:active {
	color: #900;
	border-bottom: 1px dotted #900;
}

#adBottom {
	clear: both; 
	margin: 0 auto;
	width: 728px;
	height: 90px;
	padding-bottom: 20px;
}

#adRight {
	float: left;
	width: 160px;
	height: 600px;
	margin: 180px 0 0 20px;
}

