/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content { 
 float: left;
 color: #333;
 height: 700px;
 width: 440px;
 display: inline;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 260px;
}

#footer { 
 width: 800px;
 height: 100px;
 clear: both;
 color: #333;
}

#navigation {
 float: left;
 width: 800px;
 height: 40px;
 color: #333;
}

#leftcolumn { 
 color: #333;
 height: 700px;
 width: 160px;
 float: left;
}

#rightcolumn {
	color: #333;
	height: 690px;
	width: 190px;
	float: right;
	background-color: #CFC1AC;
}
a:link{

color:#996600;

text-decoration: none

}
a:visited{

color:#999999;

text-decoration: none

}
a:hover{color:#FFFFFF;

text-decoration: none

}
a:active{color:#996600;

text-decoration: none

}

