/* 
    AUTHOR: Rich Bachman
            rich.b.design@gmail.com
            www.richbdesign.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; font-size: 100%; }
body { font-size: 1em; line-height: 1.125em; background: url(../images/mainbg-repeat.gif) repeat-x #939498; font-family: Arial; }
ul { list-style: none inside; }
p {  }
h1 { }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outside_container {
  width: 792px;
  min-height: 560px;
  height:auto !important;
  height:560px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  width: 792px;
  height: 494px;
}

#content {
  width: 792px;
  margin-top: 35px;
  margin-bottom: 40px;
}

#content h2 {
	font-size: 1.438em;
	text-align: center;
	letter-spacing: .3em;
	font-weight: normal;
	padding-top: 5px;
}

#content p {
  text-align: center;
  font-size: 1.064em;
  color: #1e2350;
  margin-top: 20px;
  letter-spacing: .1em;
}

#content a:link {
  color: #000000;
  text-decoration: none;
}

#content a:hover {
  color: #000000;
  text-decoration: underline;
}

#content a:visited {
  color: #000000;
  text-decoration: none;
}

#circleR {
	width: 792px;
	height: 41px;
	background: url(../images/circleR.gif) no-repeat;
}

/* END STRUCTURE */
