/* 
	Resets defualt browser settings
	reset.css
*/
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,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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
/*ol,ul { list-style:none; }*/
/*table { border-collapse:separate; border-spacing:0; }*/
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body { 
	font:normal 100% Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../images/linen_back.png) repeat top center;
	padding:5px 0;
	position:relative;
	/*text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;*/
}

.good_text {
	position:relative;
	margin-top:15px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
}

.money_under_cover {
	position:relative;
	width:310px;
	height:100px;
	margin-top:10px;
	text-align: left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;"
}

.small_p {
	font-size:small;
}

.container {
	position:relative;
	width:900px;
	margin:30px auto 90px auto;
}

.leftcol {
	float:left;
	width:400px;
	margin-left:25px;
	text-align:center;
}

.rightcol {
	float:right;
	width:400px;
	margin-right:25px;
	text-align:center;
}

.height_finish {
	clear:both;
}

#logo {
	position:relative;
	width:670px;
	height:144px;
	margin:0 auto;
	padding:0px 0px 15px 0px;
}

	.typewriter_tbl {
		margin:				0;
		width:				450px;
		border-collapse:	collapse;
		text-align:			left;
	}
	
	.typewriter_tbl th {
		font-weight:		strong;
		padding:			10px 8px;
		border-bottom:		1px solid #000000;
	}
	
	.typewriter_tbl td {
		border-bottom:		none;
		padding:			6px 8px;
	}
	
	table {
		text-align:			left;
		font-size:			14px;
		margin-left:		auto;
		margin-right:		auto;
		padding-bottom:		15px;
	}

/*
	Footer
*/

#footer {
	position:relative;
	text-align:center;
	width:900px;
	margin-top:15px;
	margin:0 auto;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}