@media screen {

body {
	margin: 10px 20px 0 2px;
	padding: 0 20px 0 20px;
	color: #808080;
	background: #fff;
	font: 13px verdana, sans-serif;
}

table {
	color: #808080;
	background: #fff;
	font: 11px verdana, sans-serif;
}

#title {
	width: 742px;
	height: 150px;
	background: #fff url(http://www.free-conversant.com/tipster/500/enclosure/Header5.JPG) 0 0 no-repeat;
}

#title h1 {
	display: none;
}

#content {
	width: 480px;
	margin: 30px 0 0 0;
	padding: 0 30px 0 3px;
}

#content h2 {
	font-size: 1em;
	color: #808080;
}

#content a {
	color: #3366CC;
	text-decoration: none;
}

#content h2 a {
	font-size: 1em;
	color: #808080;
	text-decoration: none;
	border: 0;
}

#content h2 a:hover {
	font-size: 1em;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #3366CC;
}

#footer {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 2px solid #3366CC;
}

#right {
	position: absolute;
	left: 565px;
	top: 260px; //175px;
	width: 180px;
	border-bottom: 1px solid #3366CC;
}

html>body #right {
	left: 526px;
}

h2.boxed {
	display: inline;
	position: relative;
	top: -28px;
	font-size: 1em;
	text-transform: uppercase;
	color: #3366CC;
	background: #fff;
	padding: 1px 2px;
	font-weight: normal;
	letter-spacing:2px;
}

#right div {
	border-top: 1px solid #3366CC;
	padding: 20px 10px 10px 10px;
	width: 180px;
	margin: 20px auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	list-style: none;
	font-size: 1.5em;
}

#menu li:before {
	content: "- ";
}

#menu a {
	text-decoration: none;
	color: #808080;
	background: #fff;
}

#menu a:hover {
	text-decoration: none;
	color: #3366CC;
	background: #fff;
}

#contact a {
	color: #3366CC;
	text-decoration: none;
	background: #fff;
}

#weblogday {
	border-bottom: 1px solid #3366CC;
	padding-bottom: 20px;
	margin: 30px 0px 10px 0px;
}

#weblogdayheader {
	margin: 0px 0px 20px 0px;
	text-align: right;
}

#weblogtext {
	text-align: left;
}

#weblogfooter {
	margin: 0px 0px 20px 0px;
	text-align: right;
}


}