@charset "UTF-8";
/* CSS Document */

body {
		background:#efeeee url(../img/bg.gif) repeat-y;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		text-align:center;
}
#box {
		width:975px;
}
#left {
		float:left;
		width:383px;
		height:284px;
		text-align:right;
}
#logo {
		background:url(../img/hirechad.gif) no-repeat;
		height:284px;
		width:383px;
}
#nav {
		float:left;
		width:383px;
		height:284px;
		text-align:right;
}
#right {
	float:right;
	width:592px;
	background:url(../img/content_bg.gif) repeat-y;
	text-align: left;
}
#content {
	padding-left:50px;
	padding-right:20px;
	line-height:17px;
}
#content_web {
	padding-left:50px;
	padding-right:20px;
	line-height:17px;
}

h1 {
	font-size:32px;
}
.bold {
	font-weight: bold;
	font-size:15px;
}
#nav_box {
		margin-right:15px;
}
.nav {
		font-size:18px;
		line-height:30px;
}
.nav A:link {
	text-decoration: none;
	color:#f26631;
	}
.nav A:visited {
	text-decoration: none;
	color:#f26631;
	}
.nav A:active {	
	text-decoration: none;
	color:#f26631;
	}
.nav A:hover {	
	text-decoration: none;
	color:#f26631;
	}
.thumb {
		text-align:center;
		padding:15px;
}

