html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0 0 30px;
	width: 100%;
	font: 12px/18px Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: relative;
}
h1 {
	color: #AD0127;
	font: bold 28px "Times New Roman", Times, serif;
}
h2 {
	font: 18px "Times New Roman", Times, serif;
	margin: 0px;
}
a {
	color: #AD0127;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #BBB;
	margin-bottom: -1px;
}
p {
	margin: 0 0 15px;
}
#wrapper1, #wrapper2, #wrapper3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wrapper1 {
	background: url(images/side-shadow_repeating.png) repeat-y center top;
}
#wrapper2 {
	background: url(images/side-shadow_cap-top.png) no-repeat center top;
}
#wrapper3 {
	background: url(images/side-shadow_cap-bottom.png) no-repeat center bottom;
}
#page-box {
	width: 765px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0 auto;
}
#logo-area, #nav, #flash-area, #flash-buffer, #nav-buffer, #content {
	border-bottom: 1px solid #FFF;
}
#logo-area {
	height: 90px;
	background: url(images/logo-area_bg.png) repeat-x;
	position: relative;
}
#logo-area img {
margin:0 0 0 20px;
}
#nav {
	height: 40px;
	background: #FFCB00 url(images/nav_bg.png) repeat-x;
}
#nav a:hover, a.no-hover-effect:hover {
	border: none;
}
#nav-buffer {
	height: 10px;
	background: #AD0127 url(images/nav-buffer_bg.png) repeat-x;
}
#flash-area {
	height: 300px;
	background: #AD0127 url(images/flash-area_bg.png) no-repeat;
}
#flash-buffer {
	height: 30px;
	background: #FFCB00 url(images/flash-buffer_bg.png) repeat-x;

}
#content {
	min-height: 200px;
	background: #FFF url(images/content_bg-light.png) repeat-x center top;
}
#copyright {
	color: #999;
	font-size: 10px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.clear-float {
	clear: both;
}
.padding {
	padding: 10px;
}
.left-column {
	float: left;
	width: 69%;
}
.right-column {
	background: url(images/content_bg-dark.png) repeat-x center top;
	float: right;
	width: 30%;
	height: 200px;
	border-left: 1px solid #FFF;
	overflow: visible;
}.image-left {
	margin: 0px 15px 5px 0px;
	float: left;
}
.image-right {
	margin: 0px 0px 5px 15px;
	float: right;
}

.input
{

background-image: url(images/input_bg.gif);
border:1px solid #AD0127;
}