body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #51e0da;
	background: #51e0da url(../images/x_bg.jpg);
	background-repeat: repeat-y;
}

div, p, th, td, li, dd, dl, dt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ol, li, dl, dt, dd { line-height: 1.5em; }

p
{
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	color: #006;
}

img { border: 0; }

img.photo
{
	border: 1px solid #000;
	margin: 10px;
}

a { text-decoration: none; }



a:link
{
	color: #4D1D97;
	background-color: transparent;
}

a:visited
{
	color: #4D1D97;
	background-color: transparent;
}

a:active
{
	color: #4D1D97;
	background-color: transparent;
}

a:hover
{
	color: #6D6D67;
	background-color: transparent;
	text-decoration: underline;
}

hr
{
	color: #00C;
	background-color: #00C;
	height: 1px;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover
{
	color: #000;
	margin-right: 1em;
	margin-left: 1em;
	text-decoration: none;
}

#sidebar
{
	border: 1px solid #51E0DA;
	padding: 1em;
	margin: 1em;
	background: ;
}

#appointment
{
	border: 1px solid #51E0DA;
	padding: 1em;
	margin: 1em;
	text-align: center;
	background: #FEFCD5;
}

#appointment-alt
{
	border: 1px solid #51E0DA;
	padding: 1em;
	margin: 1em;
	text-align: center;
	background: #FEF79F;
}

#appointment a, #appointment a:hover, #appointment-alt a, #appointment-alt a:hover
{
	font-weight: bold;
	color: #4D1D97;
	text-decoration: none;
}

#content { margin: 1em; }

#header
{
	font-family: georgia, times, times new roman, serif;
	font-weight: bold;
	font-size: 1.3em;
	width: 100%;
	padding: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	background: url(../images/x_bg_head.jpg);
  background-repeat: no-repeat; 
}
