/*
//////////////////////////////////////////////////////////////////////
//                                                                  //
//  File name:   styles.css                                         //
//  Description: Style for mariagomori.com                          //
//  Last edited: October 15, 2008                                   //
//  Author:      Stephen Gomori                                     //
//  Contact:     webmaster at vividwind dot ca                      //
//                                                                  //
//////////////////////////////////////////////////////////////////////
*/

* {
  margin: 0px;
  padding: 0px;
}

body {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #000;
  text-align: center; 
	color: #FFFFFF;
  
  height: 100%;
}

#wrapper {

  /* Centre wrapper and define size */
  position: relative;
  margin: 0px auto; 
  width: 775px;
  height: 621px; /* This height is strictly for ie6. It'll likely bug up with percentages too. */          
  text-align: left;
}

body > #wrapper {
  height: auto !important;
  min-height: 621px;
}

#content {
  margin-left: 165px;
  padding-top: 151px;
	padding-bottom: 110px;
  width: 605px;
  height: 360px;  /* Strictly for ie6 */
  font-size: 15px;
}

h1 {
  display: none;
}

h2 {
  font-size: 17px;
  margin: 3px 0px 20px 13px;
}

#wrapper > #content { /* Again, as above. */
  height: auto !important;
  min-height: 360px;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 100px;
	background-image: url(../images/header_end.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 775px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer p {
  position: absolute;
	top: 9px;
	left: 178px;
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
}

#footer a, #content a{
	color: #e8bfff;
}

#footer a:hover, #breadcrumbs a:hover {
	color: #ff8480;
}

#content h1 {
  margin-left: 13px;
  margin-bottom: 27px;
  padding-top: 27px;
  font-size: 19px;
  letter-spacing: -0.05em;
}

#content p, #content ul {
  margin: 0px 0px 1em 13px;
}

#content ul {
  list-style-type: disc;
  list-style-position: inside;
}

#content .quote p {
  font-style: italic;
  margin: 0px 0px 5px 0px;
}

li {
  margin-bottom: 9px;
}

li a {
  text-decoration: underline;
}

table {
  margin-left: 11px;
}

#breadcrumbs {
  font-size: 11px;
  position: absolute;
  top: 105px;
  left: 14px;
  width: 761px;
  height: 20px;
	z-index: 10;
	letter-spacing: -0.05em;
}

#breadcrumbs a {
  color: #FFFFFF;
}


img {
  border: 0px;
}
#navigation {
	height: 328px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#navigation img {
	display: block;
}

#right_side{
	top: 154px;
	right: 0px;
	position: absolute;
	text-align: center;
}

#right_side div{
  margin-bottom: 35px;
}

.quote {
	width: 375px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid white;
	margin-left: 13px;
}


a {
  text-decoration: none;
}

.pdf {
  margin-right: 3px;
}
