/*********************************************/
/*   Coversure Reigate CSS Document          */
/*   DataMatters Limited - Lee Jeffery       */
/*   dmatters.co.uk                          */
/*   20/01/2009                              */
/*********************************************
* Global Tag Declarations                    *
*********************************************/

html, body {
	min-height:100%;
}

body {
	font: 70%/150% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	 color:#333333;
	 background:#317023 url(../images/bg.jpg) repeat-x;
	 margin:0;
}

.container {
    width:940px;
    margin:0px auto;
    border-top:0px !important;
    background-color:#ffffff;
    min-height:1000px;
}

* html .container {
	height:1000px;
}

.clear {
	clear:both;
}

a {
	color: #317023;
	text-decoration: underline;
}

a:visited {
	color: #317023;
	text-decoration: underline;
}

a:hover {
	color: #2D9B14;
	text-decoration: underline;
}

.image {
    border: 1px solid #cccccc;
	padding: 2px;
}
