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;
	text-align: center; /* 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: 12pt;
	font-style: normal;
	line-height: 19px;
	font-weight: 100;
	background-color: #bebba6;
	background-attachment: fixed;
	background-image: url(images09/fadebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.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;
}
p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a:link {  font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; color: #000099; text-decoration: none}
a:visited {  font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; color: #990000; text-decoration: none}
a:hover {  font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; color: #0000FF; text-decoration: underline; background: #99CC99}
.tentext {  font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; color: #333333}
h2 {
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
}
ul {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
}
h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
}
h3 {  font: italic normal 16px/18px Verdana, Arial, Helvetica, sans-serif; color: #000033}
.xmashead {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
.xmasbig {  font: bold normal 36px/normal Georgia, "Times New Roman", Times, serif; color: #000033}
.xmasmed {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a.bold:link {  font: bold normal 12px/normal Verdana, Arial, Helvetica, sans-serif; color: #000099; text-decoration: none}
a.bold:visited {  font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #990000; text-decoration: none}
a.bold:hover {  font: bold normal 12px/normal Verdana, Arial, Helvetica, sans-serif; color: #993300; text-decoration: underline; background: #CCFFCC}
.twelve {  font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif; color: #333333}
.yellowp {  font: bold normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color: #000000; background: #FFFF99}
h4 {  font: 900 16px Georgia, "Times New Roman", Times, serif}
a.small:link {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none}
a.small:visited {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none}
a.small:hover {  font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none; background: #FFCC00}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.padding {
	padding: 5px;
}
.linearound {
	padding: 5px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin: 5px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
	float: left;
}


#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 160px;
	list-style-type: none;
}

#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #0033CC;
  text-decoration: none;
  padding: 0 10px;
  line-height: 2;
  border-bottom: 1px solid #999999;
}



#nav a:hover {
	text-decoration: none;
	background-color: #336;
	color: #FFF;
  }
  #nav #nav_ a {
  border: none;
}


#body_hom #nav_hom a,
    #body_trips #nav_trips a,#body_private #nav_private a, #body_travres #nav_travres a,#body_request #nav_request a,#body_contact #nav_contact a,#body_email #nav_email a,#body_russia #nav_russia a,#body_biketours #nav_biketours a,#body_med #nav_med a,#body_france #nav_france a,#body_photos #nav_photos a,#body_scana #nav_scand a {
	color: #990000;
	font-weight: 100;
}

li {
	list-style-type: disc;
}
img {
	margin: 3px;
	padding: 3px;
}
#body_travres #container #mainContent p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
}
