
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	}

#container {
	width: 100%;
	margin: 0px;
	height: 100%;
	border: 0px;
	padding: 0px;
}

#header {
	background: url(/freelancer/images/freelancer_header.gif) no-repeat;
	height: 122px;
}

#sidepanel {
	float:left;
}

#sidepanel img {
	float: left;
	border: 0px;
	margin: 40px 20px 40px 0px;
}

#content {
	width: 550px;
	float: left;
	margin: 20px;
	height: 100%;
	}

	#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
	.stepText {
	font-weight: bold;
	color: #a6ce39;
	}


#footer {
	background: url(/freelancer/images/freelancer_base.gif) no-repeat;
	width: 100%;
	height: 65px;
	color: #000000;
	font-size: 8pt;
	clear: both;
	padding: 25px;
}

	#footer a {
	text-decoration: none;
	color: #000000;
	}
	
/*h1 {
    text-align: right;
    font-size: 18px;
    padding: 10px 25px;
    margin: 0px;
    color: #FFFFFF;
    vertical-align: middle;
}

h2 {
    font-size: 130%;
    padding: 1px 0px;
    color: #666;
    background-color: #f1f1f1;
    border-top: 1px solid #195195;
    border-bottom: 1px solid #195195;
}*/

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	padding: 0px;
	color: #a6ce39;
	}

h4 {
	font-size: 100%;
	font-weight: bold;
	}

a {
	text-decoration: underline;
	color: #a6ce39;
}



