body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#content {
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	height: 88px;
}
#bginnercont {
	background-image: url(images/bgtopcontent.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	color: #000000;
}
#footer p {
	padding: 0px;
	margin-top: 7px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #9E30A3;
	text-decoration: none;
}


#content a {
	font-weight: bold;
	color: #67386C;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #B6C9DA;
	text-decoration: none;
}
#content #formstyle p {
	margin: 0px;
	padding: 0px;
}
#bgcontent {
	background-image: url(images/bgboxcontent.jpg);
	background-repeat: repeat-y;
}


/* Custom Styles */
#login_container
{
	width:100%;
}

#login_container fieldset
{
	margin:0;
	padding:0;
}

#login_container fieldset legend
{
	color:#333;
	margin-left:5px;
}

#login_container form
{
	margin:10px 0 0 0;
}

#login_container p
{
	text-align:center;
	line-height:16px;
	margin:10px 0;
}

#job_seeker_login
{
	width:45%;
	float:left;
	margin-left:18px;
}

#employer_login
{
	width:45%;
	float:left;
	margin-left:18px;
}

#message
{
	color:red;
	font-weight:bold;
	text-align:center;
}

.banners
{
	/*background-image:url('images/flash.jpg');*/
	width:800px;
	height:175px;
	margin:0 auto;
}

.banner_iframe
{
	margin:7px 3px 0 0;
}