/*
Deeger.com index CSS
*/

body
	{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	background: #336;
	font-family: georgia, verdana, arial, sans-serif;	
	}


a {
	color: #CC9;
	font-family: georgia, verdana, arial, sans-serif;
	border-bottom: dotted 1px #99C; 
	text-decoration: none;		

	}

a li {	
	font-family:georgia, verdana, arial, sans-serif;
	color:#CC9;
	border-bottom: dotted 1px #99C; 
	text-decoration: none;			
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-align: right;
	list-style: none;
	}
	 
a:link {
	color: #CC9;
	border-bottom: dotted 1px #99C; 
	text-decoration: none;		
	} 

	
a:visited {
	color: #CC9;
	border-bottom: dotted 1px #99C; 
	text-decoration: none;		
	}
	 
a:active {
	color: #CC9;
	border-bottom: dotted 1px #99C; 	
	text-decoration: none;		
	} 	
	
a:hover {
	color: #CC9;
	border: none;
	text-decoration: none;	
	border-bottom: dotted 1px #CCC; 
	} 

.content {
	width:100%;
	text-align:bottom;
	}

.header {
	background-color:#CC9; 
	text-decoration: none;	
	} 

.leftside {
	width:30%;
	background-color:#336;
	}

.rightside {
	width:70%;
	background-color:#336;
	}
	
.self {
	text-align:right;
	}	

.side {
	font-family:georgia, verdana, arial, sans-serif;
	color:#CC9;
	background-color:#336;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	list-style: none;
	list-style-type: none;	
	}
	
.sidetitle {
    font-family:georgia, verdana, arial, sans-serif;
	color:#CCC;
	background-color:#336;	
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	padding:2px;
	margin-top:5px;
	border-bottom:1px solid #CCC;
	text-transform:lowercase;
	letter-spacing: .2em;	
	}
