/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  

* { padding: 0; margin: 0; }
*/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-left:0px;
 margin-top:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 20px;
	color:#DB4918;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 16px;
	color:#DB4918;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-style:italic;
	color:#DB4918;
}

a {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-style:italic;
	color: #FF3300;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-style:italic;
	color:#DB4918;
	text-decoration:underline;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 color: #333;
 width: 1000px;
 float: left;
 padding: 0px;
 border: 1px solid #ccc;
 height: 185px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
 background-image:url(../images/ipf-header.jpg)}
#leftcolumn { 
 clear:left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 529px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}
#topnav { 
 width: 1000px;
 clear: both;
 color: #FFF;
 border: 1px solid #ccc;
 background-image: url(../images/nav-bg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align:center;
 font-size:14px;
 font-weight:bold;
 font:Verdana, Arial, Helvetica, sans-serif; 
}
#footer { 
 width: 1000px;
 float:left;
 clear: both;
 color: #FFFFFF;
 border: 1px solid #ccc;
 background-color:#FDD865;
 /*background: url(../images/rhm1_bg.gif) repeat-x;*/
 margin: 0px 0px 10px 0px;
 padding: 0px;
 text-align:center;
}

.box { 
  background: #fee8a5; 
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 10px 10px 10px 10px;
}

