* {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	background: white;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 10px;}
	
a {
	color: #333333;
	}

#wrapper {
	width: 800px;
	margin: 0px auto;
	}
	
#top_left {
	float: left;
	width: 215px;
	height: 191px;
	}
	
#top_right {
	float: right;
	width: 585px;
	height: 191px;
	background-image: url(images/drpcom_new_02.gif);
	}
	
#bottom_left {
	float: left;
	width: 215px;
	}
	
#bl_feet {
	float: left;
	background-image: url(images/drpcom_new_03.gif);
	width: 215px;
	height: 209px;
	}
	
#bl_search {
	float: left;
	width: 215px;
	margin-bottom: 40px;
	}
	
#searchbox {
	margin-left: 12px;
	}
	
#bl_rss {
	float: left;
	width: 215px;
	margin-bottom: 40px;
	}
	
#bl_links {
	float: left;
	width: 215px;
	margin-bottom: 40px;
	}
	
.sidebar_title {
	font-size: x-large;
	font-weight: bold;
	margin-left: 12px;
	}
	
.sidebar_list {
	text-decoration: none;
	margin-left: 12px;
	}
	
.sidebar_list li {
	display: inherit;
	}
	
#bottom_right {
	float: right;
	width: 585px;
	}
	
.article {
	float: left;
	margin: 15px;
	margin-top: 35px;
	margin-left: 50px;
	}
	
.article_title {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.article_date {
	font-size: medium;
	font-weight: lighter;
	margin-bottom: 10px;
	}
	
.article_text {
	font-size: small;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.article_bottom {
	margin-bottom: 45px;
	width: 520px;
	min-height: 15px;
	}
	
.article_readmore {
	float: left;
	font-size: small;
	font-weight: bold;
	}
	
.article_comments {
	float: right;
	font-size: small;
	font-weight: bold;
	}
	
ul#menu {
	margin: 0px; padding: 0px;
    position: relative; top: 160px; left: 0px;
    right: 0px;
    width: 585px;
	}
	
ul#menu li {
    display: inline;
		}

ul#menu li a {
    text-decoration: none;
    color: white;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
		}

ul#menu li a.active, ul#menu li a:hover {
    color: #333333;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 6px;
		}

#footer {
	font-size: 90%;
	font-stretch: extra-expanded;
	}

#footer a {
	text-decoration: none;
	color: #333333;
	}

.article_text ol li {
	margin-left: 25px;
	}