/*
Theme Name: Chief Executive Staffing
Theme URI: http://chiefstaffing.com
Description: 
Version: 2.7
Author: Jett Media Group
Author URL: http://www.jettmg.com
*/

/* RESET */
* {margin: 0; padding: 0;}
html {}
body {font: 12px Arial; background:#1b1b1b url(../images/background.jpg) top center repeat-x; color:#000000;}
hr{ color:#ffffff; height:2px;}

a {outline: none; text-decoration: none;  font-family:Tahoma, Geneva, sans-serif; font-size: 11px; font-weight:bold; color: #963;}
a:hover{color: #F60;}
a img { border:none; outline:none;}
h1 {font-size:14px; font-weight:bold;}
/* END RESET */

/*CLASSES*/
.right{ float:right;}
.left {float:left;}
.clear{clear:both;}
/*END OF CLASSES*/

/*CONTENT*/

#logo{
    margin: 13px auto 0px auto;
	width:849px;
}
#content-top{
	background:url(../images/content-top.jpg) top center no-repeat;
	height:80px;
    margin: 10px auto 0px auto;
	width:849px;
}
	#menu{
		font: Tahoma, Geneva, sans-serif bold ;
		font-size:14px;
		height:20px;
		margin-left:40px;
		padding-top:37px;
		width:510px;
	}
#whole{
	background:#f1f1f1;
	padding-bottom:10px;
	width:100%;
}
#content-mid{
	background: url(../images/content-mid.jpg) top center repeat-y;
    margin: 0px auto 0px auto;
	width:849px;
}
	#mid-cont{
		margin:0px auto 0px auto;
		width: 750px;
	}
		#left-col{
			text-align:justify;
			width:525px;
		}
		#right-col{
			width:191px;
		}
		
#content-bot {
	background: url(../images/content-bot.jpg) top center no-repeat;
	height:50px;
	margin: 0px auto 0px auto;
	width:849px;
}
#footer{

	height:40px;
	margin-top: 7px;
	width:100%;
}
	#footer-text{
		color:#ffffff;
		margin: 15px auto 0px auto;
		width:840px;
	}
/*END OF CONTENT*/
