.left {
	margin: 0px 0px 10px 10px;
	/*padding: 0px 10px;
	padding-right: 10px;*/
	width: 731px;
	float: left;
}

.left p {
	padding-left: 40px;
	padding-right: 30px;
	font-size: 80%;
}

.left ul {
	margin-left: 80px;
}

.right {
	background-image: url('images/rightbgr.jpg');
	background-repeat: repeat-y;
	margin: 0px 0px 10px 0px;
	margin-right: 10px;
	width: 249px;
	float: right;
}

.right h3 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	Background-color: Navy;
	border: 1px solid #2266ff;
	color: #88ccff;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}

.right p {
	margin: 10px 10px 1px 0px;
	border: 0px;
	color: #eeeeff;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

.right a {
	color: White;
}

.right a:hover {
	color: #ff5555;
}

.right #top {
	background-image: url('images/righttop.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 175px;
	overflow: auto;
}

.right #top img {
	margin-bottom: 20px;
}

.right #bott {
	background-image: url('images/rightbott.jpg');
	background-repeat: no-repeat;
	height: 30px;
}

.divhead {
	margin-top: 10px;
	margin-left: 40px;
	background-image: url('images/divhead.jpg');
	background-repeat: no-repeat;
	height: 24px; 
	width: 656px;
}

.divbody {
	margin-left: 40px;
	background-image: url('images/divbody.jpg');
	background-repeat: repeat-y;
	overflow: auto;
	width: 656px;
}

.divfoot {
	margin-left: 40px;
	background-image: url('images/divfoot.jpg');
	background-repeat: no-repeat;
	height: 24px;
}

#brdr #main #part {
	width: 210px;
	color: white;
	float: right;
}

body {
	background-image: url('images/bodybgr.jpg');
	background-repeat: repeat-x;
	background-color: #dddddd;
  text-align: center;
  margin: 0px;
  padding: 0px;
  min-width: 900px;
	font-family: Arial;
	font-size: 100%;
	color: Black;
}
 
#brdr {
	background-image: url('images/brdrbgr.jpg');
	background-repeat: repeat-y;	
	margin: 0px auto 0px auto;
  width: 1000px;
	text-align: left;
	clear: both;
	overflow: auto;
} 
    
#headleft {
	background-image: url('images/headleft.jpg');
	background-repeat: no-repeat;
	width: 340px;
	height: 130px;
	float: left;
}

#headright {
	background-image: url('images/headright.jpg');
	background-repeat: no-repeat;
	width: 660px;
	height: 130px;
	float: left;
}

#message {
	padding-left: 30px;
	background-image: url('images/message.jpg');
	background-repeat: no-repeat;
	width: 970px;
	height: 30px;
	color: #eeeeee;
	font-size: 70%;
	line-height: 30px;
	clear: both;
}

#menu {
	background-image: url('images/menubgr.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 40px;
	width: auto;
	height: 60px;
	color: #88aaee;
	font-size: 80%;
	line-height: 60px;
	clear: both;
	text-align: left;
}

* html #menu {
	margin-left: 0px;
}

#menu a, #menu span {
	background-image: url('images/menuref.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 12px 5px 0px 5px;
	padding-left: 30px;
	color: white;
	text-decoration: none;
	line-height: normal;
	font-size: 130%;
	width: 122px;
	height: 56px;
	line-height: 50px;
	display: block;
	float: left;
}

#menu span {
	color: #5566ff;
}

#menu a:hover {
	color: Red;
	background-position: top right;
}

#textmenu {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 70%;
	color: Navy;
	clear: both;
}

#textmenu a, #textmenu span {
	margin: 0px 5px;
	color: #0000ee;
}

#textmenu a:hover {
	color: red;
}

#footer {
	background-image: url('images/foot.jpg');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-right: 20px;
  width: 980px;
	height: 35px;
	line-height: 30px;
	font-size: 70%;
	color: White;
	text-align: right;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: White;	
}

#footer a:hover {
	text-decoration: underline;
}

#textrefs {
	background-color: #dddddd;
	margin: 0px auto 0px auto;
	padding: 5px 0px;
	font-size: 60%;
	color: Silver;
} 

#textrefs a {
	padding: 0px 3px;
	color: Gray;
	text-decoration: none;
}

#textrefs a:hover {
	color: Black;
}