/* Generic style declaration */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	min-width:808px;
	color: #FFFFFF;
	background-color:#000000;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
	text-shadow: 0px 0px 3px #000000;
}

a:hover {
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #0099CC;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #FFFFFF;
}

h2 {
 font-size: 16px;
 color: #0099CC;
}

h3{
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
}

h4 {
 font-size: 14px;
 font-weight: normal;
 color: #333333;
}

h5 {
 font-size: 14px;
 color: #334d55;
}

h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 0px 0px 2px #0099CC;
	text-align: right;
	border-top:#333333 thick ridge;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Defines the wrapper div style */

#wrapper {
  width: 768px;
  min-height: 480px;
  height: inherit;
  margin: 0 auto;
  text-align:left;
  background-repeat: repeat;
  background-image: url(../images/brojo_bg.gif);
  border: #333333 thin solid;
}

#logo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 0px 0px 2px #0099CC;
	text-indent: 20px;
	padding-bottom: 2px;
	padding-top: 8px;
}
  
#mainNav {
	width: inherit;
	text-indent: 20px;    
	list-style: none;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: #333333 thick ridge;
}

#mainNav li {
  float: left;
}

#mainNav li a {
  display: block;
  padding: 0 2em;
  line-height: 2.1em;
}

#mainNav .first a {
  background: none;
}

#content {
  float: left;
  font-size: 80%;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 20px;
  min-height: 400px;
}

#mainImage {
  width: 200px;
  height: 200px;
  float: left;
}

#sectionOneContent {
  width: 530px;
  margin-bottom: 10px;
}

#sectionTwoContent {
  width: 600px;
  margin-bottom: 10px;
}

#sectionThreeContent {
  width: 600px;
}

#sectionOneTitle {
  margin-bottom: 5px;
  }

#sectionTwoTitle {
  margin-bottom: 5px;
  }

#sectionThreeTitle {
  margin-bottom: 5px;
  }
  
#footer {  
  clear: both;
  border-top: #333333 thick ridge;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: 0px 0px 2px #0099CC;
	text-align:center;
	color:#FFFFFF;
  padding: 10px;
/*  background: url(../images/bottomlogo.png) right no-repeat;*/
  }
