/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #60B7DE url(http://www.noble-franchise.com/images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	background-color: #3399FF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: sylfaen;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 18px;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	padding: 0px;
	background-image: url(../../images/frame/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 97px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #9786A6;
	background-image: url(../../images/content.png);
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}

#menu a:hover {
	background-color: #9786A6;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/content.png);
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	color: #A01413;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 730px;
	padding: 0px 20px 40px 20px;
	background-image: url(../../images/frame/content.png);
}
#spine {
	float: left;
	width: 440px;
	padding: 15px 15px 35px 15px;
	background-image: url(../../images/bar4.png);
	min-height: 590px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	background-image: url(../../images/bar1.png);
	min-height: 600px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	height: 35px;
	border-top-style: none;
	border-top-color: #60B7DE;
	background-image: url(../../images/frame/footer.png);
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
background-image: url(../../images/footer.png);
}

#border-top {
	border-top: 5px solid #60B7DE;
}

#workWithUsBox {
	border: 4px solid #999999;
	padding: 8px;
	background-color: #F7F7F7;

}
