
body {
	color: #000000;
	background: url('wp-content/themes/monotech/images/body.gif') repeat-x 0 0; 
	font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family: Verdana;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
img {
	border: 0px none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

/** BEGIN header **/
#header {
	background: url('wp-content/themes/monotech/images/header.jpg') repeat-x 0 0;
	height: 160px
}
	#header ul {
		list-style-type: none;
		height: 40px;
	}
		#header ul li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			color: #e1e1e1;
			background: url('wp-content/themes/monotech/images/divider.gif') no-repeat 0 center;
			padding-left: 1px
		}
		#header ul li.f {
			background: none;
		}
		#header ul li a {
			color: #fff;
			padding: 10px 15px 11px;
			display: block;
		}
		#header ul li a:hover {
			
		}
	#header h1 {
		font-family: Arial;
		font-size: 2.1em;
		font-weight: normal;
		padding-left:20px; padding-right:0; padding-top:150px; padding-bottom:5px
	}
		#header h1 a {
			color: #FFFFFF;font-weight:normal;
		}
	#header p {
		color: #e1e1e1;
		font-size: 1.2em;
		padding-left: 20px; margin-top:0
	}
/** END header **/
