@charset "UTF-8";
/* CSS Document */

body {
    font: 1em Times serif;
    color: #000;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}

#wrapper {
	width: 800px; /* 780px is just wide enough to fill and 800px screen */
	height: 680px;
	margin: 15px auto; /* It's important to set the margin to auto if you want the layout to center */
	background: url(../images/rate_card_background.jpg) no-repeat;
	text-align: left;
}

#header, #column1, #column2, #column3, #column4 ,#footer{ 
    padding: 0px;  /* This sets a 10px padding on all of our content boxes */
}

#header {
	font-size: 0.67em;
	display: block;
	font-weight:bold;
	padding: 130px 0px 45px 510px;
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 800px;
}

	#column {
	float: left; /* Sets this column to the left inside its section */
	width: 180px;
	padding: 0px 0px 0px 60px;
	font-size: 0.8em;
	font-weight: bold;
    }

    #column1 {
	float: right; /* Sets this column to the left inside its section */
	width: 560px;
    }

#footer {
	font-size: 0.75em;
	display: block;
	font-weight:bold;
	padding: 28px 0px 45px 490px;
	clear: both;
}

img {
	padding-bottom: 12px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}

.navportfolio li {
	list-style: none;
	padding: 5px 0px 4px 0px;
}
.jf {
	display: block;
	padding: 10px 0px 4px 0px;
	margin: 0px 0px px 0px;
}
.red {
	color: #FF0000;
}
.spacer {
	display: block;
	padding: 0px 0px 4px 0px;
}

