body {
	background-image: url(../images/djmars_bg.gif);
	background-repeat: repeat;
	background-color: #444546;
}


body, td, pre, div, span {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
	color: #3b3c3d;
}

h1 {
	font-size:13px;
	font-weight: bold;
	color: white;
	padding: 0px;
	margin: 0px;
}

a:link {
	font-weight: bold;	
	color: grey;	
	text-decoration: none;
}

a:active {
	font-weight: bold;	
	color: grey;
	text-decoration: none;
}

a:visited {
	font-weight: bold;	
	color: grey;	
	text-decoration: none;
}


a:hover {
	font-weight: bold;	
	color: #fb7d01;	
	text-decoration: none;
} 

table.main_container {
	background-color:white;
	height:450px;
	border:1px solid black;
}

div#top_background {
	width:1000px;
	height: 236px;
	background-image: url(../images/djmarsdk_top.jpg);
	background-repeat: no-repeat;	
	background-color: white;
	
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	
}

div#content_background {
	width:1000px;
	height: 564px;
	background-image: url(../images/djmarsdk_btm.jpg);
	background-repeat: no-repeat;	
	background-color: white;
	
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	
}

td.menu_container {
	background-image: url(../images/menu_container.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 65px;
}

td.top_container {
	background-image: url(../images/top_container.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 240px;
}

td.content_container {
	background-image: url(../images/content_container.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 265px;	
}

td.top_linkbar {
	color: white;		
	padding-right: 20px;
}

td.bottom_disclaimer_bar {
	color: white;
}

span.white_title {
	font-size:14px;
	font-weight: bold;
	color: white;
}


span.white {
	font-size:10px;
	color: white;
}

.pics {  
    height:  70px;  
    width:   70px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    border:  1px solid #bb4900;  
    background-color: transparent;  
    width:  70px; 
    height: 70px; 
    top:  0; 
    left: 0 
} 