html, body {
  padding: 0;
  margin: 0;
}

body {
  color: #633;
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  text-align: justify;
  font-size: 100%;
  text-align: center; /* hack to centre wrapper in IE (see wrapper) */
}

#wrapper_1 {
  background: url(images/background_1.gif) repeat-y center;
}

#wrapper_2 {
  width:  950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  border: 2px solid #990000;
  background-color:#FFC;
}



/* @group Content */

#content {
	display: inline;  /* End IE hack */
float: left;  width: 514px;
margin-left: 180px;
  padding: 7px;
}

h1 {
  font-size: 1.5em;
  color: #993333;
  font-style: italic;
  letter-spacing: 5px;
}

h2 {
  font-size: 1.3em;
  color: #993333;
  font-style: italic;
}

h3 {
  font-size: 1.1em;
  color: #339966;
  font-style: italic;
}

h4 {
  font-size: .9em;
  font-style: italic;
}

.email {
  padding: 3px;
  background: #ffff99;
  border: 1px solid #666666;
}

/* @group images */

img.photo_border {

  border: 2px #993333 solid;
}

img.left_photo_border {
  float: left;
  margin: 10px 10px 10px 0px;
  border: 2px #993333 solid;
}

img.center_photo_border {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px #993333 solid;
}

img.right_photo_border {
  float: right;
  margin: 10px 0px 10px 10px;
  border: 2px #993333 solid;
}

img.left_no_border {
  float: left;
  margin: 15px;
}

img.center_no_border {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.right_no_border {
  float: right;
  margin: 15px;
}

img.photo_no_border {
  margin: 15px;
}

.photo-labels {
  font-size: .76em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* @end */

p {
  font-size: .8em;
  line-height: 1.5em;
  text-align: justify;
}

ul {
  font-size: .8em;
  line-height: 1.5em;
}

blockquote {
  font-size: .8em;
  line-height: 1.5em;
}

blockquote p {
  font-size: inherit;
  line-height: 1.5em;
}

.menu {
  margin-left: +8px;
}

a:link {
  color: #0000cc;
  text-decoration: none;
}

a:visited {
  color: #36c;
  text-decoration: none;
}

a:hover {
  color: #f33;
  text-decoration: none;
  background-color: #ffcc99;
}

a:active {
  color: #333;
  text-decoration: none;
  background-color: #ffc;
}

center a {
  font-size: .8em;
  line-height: 1.5em;
}


/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 169px;
  margin-left: -700px;
  }
  
.sidebar_links {
  list-style-image: url(images/arrow.gif);
  font-size: .9em;
  padding-left: 1em;
  margin-left: 1em;
  margin-top: 0px;
}

.sidebar_links li a {
  color: #0000cc;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
}

.sidebar_links a:hover {
  color: #cc0000;
}
  
/* @end */

/* @group Right Sidebar */

#right_sidebar {
display:inline;
  float: right; 
  width: 200px; 
}

/* @end */

/* @group bottommenu */

#bottommenu p {
	text-align: center;
	font-size: .76em;
}

/* @end */


/* @group footer */

#footer {
	text-align: center;
	font-size: .8em;
	margin-left: 200px;
	width: 500px;
clear:  both;
background-color: #ffffcc;
}

#footer p {
	text-align: center;
	font-size: .76em;
}

/* @end */

