/* CSS Document */

  
/* ------------------------------- Main Layouts ----------------------------- */

body {
  margin: 0px;
  padding: 0px;
  text-align: center;	
}

#container {
  background: url(/images/bg.jpg) repeat-y;
  text-align: left;
  width: 750px;
  margin: 0 auto;
  padding: 0;
}

#header {
  background: url(/images/header.jpg) no-repeat;
  width: 750px;
  height: 110px;
}

#navigation {
  background: url(/images/navigation.jpg) no-repeat;
  width: 750px;
  height: 50px;
}

#content {
  color: #333333;
  font: 14px Arial, Helvetica, sans-serif;
  width: 670px;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 80px;
}


#footer {
  background: url(/images/footer.jpg) no-repeat;
  color: #4b4747;
  font: 13px Arial, Helvetica, sans-serif;
  clear: both;
  width: 750px;
  height: 50px;
  vertical-align: middle;
}

p { 
  margin-top: 10px; 
  text-align: justify;
}


/* ------------------------------- Misc Layout ----------------------------- */

.navigationlink:link {text-decoration: none; color: #ffffff}
.navigationlink:visited {text-decoration: none; color: #ffffff}
.navigationlink:hover {text-decoration: none; color: #CCCCCC}
.navigationlink:active {text-decoration: none; color: #ffffff}
.navigationlink {
  float: left;
  font: bold italic 17px Geneva, Arial, Helvetica, sans-serif;
  padding-top: 10px;
  margin-left: 50px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #990000;
}


.title {
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
  font: bold italic 17px Georgia, "Times New Roman", Times, serif;
}



/* ------------------------------- Copyright Layout ----------------------------- */

.copyright {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}

.createdby {
  float: left;
  margin-left: 70px;
}
