/* @override http://mba-legal.com/holding_files/style.css */

/* basics */

*{margin:0; padding:0;}

body {
	background:#333333;
	font-family: Arial, tahoma, sans-serif;
	font-size: 62.5%;
	line-height:  14px;
	margin:20px;
	}
	
	h1, h2, h3, h4, h5, h5{
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
	
h1 {font-size: 1.8em;}

p{
	font-size: 1.2em;
}



/* links */

a{
	color:#000;
	text-decoration:none;
	outline:  none;
	}

a:hover{text-decoration: underline;color:  #666666;}

a.post-title{
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	width:  100%;
	display:  block;
	padding-top: 1px;
}



/* container */


#container {
	width:880px;
	height: 600px;
	margin: 0 auto;
	padding:30px;
	background:#fff;
	color:#333;
	display:  block;
	overflow:  auto;
	}
	
/* header */

#header {
	background:#ffffff;
  	width:200px; 
  	height:150px;
	color: #fff; 
	float:  left;
	}

#header h1{
	font:normal 20pt georgia, times;
	margin:0;	
		padding-top:  80px;
	}
	
#header h1 a{
	color: #404040; 
	text-decoration: none;
	width:  190px;
	height:  70px;

	display:  block;
	background: url(masthead.jpg) no-repeat;
	
	}
	
	#header h1 a span{
	display:  none;
}

#left {
	width:200px;
	clear:  left;
	float:left;
	margin:0;
	padding:0;
	padding-top:  12px;
	border-top:  1px solid #000000;
	}

#left p {margin:0; padding: 0;padding-bottom:  6px; font-size: 1.3em; line-height: 1.2; color:  #000000; font-family: Georgia, Times, serif;}

#left p.detail{
	color: #999999!important;
}

