@charset "UTF-8";
/* CSS Document */

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	background-color: #b0c4de;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/vertbg.gif);
	list-style-type: circle;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/grayedges.jpg);
} 
.twoColFixLtHdr #header {
	height: 222px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p em strong {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

p strong {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 7px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px;
	float: left;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%;
	text-decoration: none;
	font-size: 11px;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #333;
	text-decoration: none;
	padding: 0 5px;
	border-bottom: 1px solid #FFF;
}

  
#nav a:visited {
	text-decoration: none;
	background-color: #faf9f4;
  }
  
  #nav #nav_pay a {
  border: none;
}

#body_hom #nav_hom a,
    #body_about #nav_about a,
    #body_medicine #nav_medicine a,
    #body_cancer #nav_cancer a,
	#body_conditions #nav_conditions a,
	#body_started #nav_started a,
	#body_contact #nav_contact a,
   #body_conflict #nav_conflict a,
  #body_writing #nav_writing a,
   #body_payment #nav_payment a,
    #body_test #nav_test a,
	#body_events #nav_events a,
	#body_love #nav_love a,
	#body_pay #nav_pay a{
	color: #333;
	font-weight: 100;
	background-color: #F1F1F1;
}
#nav a:hover {
	text-decoration: underline;
	background-color: #e8e5da;
	color: #333;
  }
  
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #333;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #033;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

#body_about #container #mainContent h3 img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #666;
}
.linearound {
	border: 1px solid #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 2px;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: circle;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}




#nav ul {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: circle;
}
