/* CSS layout */
body {
	margin: 0;
	padding: 0;
    /*background-image: url('./../img/back.jpg');*/
    background-color:black;
    font-family:Tahoma;
    color:#5D5D5D;
}

body h1
{
    font: bold 15px Tahoma;
}

body a
{
    font-size:12px;
    font-weight:bold;
}

body a:hover
{
    color: black;    
}

#page
{
	display:block;
	margin:0 auto;
	position:static;
	width:980px;
}

#masthead {
    background-color:#f0ffff;
}

#top_nav {
    background-color:black;
    background:url(./../img/dm-logo.png) no-repeat center top;
    background-repeat:no-repeat;
    height:200px;
}


#top_menu {
	margin-left: 0px;
	margin-right: 0px;
	height:30px;
	background-color:#2A2A2E;
    vertical-align:middle;    
}

#container {
	min-width: 450px;    
	background-color:#f9f9f9;
}

#left_col {
	width: 165px;
	float: left;
	background-color:#f9f9f9;
    min-height: 600px;
    padding-top:32px;    
}

#right_col {
	width: 165px;
	float: right;
	background-color:#f9f9f9;
    min-height: 600px;
    padding-top:32px;    
}

#page_content {
	margin-left: 165px;
	margin-right: 165px;
    margin-top:0px;
    margin-bottom:0px;
	min-height:622px;
	background-color:white;
    padding: 5px;
    font-size:12px;
}


#footer {
	clear: both;
	border-top: 1px dashed #333;
	color: #777777;
	font: bold 12px sans-serif;
    text-align:center;
    margin-bottom:5px;
    background-color:#2A2A2E;
}

.footer-text
{
    color: #777777;
}

.footer-text:hover
{
    color: #fff;
}

/* navigation */
#navigation {
	position: absolute;	
	width: 165px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {
    margin: 0px;
}
#navigation li
{
    list-style: none;
    font: bold 12px Tahoma;
    margin-top:5px;
    margin-bottom:5px;
}
#navigation li a {
	color: #777;
	font-size:11px;
    font-weight:normal;
    line-height:14px;
    text-decoration:none;
    margin: 0px;
    padding:0px;
}

#navigation p
{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    font: bold 12px Tahoma;
    margin-top:15px;
}

a
{
	color: #777;
    margin-top:2px;
}

#navigation li a:hover
{
    /*color: #8DCA3F;*/
    color: black;
}

.deviz
{
    font: bold 16px Tahoma;
    text-align:center;
}

.simple-text-header
{
    font-size:14px;
    font-weight:bold;
}

.simple-text
{
    font-size:12px;
}

.simple-text-date
{
    color: green;
    font-weight:bold;
    font-size:10px;
}
