﻿/* CSS layout */
#masthead {
	height: 120px;
	background: url('images/company_logo.jpg') no-repeat 0px 0px;
}

#masthead h1 {
	left: 200px;
	top: 0px;
	float: left;
	position: absolute;
	height: 30px;
	width:1000px;
	background: url('images/test_script_runner_icon.jpg') no-repeat 0px 0px;
	float: left;
	text-indent:40px;
	color: #00D000;
	overflow:hidden;
}

#top_nav {
	height: 30px;
	position: absolute;
	left: 170px;
	top: 50px;
	float: left;
}

#top_nav ul {
	width: 1000px;
	height: 30px;
	list-style-type: none;
	overflow: hidden;
}

#top_nav li {
	margin-right: 1px;
	width: 75px;
	height: 30px;
	float: left;
	background: url('images/menu_background.jpg') repeat 0px 0px;
	overflow:hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#top_nav li.last {
	height: 30px;
	margin-right: 0px;
	width: 70px;
}

#top_nav a {
	padding-top: 3px;
	display: block;
	color: #000;
	text-decoration: none;
}

#top_nav a.selected {
	padding-top: 3px;
	display: block;
	color: #f00;
	text-decoration: none;
}

#top_nav a:hover {
	color: #a1a1a1;
}

#container {
	float: left;
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	height: 636px;
	position: absolute;
	left: 0px;
	top: 120px;
	background: url('images/mkg_computerconsulting_1.jpg') no-repeat 0px 0px;
}

#page_content {
	float: left;
	margin-left: 205px;
	min-height:580px;
}

#page_content p.box {
	margin-left: 50px;
    border: black solid thin;
	text-align: center;
	width: 180px;
}

#footer {
	margin-left: 170px;
	position: relative;
	float: left;
    
}

