html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
	background: url(/Pics/bg/Table.jpg) repeat;
	min-width: 900px;
	color: black;
}

a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:active {
	color: #660000;
}
a:hover {
	color: #66c6f3;
}

.container {
	text-align: left;
	width: 850px;
	margin: 50px auto 0 auto;
}

.roundCorner {
	clear: both;
	margin: 0px auto 0 auto;
}

.logo {
	text-align: center;
}

.name {
	position: relative;
	float: right;
	margin-right: 15px;
}

/* Layout */
.inner {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #669966;
	min-height: 500px;
}

.content {
	clear: both;
	position: relative;
	z-index: 2;
	width: 815px;
	margin: 0;
	padding: 45px 10px 20px;
	overflow: auto;
	font-size: 14px;
}

.content h1 {
	font-size: 16px;
}

.menu {
	clear: both;
	float: left;
	position: relative;
	z-index: 3;
	padding: 40px 0 0 40px;
	width: 270px;
}

.text {
	float: right;
	width: 500px;
	overflow: auto;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.menu h1 {
	font-size: 18px;
	font-weight: bold;
}

.host {
	width: 100%;
	text-align: right;
	margin-top: 30px;
	padding-bottom: 10px;
	font-style: italic;
	color: #eeeeee;
}
.host a { color: blue; }

.PortfolioHeader {
	width: 90%;
	text-align: left;
	font-size: 12px;
}

/* rounded corners without images */
b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
		    overflow: hidden; background: #669966}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px} 
