body {
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: default;
	}

a {
	cursor: pointer;
	}

a img {
	border: none;
	}

#container {
	margin: 0 auto;
	text-align: left;
	}

#container {
	position: relative;
	}

#header {
	position: relative;
	}

#subcontainer, #subcontainerleft, #subcontainerright {
	float: left;
	width: 100%;
	}

#col1 {
	float: left;
	}

#col2 {
	float: right;
	}

#contentmain {
	float: left;
	width: 100%;
	}

#footer {
	clear: both;
	}

/* ie fix \*/

* html #col1 {
	margin-right: -3px;
	}

* html #col2 {
	margin-left: -3px;
	}

* html #content {
	height: 1%;
	margin: 0;
	}

.colsplit_2, .colsplit_3 {
	display: block;
	}

/* end ie fix */



/* DIMENSIONS */
#container {
	width: 960px;
	}

#col1 {
	width: 260px;
	}

#col2 {
	width: 290px;
	}

#content {
	margin: 0px 290px 0px 0px;
	}

/* CONTENT */
body {
	background-image: url("images/body.gif"); 
	background-repeat: repeat;
	background-position:top left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:18px;
	width:100%;
	margin: 15px 0px;
  }

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	color:#bd7503;
	}

h2 {
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	color:#bd7503;
	}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 7px 0;	
	color:#000000;
}

a {
	color: #bd7503;
	font-weight:bold;
	text-decoration:underline;
	}

a:hover {
	text-decoration: none;
	}

#container {
	background-color: #ffffff;
	}
	
#headerleft {
	background-image: url("images/headerleft.jpg"); 
	background-repeat: no-repeat;
	background-position:top left;
	height:250px;
	}

#headerright {
	background-image: url("images/headerright.jpg"); 
	background-repeat: no-repeat;
	background-position:top right;
	height:250px;
	}

/* NAVBAR */
#navbarinner {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
	width:100%;
	}		

#navbar a {
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	}

#navbar a:hover{
	text-decoration:underline;
	}

#navbar p {
	text-align:right;
	color: #fff;
	margin: 0;
	padding:0px 0px 0px 0px;
	}

#subcontainer {
	background-image: url("images/subcontainer.gif");
	background-repeat: repeat-y;
	background-position: top left;
	} 

#content p{
	margin:0px;
	padding:0px 0px 7px 0px;
	}
	
#contentinner {
	padding:20px;
	}

#content ul{
	margin:0;
	padding:0px 0px 10px 17px;
	line-height:20px;
}

#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height:62px;
	color:#fef4ff;
	font-size:10px;
	}

#footerleft{
	float:left;
	text-align:left;
	padding:16px 20px;
}

#footerright{
	float:right;
	text-align:right;
	padding:16px 20px;
}

#footer a {
	color: #fef4ff;
	text-decoration:none;
	}

#footer a:hover{
	text-decoration:underline;
	}

#footer p {
	margin: 0;
	padding-top:8px;
	padding-left:10px;
	}

#col2inner {
	padding: 20px;
	}

#col2 p{
	margin:0px;
	padding:0px 0px 6px 0px;
	line-height:15px;
}

#col2 img{
	padding-bottom:2px;
}