
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


a img { border: none; }

body {
	line-height: 1.5; 
	background: #fff; 
	margin:1.5em 0;
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

a {
	color: #797979;
	text-decoration: none;
}

a:hover {
	color: #5b8c2f;
}


#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 5px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #fff;
	margin: auto;
}

.title {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 35px;
	/*border-bottom: 3px solid #54534a;*/
	text-align:center;
}

#content {
    text-align: left;
	width:800px;
	background-color:#ffffff;
	padding-bottom:5px;
	padding-top:5px;
}

#text {
 	width:800px;
	padding-bottom:15px;
	padding-top:10px;		    
}

#photoContainer {
    width: 800px;
    height: 278px;
	padding-bottom:15px;
	padding-top:10px;
}

#footer {
	width: 800px;
	margin-top: 15px;
	padding: 5px 0px;
	text-align: right;
	font-size: 8pt;
	border-top: 3px solid #54534a;

}

.green{
color:#1fb231;
}

.red{
color:#ff0000;
}

.orange{
color:#f0a93a;
}

.lime{
color:#b0c92c;
}

.left {

	float: left;

}



.right {

	float: right;

}

#contactform {

}

#contactdetail {

}

#contactdetail a {
	color:#c41230;
	text-decoration:none;
}
