/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#00f; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
body{ background:#b7c6ba url(bg.jpg) repeat-x top; color:#765522; font:62.5%/1 Verdana, Arial, Helvetica, sans-serif; }
#wrapper{ margin:0 auto; width:900px; height:800px; background:url(splash.jpg) no-repeat center top; padding:115px 0 0 0px;}

#content{
	text-align:left; 
	background:center;
	width:422px;
	height:476px;
	margin: 0px 0px 0px 390px;
	}

#content p{
	font-size:1.2em;
	line-height:1.9em;
	padding:0 0 18px 0;
}

.easy{
	color:#2d8181;
	padding: 0 2px 0 2px;
}

.field {
	background-color: #e5d4bb;
	color: #6e4e13;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #936e2a;
	border-right-color: #fcf3e4;
	border-bottom-color: #fcf3e4;
	border-left-color: #936e2a;
}
.field:hover {
	background-color: #dbc6a7;
	color: #6e4e13;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #936e2a;
	border-right-color: #fcf3e4;
	border-bottom-color: #fcf3e4;
	border-left-color: #936e2a;
}

.input_submit {
	background-color: #3d9696;
	color: #ece1d1;	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px 10px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3e3e3;
	border-right-color: #2d8181;
	border-bottom-color: #2d8181;
	border-left-color: #d3e3e3;	
	cursor: pointer;
	}
	
.input_submit:hover {
	background-color: #2d8181;
	color: #ece1d1;	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px 10px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3e3e3;
	border-right-color: #2d8181;
	border-bottom-color: #2d8181;
	border-left-color: #d3e3e3;
	cursor: pointer;
	}
	
table#newsletter
{	
	width: 380px;
	margin: 2px 0 16px 16px;
	padding: 0px;
}
td#left
{	
	color: #6e4e13;
	font: 10pt verdana, tahoma, arial, lucida, helvetica;
	text-decoration: none;
	text-align: right;	
	margin: 0px;
	padding: 7px;
	vertical-align: middle;
}
td#right
{	
	color: #6e4e13;
	font: 10pt verdana, tahoma, arial, lucida, helvetica;
	text-decoration: none;
	text-align: left;	
	margin: 0px;
	padding: 7px;
	vertical-align: middle;
}
