/* basic elements */
body { 
	background: #cccccc;
	color: #555753; 
	margin: 0px; 
	}
p { 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
#	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
#	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
#	color: #9685BA;
	}
/* specific divs */
div.header {
	text-align: center;
#	background-color: #99CCFF;
	padding: 5px;
	}
div.navigation { 
	text-align: center; 
#	background-color: #99CCFF;
	}
div.navigation ul {
	border-collapse: collapse;
	padding: 0em 0em 0em 1em;
	white-space: nowrap;
	list-style: none;
	margin: 2px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
	}
div.navigation li {
	display: inline;
	}
div.navigation li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.1em;
	padding: 0em 1em;
	text-decoration: none;
	}
div.navigation li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
	}
div.navigation li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
	}
div.page {
	width: 760px;
	display: block;
	position: relative;
}
div.left_col { 
	text-align: left;
	left: 0px;
	top: 0px;
   	position: absolute;
	float: left;
	display: block;
	width: 195px;
	text-align: left;
	background-color: #ffffcc;
	font-size: medium;
	margin: 0px;
	padding: 0px;
        border: 1px black solid;
	}
div.left_col h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ed7e00;
	font-size: 14px;
	margin: 5px;
	}
div.left_col h2 {
	font-size: 14px;
	margin: 5px;
#	display: list-item
	}
/*div.left_col li {
	list-style:none;
	}*/
div.right_col { 
        float: left;
	display: block;
	position: relative;
	left: 200px;
	margin: 0px;
        padding: 0px;
	background: #ffffcc;
	width: 576px;
	}
div.article {
	display: block;
	text-align: left;
	margin: 0px;
        padding: 5px;
	border: 1px black solid;
	background: #ffffcc;
	margin-bottom: 5px;
	}
div.article h1 {
        text-transform: uppercase;
        font-weight: bold;
        color: #ed7e00;
        font-size: 14px;
        margin: 5px;
	}
div.article h2 {
        font-weight: bold;
        font-size: 14px;
        margin: 5px;
	}
div.contact {
	display: block;
        border: 1px black solid;
        padding: 2px;
        font-size: medium
        margin: 0px;
        margin-bottom: 0px;
	background: #ffffcc;
        }
div.contact h1 {
        font-weight: bold;
        color: #ed7e00;
        font-size: 14px;
        margin: 5px;
        }
div.footer {
	clear: both;
	display: block;
#	float: bottom;
        margin: 5px;
        padding: 2px;
        text-align: center;
#       background-color: #99CCFF;
        background-color: #ddd;
	font-size: small;
        white-space: nowrap;
	}
