@import url("default_form_elements.css");
@import url("featured_block.css");
@import url("my_profile.css");
@import url("categories.css");
@import url("listings.css");
@import url("online_poll.css");
@import url("my_listings.css");

body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:white;
	}


h1{ font-size:175%;	}
h2{ font-size:150%;	}
h3{ font-size:125%;	}


/* ---------- Positioning styles ---------- */

div#header{
	width:100%;
	height:111px;
	clear:both;
	background-color:#E2E2E2;
	}

div#search_bar{
	width:100%;
	height:37px;
	clear:both;

	background-color:#064781;
	background-repeat:repeat-x;

	margin:0;
	padding:0;


	color:white;
	font-size:90%;
	text-align: center;
	overflow-y: hidden;
	}

div#search_bar a{
	color:white;
	}

div#search_bar input, div#search_bar select{
	font-family:monospace;
	font-size:12px;
	}


div#bottom_bar{
	width:100%;
	height:37px;
	clear:both;

	background-color:#064781;
	background-repeat:repeat-x;

	margin:0;
	padding:0;


	color:white;
	font-size:90%;
	text-align: center;
	overflow-y: hidden;
	}



div#main_area{
	width:100%;
	clear:both;
	background-color:#FFF;
	}


div#footer{
	width:100%;
	clear:both;
	height:64px;
	background-color:#E2E2E2;
	background-repeat:repeat-x;
	text-align: center;
}

div#left_bar{
	float:left;
	width:15%;
/*	border-right: 1px dotted #CCCCCC; */
	margin:0;
	margin-top: 10px;
	padding:0;
	padding-left:10px;
	}

div#main_content{

	float:right;
	width:83%;
	margin:10px 0;
	padding:0;
	}


table.layout{

	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;

/*	border:2px solid green; */

	}

table.layout tr{
	vertical-align:top;
	}

table.layout tr td{
	/* background-color:#FFC; */
	border:none;
	margin:0;
	padding:0;
	}

table.center tr{
	vertical-align:middle;
	}

/* ---------- log in form ---------- */

.login_form {
	margin-top:50px;
	margin-left:15%;
	}

.login_form input[type="text"], .login_form input[type="password"]{
	width:150px;

	}


