/*
Css style sheet for SadMarvin.com
3 row 2 col table liquid layout.
Ed Stafford - Pixelengineers.com
*/


/*
====   Start Foundation Styles - Basic layout requirements
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2A2A2A;
	margin: 0px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#primaryLayout{
	width: 95%;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
}
#tblHead{
	background-image: url(/graphics/headerBG.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#tblLeftCol{
	width: 25%;
	vertical-align: top;
	background-color:#666666;
}
#tblMainCol{
	width:75%;
	background-color:#666666;
	padding-right: 10px;	
}
#footer{
	text-align: center;
	font-size: 85%;
}

			/*
			====   Start Page Top/Head styles
			*/
			#headContent{
				position:relative;
				width:100%;
			}
			#headImage1{
				float:left;
				clear:none;
			}
			#headImage2{
				float:right;
				clear:none;
			}
			/*
			====   End Page Top/Head styles
			
			====   Start Page bottom/Footer styles
			*/
			 #tblFooter {
				font-size:90%;
				color: #CCCCCC;
				text-align: center;
				padding-top: 15px;
				padding-bottom: 5px;
				background-color: #000000;				
			}
			/*
			====   End Page bottom/Footer styles

====   End Foundation Styles - Basic layout requirements

====   Starrt Main Content Area styles
*/

.MidContentBlock {
	position:static;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #F5F5F5;
	color: #666666;
	font-size: 100%;
	overflow:visible;
}
.MidContentBlock table {
	text-align: left;
	color: #666666;
	font-size: 100%;
}
.midblock_head {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	background-color: #666666;
	color: #000000;
}
.LftColBlock {
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right:10px;
	border: 2px solid #000000;
	text-align: left;
	width:auto;
	position:static;
	background-color:#B1B1B1;
}	
.pagetitle {
	width: 100%;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: large;
	color: #333333;
}