/* CSS Document */
*{
  margin: 0px;
  padding: 0px;
  border: 0px;
  
}

html { 
  min-height:100%; 
  margin-bottom:1px; 
}

body{
	font: 62.5%/100% Verdana, sans-serif;
	background: #EDE0DA;
  text-align: center;
}

h1{
	font: 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: black;
	display: none;
}

h2{
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: yellow;
	text-transform: capitalize;
	margin: 0xp 10px;
	padding: 10px;
}

h3{
	font: 2em/1em Arial, Helvetica, sans-serif;
	color: #3F2817;
	text-transform: capitalize;
	margin: 10px;
}

h4{
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	color: #3F2817;
	text-transform: uppercase;
	margin: 10px 10px 0px 10px;
}

h5{
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: black;
	text-transform: capitalize;
	margin: 10px 0px;
	padding: 10px;
}

h6{
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	color: #3F2817;
	text-transform: uppercase;
	margin: 10px 10px 0px 10px;
}

a:link, a:visited{
	color: maroon;
	text-decoration: underline;
}

a:active, a:hover, a:visited:hover{
	color: maroon;
	text-decoration: none;
}

p, li{
  font: 1em/1.6em Verdana, sans-serif;
  color: black;
  padding: 4px 10px;
}


/* Page layout */
#container{
	position: relative;
	margin: 0px auto;
	width: 742px;
	text-align: left;
}

#header{
  float: left;
  width: 740px;
  height: 30px;
  margin-top: 10px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  background: #9F7F68;
}

#navigation{
  float: left;
  width: 740px;
  background: #E2CEC1;
  border-top: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid white;
  border-left: 1px solid black;
}

#navigation ul{
  margin-left: 10px;
}

#navigation li{
  display: inline;
  padding: 20px 0px;
  margin-right: 20px;
  color: white;
  font: bold italic 1.4em/1.4em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.webdev{
	font: bold 2.4em/1.4em Arial, Helvetica, sans-serif;
	color: red;
	text-transform: uppercase;
}

#content{
  float: left;
  width: 740px;
  min-height: 300px;
  background: white url(/images/content_bg.jpg) no-repeat top;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding-top: 90px;
  
}

#column1{
  float: left;
  width: 540px;
  margin-bottom: 10px;
}

#column1 p{
  font-size: 1.2em;
}

#column2{
  float: right;
  width: 200px;
  margin-bottom: 10px;
}

.newsbox{
  background: black;
  padding-bottom: 10px;
}

.newstitle{
  font-weight: bold;
}

.newsbox p{
  color: white;
}

#column2 hr{
  border-bottom: 1px solid yellow;
  margin: 5px 10px;
}

.ratesbox{
  background: #DEDEDE;
  padding-bottom: 0px;
}

.ratesbox h5{
  margin-bottom: 0px;
  padding-bottom: 10px;
  background: #CDCDCD;
}

.ratesbox p{
  color: maroon;
  font-size: 1.4em;
  font-weight: bold;
  border-top: 2px solid white;
}

.linksbox{
  background: black;
  margin: 10px 0;
  padding: 10px 0;
}

.linksbox p{
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

.linksbox a:link, .linksbox a:visited{
  color: white;
  text-decoration: underline;
}

.linksbox a:hover, .linksbox a:visited:hover{
  color: white;
  text-decoration: none;
}

#footer{
  clear: both;
  width: 740px;
  min-height: 100px;
  margin: 0px 0px 10px 0px;
  background: #E2CEC1 url(/images/footer.gif) no-repeat top;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  padding-top: 65px;
}

#footer p{
  font: bold 0.9em/1.4em Arial, Helvetica, sans-serif;
  color: white;
  margin-left: 300px;
}

table img{
  margin: 10px 0;
}
