body { margin: 0px; }

* {
	font: 11px/15px Verdana,Geneva,sans-serif; 
	color: rgb(160, 150, 140);
	text-transform: uppercase;
}

img { border: none; }
a { text-decoration: none; }
table { table-layout: fixed; }
td {
	padding: 0px;
	vertical-align: top;
}

a.mail { color: rgb(190, 110, 160); }
a.mail:hover { color: rgb(140, 10, 100); }

a.mailHotFeet { color: rgb(200, 190, 180); }
a.mailHotFeet:hover { color: rgb(160, 150, 140); }

span.dot { color: rgb(140, 10, 100); }
span.dotGray { color: rgb(160, 150, 140); }

em {
	color: rgb(140, 10, 100);
}

div#TopBar {
	position: absolute;
	height: 10px;
	width: 100%;
	background-color: rgb(160, 150, 140);
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px;
	display: block;
}

span.overline {
	display: block;
	clear: left;
	float: left;
	width: 8px;
	margin-top: 4px;
	margin-right: 4px;
	border-top: 1px solid rgb(140, 10, 100);
}

span.gap { border-top: none; }

/* Logo */
a#Logo {
	position: absolute;
	top: 165px;
}

/* Navigation */
ul.nav {
	position: absolute;
	top: 16px;
	left: 155px;
}

ul.nav li {
	float: left;
	width: 135px;
}

/* ul.nav li.first { width: 135px; } */

ul.nav li a { color: rgb(140, 10, 100); }
ul.nav li a:hover, ul.nav li a.selected { color: rgb(160, 150, 140); }

ul.nav li a span { border-top: 1px solid rgb(160, 150, 140); }
ul.nav li a:hover span { border-top: 1px solid rgb(140, 10, 100); }

/* Subnavigation */
ul.subnav {
	position: absolute;
	top: 40px;
	left: 167px;
}

ul.subnav li a:hover, ul.subnav li a.selected { color: rgb(140, 10, 100); }


/* Horizontal lines */
div#NavLine, div#ContentLine, div#FooterLine {
	position: absolute;
	height: 1px;
	line-height: 1px;
	background-color: rgb(160, 150, 140);
	overflow:hidden;
}

div#NavLine, div#FooterLine { right: 0px; }
div#NavLine {
	top: 35px;
	left: 155px;
}

div#FooterLine {
	top: 600px;
	left: 290px; 
}

div#ContentLine {
	top: 155px;
	left: 0px;
	width: 880px;
	width: 100%;
}

/* PictureBar */
div#PictureBarArea {
	position: absolute;
	top: 105px;
	left: 290px;
	height: 40px;
	width: 600px;
}

/* AdminArea */
div#AdminArea {
	position: absolute;
	top: 220px;
}

a.adminLink {
	width: 120px;
	height: 14px;
	display: block;
	color: #ffffff;
	background-color: rgb(160, 150, 140);
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	margin-bottom: 4px;
}

/* Content */
div#MainArea, div#SideBar, div#FullArea { position: absolute; }
div#SideBar, div#FullArea {
	left: 167px;
	top: 168px;
}

div#SideBar { width: 113px; }

div#MainArea {
	left: 290px;
	top: 156px;
	height: 444px;

}

div#FullArea {
	height: 444px;
	width: 713px;
}	

iframe {
	position: relative;
	width: 590px;
	height: 444px;
}

/* Footer */
div#Footer {
	position: absolute;
	left: 290px; 
	top: 608px;
}
