body {

	background: white url('bg.gif') 0 0 no-repeat;
	color: black;
}

hr { clear: left; display: none; }
div { margin: 0; padding: 0; border: 0;}

a, a:visited{ text-decoration: none; }
a:hover { text-decoration: underline; }

p { 
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
}

h3 {
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 5px;

	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;

	border-width: 0px;
	border-color: #DDDDDD;
	border-style: dashed;
	border-top-width: 2px;
	
}


ul {


	padding-left: 30px;


	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

	list-style-type: square;
	list-style-image: url('list.gif');
	list-style-position: inside;

	color: #8B4513;

}

div#header-menu a, div#header-menu a:visited {
	color: white;
}
div#header-menu a:hover {
	color: red;
	text-decoration: none;
}
div#header {

	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 100%;


}

div#header-top {

	height: 30px;

	padding-top: 2px;
	padding-right: 10px;

	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #7F8DF6;
	
}

div#header-menu {

	height: 40px;
	padding-right: 150px;


	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: white;

}

div#header-title {

	padding-left: 300px;

	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;

}

div#header-content {

	margin-left: 240px;
	padding-left: 80px;
	padding-top: 20px;

	height: 50px;

	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
}

div#header-content a, div#header-content a:visited, div#header-content a:active {
	color: #666666;
	
}

div#header-content a:hover {
	color: red;
	text-decoration: none;
}

div#menu {

	position: absolute;
	top: 230px;
	left: 30px;

	width: 150px;

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: navy;
}

div#logo {

	width: 150px;
	height: 145px;
	margin: 0px;

	padding: 0px;
	

	margin-top: 40px;
	
	background: white url('vetlogo.gif') 0 0 no-repeat;

}



div#content {

	position: absolute;
	top: 160px;
	left: 200px;

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;

}

div#footer {

	width: 100%;
	margin-top: 40px;

	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;

	color: #7F8DF6;

	border-color: #7F8DF6;
	border-style: solid;
	border-top-width: 1px;

}

div#footer a, div#footer a:visited {
	color: #7F8DF6;
}


