body {
	background: #81A0BA url("../images/puzzle_bg.jpg") top center repeat-x;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

#wrapper {
	width: 768px;
	background: url("../images/maincontent_bg.jpg") top repeat-y;
	margin: 20px auto;
}

#wrapper_wide {
	width: 937px;
	background: url("../images/maincontent_bg_wide.jpg") top repeat-y;
	margin: 20px auto;
}

#inner_wrapper {
	width:768px;
	margin: auto;
	background: url("../images/inner_wraper_bg.jpg") top no-repeat;
}

#inner_wrapper_wide {
	width:937px;
	margin: auto;
	background: url("../images/inner_wraper_bg_wide.jpg") top no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #0060B4;
	font-weight:normal;
	margin-top: 10px;
}

/* @group header */

#header {
	width: 760px;
	height: 152px;
	margin: 0;
	padding: 1px 4px 0 4px;
	position:relative;
}

#header_wide {
	width: 929px;
	height: 152px;
	margin: 0;
	padding: 1px 4px 0 4px;
	position:relative;
}

#header_left {
	width:414px;
	float:left;
}

#header_right {
	width: 306px;
	float:right;
	text-align: right;
	margin: 30px 20px 0 0;
	line-height: 200%;
}

#contact_info {
	position: relative;
	bottom: -20px;
}

.phone {
	color: #0060B4;
	font-size: 160%;
}

.contact_us {
	color: #000;
	font-size: 125%;
}

.contact_us a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #707070;
}

.contact_us a:hover {
	color: #81A0BA;
	border-bottom: 1px dotted #81A0BA;
}

/* @end */

/* @group Nav */

#nav { 
	width: 680px;
	margin: 10px auto;
	padding: 5px 42px 5px 0;
	clear:both;
	border-bottom: 1px solid #707070;
}

#nav_wide { 
	width: 859px;
	margin: 10px auto;
	padding: 5px 42px 5px 0;
	clear:both;
	border-bottom: 1px solid #707070;
}

#nav ul {
	padding:0;
	margin:0;
	background:#fff;
}

#nav li {
	display:inline;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 120%;
	color: #000;
	list-style:none;
	background: #fff url("../images/nav_bg.jpg") top repeat-x;
	position: relative;
}

#nav li a {
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	background: #fff url("../images/nav_bg.jpg") top repeat-x;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#nav li a:hover {
	color:#000;
	background: #fff url("../images/nav_bg_hover.jpg") top repeat-x;
	text-decoration:none;
	padding:5px 10px;
}



#nav_wide ul {
	padding:0;
	margin:0;
	background:#fff;
}

#nav_wide li {
	display:inline;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 120%;
	color: #000;
	list-style:none;
	background: #fff url("../images/nav_bg.jpg") top repeat-x;
	position: relative;
}

#nav_wide li a {
	color:#000;
	text-decoration:none;
	padding:5px 10px;
	background: #fff url("../images/nav_bg.jpg") top repeat-x;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#nav_wide li a:hover {
	color:#000;
	background: #fff url("../images/nav_bg_hover.jpg") top repeat-x;
	text-decoration:none;
	padding:5px 10px;
}

/* @end */

/* @group Content */

#home_content {
	width: 460px;
	margin: 20px 20px 10px 24px;
	font-size: 90%;
	line-height: 160%;
	position:relative;
	clear:both;
	float: left;
}

#home_content a {
	color: #0060B4;
	border-bottom: 1px dotted #0060B4;
	text-decoration: none;
}

#home_content a:hover {
	color: #9ea06f;
	border-bottom: 1px dotted #9ea06f;
	text-decoration: none;
}

#content {
	width: 700px;
	margin: 20px 24px 10px 24px;
	font-size: 90%;
	line-height: 160%;
	position:relative;
	clear:both;
}

#content_wide {
	width: 901px;
	margin: 20px 18px 10px 18px;
	font-size: 90%;
	line-height: 160%;
	position:relative;
	clear:both;
}

#content a {
	color: #0060B4;
	border-bottom: 1px dotted #0060B4;
	text-decoration: none;
}

#content a:hover {
	color: #9ea06f;
	border-bottom: 1px dotted #9ea06f;
	text-decoration: none;
}

#content img {
	float: right;
	border:  1px solid #707070;
	margin: 2px 0 5px 15px;
}

/* @end */

/* @group Right Column */

#right_column {
	width: 190px;
	float: right;
	margin: 20px 20px 10px 0px;
	padding-left: 20px;
	text-align: center;
	border-left: 1px dotted #9ea06f;
}

#right_column img {
	border: 1px solid #707070;
}

#right_column p {
	margin-top: 3px;
	color: #0060B4;
}

#right_column a {
	color: #0060B4;
	text-decoration: none;
	border-bottom: 1px dotted #0060B4;
}

#right_column a:hover {
	color: #9ea06f;
	text-decoration: none;
	border-bottom: 1px dotted #9ea06f;
}

/* @end */

/* @group Footer */

#content_footer {
	width: 768px;
	margin-top: 15px;
	height: 60px;
	clear: both;
	background: url("../images/footer_bg.jpg") bottom no-repeat;
}

#content_footer_wide {
	width: 937px;
	margin-top: 15px;
	height: 60px;
	clear: both;
	background: url("../images/footer_bg_wide.jpg") bottom no-repeat;
}

#footer {
	width: 760px;
	margin:auto;
	text-align: center;
	font-size: 80%;
	padding-bottom: 10px;
}

#footer_wide {
	width: 937px;
	margin:auto;
	text-align: center;
	font-size: 80%;
	padding-bottom: 10px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #0060B4;
}

#footer_wide a {
	color: #000;
}

#footer_wide a:hover {
	color: #0060B4;
}

/* @end */





