/* CSS Document */
/****************************************
|
| Authors:	Gary Carr
| Copyright 2008 Lightmaker.com
|
****************************************/

html{
	min-height:100%;height:auto;
}

body {
	min-height:100%;height:auto;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
	color:#000000;
    background:url(../../images/layout/bg_main.gif) 0 107px repeat-x #ffffff;
}


table, td, img, div {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top:1em;
}

form {
	margin:0px;
	padding:0px;
}

