*{
	margin: 0;
	border: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	background: url(/images/bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#wrapper
{
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#wrapper #header
{
	width: auto;
	background: url(/images/paymo_logo.jpg) no-repeat 15px 10px;
	height: auto;
	min-height: 60px;
	padding: 0 0 0 134px;
}

#wrapper #header_firstpage
{
	width: auto;
	background: url(/images/paymo_logo.jpg) no-repeat 15px 10px;
	height: 35px;
	padding: 25px 0 0 134px;
}

h1
{
	color: #3F3F3F;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

h2
{
	color: #111111;
	font-size: 2em;
	margin-bottom: .75em;
	font-weight: normal;
}

h3
{
	color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 1em;
}

h4
{
	color: #58402E;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#wrapper #container
{
	height: 100%;
	width: auto;
	padding: 40px 0 0 30px
}

	#container #left
	{
		width: 295px;
		height: 100%;
		float: left;
	}
	
		#left #content
		{
			border: 1px solid #E5E5E5;
			width: 295px;
			height: auto;
			margin: 15px 0 0 0;
			padding-bottom: 26px;
		}
		
		#left #content ul
		{
			padding: 22px 0 0 40px;
		}
		
		#left #content ul li
		{
			list-style-image: url(/images/circle.jpg);
			color: #000099;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-decoration: underline;
		}
		
	#container #right
	{
		width: 620px;
		height: 100%;
		padding: 0 0 0 20px;
		float: left;
	}
	
		#right #content
		{
			border: 1px solid #E5E5E5;
			width: 624px;
			height: auto;
			margin: 15px 0 0 0;
			padding-bottom: 28px;
		}
		
			#content .col
			{
				float: left;
				width: 252px;
				height: 100%;	
				padding: 20px 0 0 58px;
			}
			
		#right #content ul
		{
			padding: 0 0 20px;
		}
		
		#right #content ul li
		{
			list-style-image: url(/images/arrow.jpg);
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #000099; 
			text-decoration: underline;
		}
	
#clearer
{
	clear: left;
}

#push
{
	height: 60px;	
}

#footer
{
	height: 60px;	
	background: url(/images/footer_bg.jpg) repeat-x left bottom;
}

#footer #footer_inner
{
	height:auto !important;
	margin:0 auto;
	min-height: 100%;
	width: 1000px;
	color: #515151;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

	#footer_inner p
	{
		padding: 40px 0 0 30px;
	}
	
.box
{
	background: #E5ECF9 none repeat scroll 0 0;
	margin-bottom: 1.5em;
	padding: 1.5em;
}

p
{
	margin: 0 0 1.5em;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000099; 
	text-decoration: underline;
}

a:hover
{
	color: #000000;
}

pre, code
{
	-x-system-font: none;
	font-family: 'lucida console', monospace;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 1.5em 0;
	white-space: pre;
}

dl
{
	margin:0 0 1.5em;
}

dl dt
{
	font-weight:bold;
}

dd
{
	margin-left:1.5em;
}

ol
{
	list-style-type:decimal;
	margin:0 1.5em 1.5em;
}