/* CSS Document for GENERIC 10pp HTML website */

/* TAGS */

body {
	color: #333;
	margin: 0;
	padding: 0px;
	background-color: #dadada;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-size: 28px;
	font-weight: lighter;
	line-height: 36px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 26px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 26px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 3px;
}
h6 {
	font-size: 11px;
	font-weight: lighter;
	line-height: 13px;
	color: #666;
	margin-top: 30px;
	margin-bottom: 10px;
}
html p {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background: transparent;
}
a:active {
	color: #000;
	text-decoration: none;
	background: transparent;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	font-weight: lighter;
}


/* CLASSES */

.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.firstpara {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #4b4b4b;
}
.highlight {
	color: #fff;
}
.picture_left {
	border: solid #fff 1px;
	margin: 0px 10px 5px 0px;
}
.youAreHere {
	padding: 10px;
}


/* IDs */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	width: 740px;
}
#picture {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 250px;
	background-color: #b2b2b2;
}
#lhs {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 250px;
	left: 0px;
	width: 190px;
}

/* START links styling */
div#lhs ul {
	margin: 0;
	padding: 0;
}
div#lhs li {
	list-style: none;
	margin: 0;
}
div#lhs a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 10px; 
	width: 100%;	/* Allows ie-PC old and new to use whole div width as rollover */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;	/* be nice to ie5-PC. */
}
html>#lhs {
	width: 180px;	/* Be nice to Opera */
}
div#lhs>a {			/* All browers except ie-PC undertand this, so they reset the width. */
	width: auto;				
}
div#lhs a:link, div#lhs a:visited {
	background: #c1c1c1;
	color: #444;
}
div#lhs a:hover {
	background: #888;
	color: #fff;
}
/* END links styling */

#rhs {
	position: absolute;
	padding: 15px 20px 20px 20px;
	border: 0px;
	top: 250px;
	left: 190px;
	width: 550px;
	voice-family: "\"\}\"";
	voice-family: inherit;
	width: 510px;
}
html>#rhs {
	width: 510px; /* Be nice to Opera */
}