body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-image: url(images/background2.jpg);
} 

img {
	border: none;
	filter: alpha(opacity=100);
	opacity: 1.00;
}

#outer {
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
	height: auto;
	text-align: center;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 150px;
}

#titletxt {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%; 
	height: 30px;
	font-size: 24px;
	font-weight: bold; 
	color: #fff; 
	text-align: center;
}

#menus {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 100px;
	height: auto;
	font-size: 14px; 
	color: #fff;
	text-decoration: none;
	text-align: left;
	border-right: 1px dashed #ccf;
}

#menus a { 
	color: #009;
	text-decoration: none;
	display: block;
}

#menus a:hover { 
	color: #fff;
	background-color: #009;
	display: block;
}

#fullwidth {
	position: absolute;
	top: 220px;
	left: 180px;
	width: 570px; 
	height: auto;
	font-size: 12px; 
	color: #333;
	text-align: left;
}

#fullwidth a { 
	color: #009;
	text-decoration: none;
}

#fullwidth a:hover { 
	color: #f00;
}

#img1 {
	position: absolute;
	top: 220px;
	left: 430px;
	width: 320px; 
	height: 240px;
	z-index: 4;
}

#img2 {
	position: absolute;
	top: 220px;
	left: 430px;
	width: 320px; 
	height: 240px;
	z-index: 2;
}

#fullfooter {
	width: 100%; 
	height: 20px;
	margin-top: 10px;
	font-size: 10px; 
	color: #666; 
	text-align: center;
	z-index:5;
}

#fullfooter a { 
	color: #009;
	text-decoration: none;
}

#fullfooter a:hover { 
	color: #f00;
}

.inputtxt {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #666; 
}

.err {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #f00; 
}
	