	html { background-color: #000; }
		body { font-family: arial, verdana;
	color: #333;
}
		#custom-doc {
			margin:auto;text-align:left; /* leave unchanged */
			width:54.615em; /* 710/13 */
			*width:53.250em; /* 710/13.3333 */
			min-width:710px;/* optional but recommended */
			border: 1px solid #4a4944; 
		}
		h1,h2,h3 { font-weight: bold; }
		h1 { font-size: 138.5%; text-indent: -1000px; }
		h2 { font-size: 138.5%;
	line-height: 123.1%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b3b3b3;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	;
}
		h3 { font-size: 108%;
		 }
		p {
	margin-bottom: 1.4em;	
	
}
		p,li {
	font-size: 93%;
	line-height: 146.5%;
}
		a {
	color: #de8708;
	text-decoration: none;	
}

		a:hover {
	background-color: #de8708; color: #fff;
}
		blockquote,ul,ol,dl {
			/*giving blockquotes and lists room to breath*/
			margin:1em;
		}
		ol,ul,dl {
			/*bringing lists on to the page with breathing room */
			margin-left:2em;
		}
		
		dl {
	border-bottom: 1px dotted #c4c4c4;
	padding-bottom: 1em;
}
		
		dt,dd {
	display: inline;
}
	
		dt {
	font-weight: bold;
	
}
		
		ol li {
			/*giving OL's LIs generated numbers*/
			list-style: decimal outside;	
		}
		ul li {
			/*giving UL's LIs generated disc markers*/
			list-style: disc outside;
		}
		
		
		
		#ft,#hd,#bd,.yui-b {
			xborder: 1px solid #000;			
		}
		#hd { 
			height: 118px; 
			background: url(/images/bg_hd_new.gif);
		}		
		#nav,#ft { 
			background-color: #000; 
			height: 25px;
		}
		#nav { background: url(/images/bg_nav.gif);}
		#nav ul,#ft ul {
			text-align: center;
			margin: 0;
			padding: 5px;
		}
		#nav ul li,#ft ul li { 
			display: inline; 
			
		}
		#nav ul li a,#ft ul li a { 
			text-decoration: none; 
			padding: .5em .8em;
			color: #FFF;
	font-weight: bold;
}
		#nav ul li a:hover,#ft ul li a:hover { 			 			
			color: #222220;
		font-weight: bold;
		background-color: #fff;
}
		#nav ul li a.selected {
		color: #222220;
		background-color: #fff;
}
		
		#yui-main {
			background-color: #fff;
			
			
		}
		#yui-main .yui-b {
			background-color: #FFF;
		}
		.content { padding: 1em; border-right: 1px dotted #b3b3b3;}
		.sidebar { padding: 1em 0;}
		.home {
	background: #FFF url(/images/uploads/bg_home_pobox.jpg) no-repeat 500px 320px;
	position: relative;
	}
	
	.home h2 {
	font-size: 108%;
}

#forex_logo {
	position: absolute;
	width: 71px;
	height: 37px;
	top: 380px;
	left: 120px;
}
		
		.entry {
			border-bottom: 1px solid #000;
			margin-bottom: 5px;
			padding-bottom: 5px;
		}
		
		.comment_entry {
			
			margin-bottom: 5px;
			padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

strong {
	font-weight: bold;
}

table {
	margin: 25px;
	width: 450px;
	xborder: 1px solid #000;
}

tr {
	border-bottom: 1px solid #000;
	
}

td,th {
	padding: 5px;
}

th {
	background-color: #222220;
	color: #f9ec48;
	font-weight: bold;
}


#blog_categories ul
{
margin: 5px 0 15px;
padding: 0 0 5px 0;
list-style-type: none;
text-align: center;
border-bottom: 1px solid #000;
	font-size: 77%;
	font-weight: bold;
}

#blog_categories ul li { display: inline; }

#blog_categories ul li a
{
text-decoration: none;
padding: .5em .5em;
color: #000;
background-color: #ece165;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
xborder-bottom: 1px solid #FFF;
}

#blog_categories ul li a:hover
{
color: #fff;
background-color: #000;
}

#navcontainer h3 {
	color:  #FFF;
	padding: .3em .8em;
	font-size: 95%;
	
}

#navcontainer {
	xborder: 1px solid red;
	width:  170px;
	background-color: #000;
	margin-top: 1em;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
xborder: 1px solid red;
width: 170px;
	background-color: #f9e323;
}

#navcontainer li { 
	margin: 0 0 .2em 0;
	list-style-type: none;
	padding: .2em .8em;
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px solid #bba818;
}

#navcontainer a
{
display: block;
color: #000;
xbackground-color: #036;
width: 150px;

text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fff;

}

div.row {
	width: 640px;
	margin: 0 auto;
}

div.column {
		xborder: 1px solid red;
		float: left; 
		margin: 10px;
		width: 280px;
		color: #666;
		font-family: Arial, sans-serif;
		xborder: solid 1px ;
	}
	div.column p {
		font-size: 85%;
		line-height: 123.1%;
}
	.column a {
		text-decoration:none;
		color: #F90;
}
	.column a:hover {
		color: #FFF;
		background: #F90;
}
	div.column h3 {
		font-size: 138.5%;
		color: #F90;
	}
	div.column ul {
		color: #000;
		font-size: 108%;
		font-weight: bold;
		margin: 20px 0;
		
	}
	div.column ul li {
		list-style-type: none;
		padding-left: 65px;
		padding-top: 10px;
		height: 60px;	

	}
	
	li#cart {background: url('/images/uploads/cart.gif') no-repeat 0 0;}
	li#send {background: url('/images/uploads/truck.gif') no-repeat 0 0;;}
	li#shipping {background: url('/images/uploads/shipping.gif') no-repeat 0 0;;}
	li#look {background: url('/images/uploads/look.gif') no-repeat 0 0;;}
	li#rqf {background: url('/images/uploads/rqf.gif') no-repeat 0 0;;}
	li#review {background: url('/images/uploads/review.gif') no-repeat 0 0;;}

	
	p#getstarted {
		text-align:center;
		font-family: Arial, sans-serif;
		font-size: 93%;
		}
	p#getstarted a {
		color: #F90;
		text-decoration:none;
		font-weight: bold;
	}
	p#getstarted a:hover {
		text-decoration:none;
		background-color: #F90;
		color: #FFF;
		
	}

	.clearboth {clear:both;}
	
	.first {
		border-right: 1px dotted #ccc;
		padding-right: 20px; 
}