body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page {
	margin: auto;
	width: 750px;
	text-align: left;
	background: #FFFFFF url("images/pagebg.gif") repeat-y 2px;
}
#inpage {

	margin: auto;
	width: 750px;
	text-align: left;
	background: #FFFFFF;
}

/*---------------
	IMG RIGHT
----------------*/
.imgr {
	padding: 0px;
	width: 285px;
	float: right;
	text-align:center;
	margin: 15px 0px;
}
.imgr img {
	margin: 0px auto;
	padding: 1px;
	border: 1px solid #333333;
}

/*---------------
	   NAV
----------------*/
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 0;
}
#nav li {
	float: left;
}
#nav li h1 {
	margin: 0px;
	padding: 0px;
}


/*---------------
	  TITLE
----------------*/
#title {
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 3px;
}
#title .logos {
	float: right;
	text-align: left;
	margin-top: 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
}
#title .logos2 {
	float: right;
	text-align: left;
	margin-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
}
#title .banner {
	margin-left: 12px;
}

/*---------------
	SERVICES
----------------*/
#services {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/srvs-bg.gif);
	background-repeat: repeat-y;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 0px 12px;
	width: 285px;
	float: left;
	display: inline;
}
#services a {
	color: #CCCCCC;
	text-decoration: none;
}
#services a:hover {
	color: #FFFFFF;
}
#services h1 {
	font-size: 10px;
	color: #333333;
	background-image: url(images/srvs-h-bg.gif);
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 28px;
	height: 34px;
}
#services h1 a {
	color: #333333;#FF9900
}
#services h1 a:hover {
	color: #FF9900;
}
#services h2 {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0px;
}
#services ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#services li {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

/*---------------
	CONTENT
----------------*/
#content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin-left: 300px;
	margin-top: 0px;
	margin-right: 10px;
}
#content a {
	color: #9B7C00;
	text-decoration: none;
}
#content a:hover {
	color: #999999;
}
#content h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#content h2 {
	font-size: 18px;
	color: #333333;
}
#content h3 {
	font-size: 12px;
	color: #9B7C00;
}
#content .txt {
	margin-left: 5px;
}
#content .btt {
	margin-left: 3px;
	font-size: 10px;
	background: url("images/lbreak.gif") no-repeat;
	padding: 5px 2px;
}

/*---------------
   IN-CONTENT
----------------*/
#incontent {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
#incontent a {
	color: #9B7C00;
	text-decoration: none;
}
#incontent a:hover {
	color: #999999;
}
#incontent h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#incontent h2 {
	font-size: 18px;
	color: #333333;
}
#incontent h3 {
	font-size: 12px;
	color: #9B7C00;
}
#incontent .txt {
	margin-left: 5px;
}
#incontent .btt {
	margin-left: 3px;
	font-size: 10px;
	background: url("images/lbreak.gif") no-repeat;
	padding: 5px 2px;
}


/*---------------
	 FOOTER
----------------*/
#footer {
	margin-left: 3px;
	font-size: 10px;
	line-height: 11px;
	color: #999999;
	padding-left: 2px;
	padding-bottom: 20px;
}
#footer a {
	color: #9B7C00;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
}
#footer .copy {
	color: #666666;
}
