* {
 padding: 0;
 margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFCCCC;
	font-size: 16px;
	background-image: url("images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	top: 0px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header {
 margin: 0px 0px 0px 0px;
}

#leftmost {
background-color: #FFFFFF;
width: 150px;
height: inherit;
float: left;

}

#leftcolumn { /* Parent Wrapper for inside boxes */
	padding: 4px;
	display: inline; /* IE Hack */
	width: 670px; 
	height: 100%;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: ;
	margin-bottom: 0px;
	margin-left: 7px;
}
#rightcolumn { /* Parent Wrapper for inside boxes */
	margin-right: 0;
	padding: 4px;
	display: inline; /* IE Hack */
	width: 150px;
	height: 700px;
	float: right;
	background-color: #999999;
	color: #FFFFFF;
	

}
#leftcolumn h1 {
 font-size: 26px;
 color: #A8053E;
}

.right-box {
color: #ffffff;
	padding: 16px;
	font-size: 16px;
	min-height: 250px;
	background-color: #000000;
}
* html .right-box { height: 250px; }

.right-bottom {
 padding: 16px;
 font-size: 16px;
}


#rightcolumn h1 {
 display: inline;
 font-size: 26px;
 color: #FF0000;
}

.right-box img {
 display: block;
}

#footer {
	width: 100%;
	/* clear: both;*/
 float: left;
	min-height: 200px;
	background-color: #333333;
}
* html #footer { height: 100px;}

#footer-content {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	color: #fff;
	text-align: center;
}

#footer-content a:link, #footer-content a:visited, #footer-content a:hover {
 color: #fff;
 text-decoration: none;
}

.forms-text {
	width: 100px;
	text-align: right;
	float: left;
	line-height: 27px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

.forms-text p {
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

.forms-input { /* Parent Wrapper */
	text-align: center;
	width: 300px;
	float: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.forms-input input{
 margin-bottom: 5px;
 border: 1px solid #ccc;
 width: 300px;
 font-size: 20px;
}
.submit {
 color: #CA2B13;
 background: #ccc;
}
 
