/* layout & design */
* {
  margin: 0;
  padding: 0;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

body {
  background: #cdcdc6 url(/img/bg-body.gif) center top repeat-y;
  text-align: center;
}

#container {
  width: 720px;
  margin: 40px auto;
  position: relative;
  top: 0; left: 0;
  text-align: left;
  background: #fafaf9 none;
  border: 1px solid #cdcdc6;
}

h1 {
  width: 400px; height: 90px;
  position: absolute;
  top: 0; left: 60px;
  z-index: 2;
  overflow: hidden;
}

h1 a, h1 span {
  display: block;
  position: absolute;
  left: 0; top: 0;
  z-index: 2;
  width: 100%; height: 100%;
  background: url(/img/logo-mjg_and_associates.gif) top left no-repeat;
  overflow: hidden;
  font-family: Georgia, "New York CE", utopia, serif;
  color: #ab0232;
  cursor: pointer; 
}

#content {
  margin-top: 90px;
}

#alphabet-photos {
  width: 720px; height: 125px;
  background: transparent url(/img/photo-alphabet.jpg) top left no-repeat;
}

#portrait {
	width: 100px; height: auto; float: right;
	/*background: transparent top right no-repeat;*/
}

#floatright {
	float: right;
}

#main-content {
  width: 535px;
  float: right;
  padding: 10px;
}

#sidebar {
  width: 160px;
  float: left;
  padding: 10px 0;
}

#footer {
  clear: both;
  text-align: right;
}

#language-bar {
  position: absolute;
  top: 0; right: 0;
  z-index: 2;
  background: #cdcdc6 none;
  padding: 0 .8em;
  text-transform: lowercase;
  color: #a9a89d;
}

/*  */

h2 {
  margin: .5em 0 .2em 0;
  color: #ab0232;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  margin: .8em 0 .2em 0;
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

#main-content ul {
  margin-left: 1.5em;
  list-style-image: url(/img/bg-list-item.gif);  
}

#sidebar ul {
  list-style-type: none;
  width: 120px;
  text-transform: lowercase;
  font-size: .9em;
}

#sidebar li {
  border-bottom: 3px solid #cdcdc6;
  padding: .5em 0 .5em .8em; 
}

#language-bar a:hover, #language-bar a:active, #language-bar a.active {
  color: #fff;
}

.smaller {
  font-size: .8em;
}

a:link, a:visited {
  text-decoration: none;
  color: #ab0232;
}

a:hover, a:active, a.active {
  text-decoration: none;
  color: #a6a59a;
}

#footer span {
  padding: .2em .5em 0 .5em; 
  font-size: .8em;
  background: #cdcdc6 none;
  color: #fafaf9;
}

img {
  border: none;
}
