body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	color: #584440;
	}

a:link { color: #8F6757; }
a:visited { color: #BD8D70; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", sans-serif; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 741px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 90px;
	left : 20px;
	width: 400px;
	font-size: 18px;
	z-index: 1;
	color: #000000;
	}

.toptext h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 5px;
	left : 0px;
	width: px;
	z-index: 1;
	color: #ffffff;
	}

.nav span {
	padding: 10px;
	}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #FFC680;
	}

.nav a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

.content {
	position : absolute;
	top : 241px;
	left : 0px;
	width: px;
	padding: 10px 10px 0 210px;
	background: url(/images/mrormrs-bg.gif) repeat-y;
	border-bottom: solid 2px #999999;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 250px;
	left : 20px;
	z-index: 1;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 550px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}