* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : Arial, Georgia, verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.6em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  /*background : #551618;*/
  background : #D1D5BE;
  text-align: center;
}

ul, ol { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

ul.right {
	float : left;
}

.redhilight {
	background : #990000;
	color : #fff;
}

h1 {font-weight : bold; font-size : 18px; width : 75%; padding : 2px 0 3px 25px; color : #fff; margin : 0 0 0.5em -25px; font-family : "Trebuchet MS", Verdana, sans-serif; background : #4D1113 url(images/bg_h1.gif) top right no-repeat;}
h2 {font-weight : bold; font-size : 16px; color : #4D1113; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 15px; color : #4D1113; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #4D1113; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #4D1113; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #4D1113; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #571236; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #571236; font-weight : normal; text-decoration : underline;}
A:Active  { color : #571236; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #571236;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #224226;
  color : #E6F0E5;
  background : none;
}

hr.store {
  clear : right;
}

blockquote {
  margin : 1em 2em;
  background : #B2C6AF;
  border : 1px solid #000;
  padding : 5px;
  font-size : 11px;
}

div#wrapper {
   width: 750px;
   margin: 20px auto 20px auto;
   background : #E6F0E5;
   border : 1px solid #000;
   text-align: left;
}

div#wrapper-index {
   width: 750px;
   margin: 20px auto 20px auto;
   background : #E6F0E5 url(images/bg_wrap.gif) top left repeat-y;
   border : 1px solid #000;
   text-align: left;
}

div#header {
  width : 750px;
  height : 90px;
  position : relative;
  background : #fff url(images/bg_header2.gif) bottom left no-repeat;
}

img#logo_drlynn {
  position : absolute;
  top : 10px;
  left : 5px;
}

ul#topnav {
  width : 750px;
  font: normal 13px Verdana, sans-serif;
  color : #fff;
  float : right;
  border-bottom : 2px solid #ECB6AA;
  background : #5C1D1F;
  margin : 0;
}

ul#topnav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
  position: relative;
}

/* Level 2 */
ul#topnav li ul {
	position: absolute;
	left: 0px; 
	top : 20px;
	margin : 0;
	display: none;
	width : 150px;
	background : #5C1D1F;
	z-index : 10;
}

/* Level 3 */
ul#topnav li ul li ul {
    position: absolute;
	left: 150px; 
	top: 0;
	display: none;
	width : 150px;
	background : #5C1D1F;
	z-index : 15;
}

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #fff;
  font-weight : normal;
  float : left;
  padding : 3px 8px;
  background : none;
  border : 0;
}

ul#topnav li a:hover {
  background : #ECB6AA;
  color : #000;
}

ul#topnav li:hover ul ul, ul#topnav li.over ul ul {
 	display:none;
}

ul#topnav li ul li a, ul#topnav li ul li a:link, ul#topnav li ul li a:visited {font-weight : normal; padding: 3px 0px 3px 3px; display : block; width : 150px; font-size : 12px; text-align : left; margin : 0;} /* Sub Menu Styles */
/*ul#topnav li:hover ul, ul#topnav li.over ul { display: block;}*/ /* The magic */

ul#topnav li:hover ul, ul#topnav li li:hover ul, ul#topnav li.over ul, ul#topnav li li.over ul {
	display:block;
}

div#sidebar_right {
  float : right;
  width : 240px;
}

div#sidebar_right h1 {font-weight : bold; font-size : 13px; padding : 0 0 0 10px; color : #fff; margin : 0 0 0.5em 0; font-family : "Trebuchet MS", Verdana, sans-serif; background : #fff url(images/bg_sb_h1.gif) top left no-repeat;}

div#sidebar_right h2 {font-size : 12px;}
div#sidebar_right p, div#sidebar_right li {font-size : 11px; line-height : 1em;}

.sb_box { display : block; width : 100%; clear : left;}

div#content {
  margin : 0;
  padding : 10px 25px;
}

div#content img {
  margin : 0 5px;
}

div#content-index {
  margin : 0 260px 0 0;
  padding : 10px 25px;
}

.box_right {
  width : 150px;
  font-size : 11px;
  float : right;
  line-height : normal;
}

.photo {
  float : right;
  font-size : 10px;
  text-align : right;
}

.photo img {
  display : block;
}

.box {
  float : left;
  margin : 0 3px;
  font-size : 10px;
  text-align : center;
}

.box img {
  display : block;
  border : 1px solid #000;
}

form {display : inline;}

legend {font-weight : bold; font-size : 18px; color : #702B2B; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

form div {
  clear : left;
  padding-top : 0.6em;
}

form fieldset {
  padding : 7px 4px;
  border : 1px solid #e7e7e7;
}

form div label {
  float : left;
  width : 65px;
  font-weight : bold;
}

input.txt {
  border : 1px solid #cccccc;
  width : 250px;
}

input.txt2 {
  border : 1px solid #cccccc;
  width : 150px;
}

input.btn {
  border : 1px solid #cccccc;
  background : #e7e7e7;
  color : #000;
  width : 75px;
}

textarea {
  border : 1px solid #ccc;
  width : 250px;
  height : 75px;
}

div#clear {
  clear :both;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #2A2323;
  font-family : verdana;
}

div#norlink a {
  color : #2A2323;
  font-weight : normal;
  background : none;
  border : 0;
}
