body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: center;
	line-height: 1.8em;
	background-color: #d6d3e5;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	line-height: 1.3em;
	text-align: justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #342687;
	background-color: #FFFF33;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000066;
	height: auto;
	width: auto;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: .5em;
}

h5 {
	background-image: url(http://www.nepeananimalhospital.com.au/images/textbg1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.5em;
	text-indent: 1em;
	background-repeat: no-repeat;
}

#wrapper {
	width: 800px;
	margin: 15px auto 15px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #dadada;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 60px;
	background-color: #f1f1f1;
	border-bottom: solid 1px #dadada;
	background-image: url(http://www.nepeananimalhospital.com.au/images/NAH-header-title.gif);
}

#header-banner {
	width: 100%;
	height: 228px;
	background-color: #f1f1f1;
	border-bottom: solid 1px #dadada;
}

/*Horizontal navigation menu*/
#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #342687;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	font-size: small;
}

#navcontainer li {
	display: inline;
	background-repeat: no-repeat;
	
}

#navcontainer li a
{
	text-decoration: none;
	background-color: #342687;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color: #369;
color: #fff;
}
/*End horizontal nav menu*/


#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.nepeananimalhospital.com.au/websites/divider.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	background-color: #FFFFFF;
}


/*Left column*/
#left {
	width: 160px;
	height: auto;
	float: left;
	padding: 20px;
	margin: 0px;
	background-color: #FFFFFF;
}

/*Right column*/
#right {
	width: 530px;
	height: auto;
	float: left;
	padding: 20px 50px 20px 20px;
	margin: 0px;
	background-color: #FFFFFF;
}

#right p {
margin: 0px;
}

#right a:link {
	color: #000099;
	text-decoration: none;
	}
#right a:visited {
	color: #660099;
	text-decoration: none;
	}
#right a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	}
#right a:active { 
	color: #333333;
	}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

.floatleft {
	float: left;
	padding-right: 0em;
	border-color: #000000;
	line-height: normal;
	margin-right: 10px;
		
}

.floatright {
	float: right;
	padding-left: 10px;
	border-color: #000000;
	line-height: normal;
	margin-left: 0;
	padding-top: 7px;		
}
#right ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#right li 
{
	padding-left: 2.5em;
	background-image: url(http://www.nepeananimalhospital.com.au/images/NAH-footprint-small.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	line-height: 2;
	text-indent: 0em;
	margin-left: 4em;
}


/*Footer*/
#footer {
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #dadada;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #342687;
	color: #FFFFFF;
}

#footer p {
margin: 0px auto 0px auto;
padding: 10px 0px 10px 0px;
color: #000066;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}
