@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/page-grad.png) top repeat-y #dcdcdc;	
	font-family:Verdana, Geneva, sans-serif;	
	font-size:18px;	
	line-height:26px;
	text-align:justify;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#F00;
	text-align:center;
	margin-bottom:17px;
	display:block;
}

.greenmoney {
	color:#008000;
	font-weight:bold;
}

#container
{
	width:800px;
	margin:0 auto;
}

#header 
{
	width:350px;
	height:296px;
	padding:8px 225px;
/*	background:url(../images/goldman.png) no-repeat center center; */
	float:left;
}


#content
{
	width:800px;
	float:left;
}

p
{
	margin:15px 0;
}

.center
{
	text-align:center;
}


input[type=text]
{
	font-size:26px;
	vertical-align:middle;
	font-weight:normal;
	width:360px;
	border:#C00 solid 5px;
	display:block;
	color:#333;
	padding:13px 5px;
	text-align:center;
	float:left;
	margin-right:5px;
}

input[type=text]:hover
{
	border:#cc9933 solid 5px;
}


input[type=submit]
{
	width:405px;
	height:76px;
	background:url(../images/goldbutton.png) no-repeat center center;
	/*margin:17px 0;*/
	border:none;
	display:block;
	color:#333;
	font-size:26px;
	float:right;
}

input[type=submit]:hover
{
	cursor:pointer;
	margin-top:-3px;
}

.left  {float:left; }
.leftcolumn {width:390px; padding-right:10px;}
.right {float:right; width:400px;}
strong {font-weight:bold;}

ol {

	list-style:lower-roman;
	list-style-position:inside;
}

ol li {
	color:#F00;
}

ol li span {
	color:#000;
}

ul {
	list-style-position:inside;
	list-style-image:url(../images/check_mark_green.png);
}

.small {
	font-size:14px;
	text-align:right;	
}

.impress{
	font-weight:bold;
	color:#F00;
}

form {
	margin-top:8px;
	height:85px; 
}

.arrow {
	float:left;
	display:block;
	height:480px;
	width:259px;
	position:relative;	
	z-index:10;
	background:url(../images/arrow17.png) center center no-repeat;	
	margin-top:-50px;	
	margin-left:-610px;
}

.arrow:hover {



}

#footer
{
	width:800px;
	height:35px;
	display:block;
	margin-top:8px;
	float:left;
	text-align:center;
}