/*   
Theme Name: mltgroup
Theme URI: http://www.mltgroup.com
Description: basic mlt group theme
Author: eric reynolds
Author URI: http://www.mltgroup.com
Version: 1.0
*/

	div#header {
		width:696px; height:80px; float:left; 
	}
	div#content_box {
		float:left; width:716px;
	}
		div#content_box div#content {
			float:left; width:450px; padding:0px 15px 0px 0px; 
		}
		div#content_box div#sidebar {
			float:left; width:130px; padding:0px 0px 0px 10px; border-left:1px solid #999999;
		}
			div#sidebar h2 {
				padding:0px; margin:.5em 0px .5em 0px;		
			}
			div#sidebar ul {
				width:130px; float:left; margin:0px; padding:0px; list-style:none;
			}	
				div#sidebar ul li {
					width:130px; padding:0px; margin:0px; float:left;
				}
					div#sidebar ul li ul {
						float:left; list-style:none; border:none;
					}
			
	div#footer {
		float:left; width:716px;
	}		
	





/* 
----------------------
----------------------
*/		
		
h1 {
	font-size:1.5em;
}
h2,h3,h4,h5,h6 {
	font-size:1.3em;
}

a {
	color:#457BA5; text-decoration:none;
}
a:hover {
	color:#457BA5; text-decoration:underline;
}
.linktext {font-size:9px;margin-right:5%;}
.linktextarea {font-size:9px;font-family:verdana;overflow:hidden;}
