/* GENERAL CONTENT */

	body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #6a6a6a;
	background: #939086 url(../images/background.gif);
	margin: 25px;
	}

	h1 {
	font-size: 1.4em;
	color:  #799601;
	font-weight: bold;
	}

	h2 {
	font-size: 1em;
	color:  #799601;
	font-weight: bold;
	}

	p {

	color: #6a6a6a;
	line-height: 150%;
	text-align: justify;
	}



/* MAIN LINKS */


	a:link {
	color: #799601;
	letter-spacing: 1px;
	line-height: 1.4;
	text-decoration: none;
	font-size: 11px; 
	font-weight: bold;
	}

	a:visited {
	color: #799601;
	text-decoration: none;
	font-weight: bold;
	}

	a:hover {
	color: #799601;
	text-decoration: overline;
	}


/* IMAGE FLOATS */

	img.floatleft {
	float: left;
	}

	img.floatright {
	float: right;
	}

/* SITE CONTENTS */


	#container {
	width: 700px;
	margin: auto;
	background-image: url(../images/element_contentbglines.gif);
	}

	#header {
	width: 700px;
	height: 148px;
	margin: auto;
	background: url(../images/element_header.gif);
	}

	#toplinecontent {
	width: 700px;
	height: 33px;
	background: #ffffff url(../images/element_toplinescontent.gif); 
	}

	#bottomcorners {
	width: 700px;
	height: 25px;
	margin: auto;
	background: url(../images/element_bottomcorners.gif); 
	}

	#contentbglines {
	width: 700px;
	background: #ffffff url(../images/element_contentbglines.gif);
	}
	
	#contentleft {
	float: left;
	width: 375px;
	padding: 10px;
	margin: 0 25px;
	color: #323230;
	}

	#contentright {
	float: left;
	width: 210px;
	padding: 10px;
	margin: 0 25px 0 0;
	color: #323230;
	}


	#navbar {
	width: 675px;
	height: 30px;
	background: #ffffff url(../images/element_navbartail.gif);
	padding: 0 0 0 25px;
	margin: 0;
	}

	#bottomlinecontent {
	clear: both;
	position: relative;
	width: 700px;
	height: 8px;
	background: url(../images/element_bottomlinescontent.gif) no-repeat;
	margin: auto;
	}

	#footer{
	width: 700px;
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin: auto;
	}

/* NAVBAR LINKS */

	#home {
	display: block;
	width: 91px;
	height: 20px;
	background: url("../images/btn_home.gif") no-repeat 0 0;
	float: left;
	}

	#home:hover { 
	background-position: 0 -20px;
	}

	#home span {
	display: none;
	}

	#news {
	display: block;
	width: 126px;
	height: 20px;
	background: url("../images/btn_news.gif") no-repeat 0 0;
	float: left;
	}

	#news:hover {
	background-position: 0 -20px;
	}

	#news span {
	display: none;
	}

	#about {
	display: block;
	width: 111px;
	height: 20px;
	background: url("../images/btn_about.gif") no-repeat 0 0;
	float: left;
	}

	#about:hover {
	background-position: 0 -20px;
	}

	#about span {
	display: none;
	}

	#arkvetspets {
	display: block;
	width: 103px;
	height: 20px;
	background: url("../images/btn_arkvetspets.gif") no-repeat 0 0;
	float: left;
	}

	#arkvetspets:hover {
	background-position: 0 -20px;
	}

	#arkvetspets span {
	display: none;
	}

	#contact {
	display: block;
	width: 97px;
	height: 20px;
	background: url("../images/btn_contact.gif") no-repeat 0 0;
	float: left;
	}

	#contact:hover { 
	background-position: 0 -20px;
	}

	#contact span {
	display: none;
	}

	#links {
	display: block;
	width: 42px;
	height: 20px;
	background: url("../images/btn_links.gif") no-repeat 0 0;
	float: left;
	}

	#links:hover {
	background-position: 0 -20px;
	}

	#links span {
	display: none;
	}

