* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #435567;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {color: #69699c;}
b 		{color: #F36321;}
span 	{display: none;}
img 	{border: none;}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #FF6600;
	border-width: 0px 1px 1px;
	border-style: solid;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 174px;
	color: purple;
	background: #F36321;
	/*background: url('images/header_background.gif') repeat-x 0px 0px;
	overflow: hidden;*/
}

#page_header a 			{color: #fff; text-decoration: none;}
#page_header a:hover 	{color: #e1e1e1;}


/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
	background-color: Gray;
}

#page_menu ul {
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
	padding-left: 60px;
}

#page_menu li {
	margin-right: 1px;
	width: 95px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-left: 50px;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: orange;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}



/* Main Content Area */

#main_content {
	width: 760px;
	text-align: center;
	float: right;
	padding-top: -20px;
	.padding-top: 20px;
	_padding-top: 20px;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #FF9933;
	overflow: hidden;
	width: 100%;
	border:0; padding:0;
}

.horizontal_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #FF9933;
	overflow: hidden;
	clear:all;
}

/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 0px 10px;
	width: 750px;
	text-align: justify;
}


#new_item_header {
	float: left;
	width: 448px;
}

#new_item_header h1 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
}

#new_item_header h2 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#new_item_text {
	float: left;
	clear: left;
	width: 448px;
}



/* Sub Items Descriptions */


.sub_left {
	padding-left: 5px;
	width: 644px;
	float: left;
}


.sub_items_text {
	padding-left: 20px;
	float: left;
	clear: left;
	width: 644px;
}

.sub_items_text ul {
	width: 644px;
	margin-left: 20px;
}

.sub_items_text li {
	font-size: 12px;
	font-weight: bold;
	clear: all;
}

.sub_items_text li.last {
	margin-right: 0px;
}

.sub_items_text a {
	padding-top: 3px;
	color: orange;
	text-decoration: none;
}

.sub_items_text a:hover {
	color: #e1e1e1;
}


/* Page Footer */

#page_footer {
	width: 780px;
}

#powered_by {
	padding-top: 17px;
	float: right;
	width: 305px;
	height: 30px;
	color: #9595c2;
	text-align: center;
}

#powered_by a {
	color: #9595c2;
}


