/* 
less is more
*/

body {
	min-width: 650px;      /* LC width + RC width */
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #f9fbef;
}


#container .column {
  float: left;
  position: relative;
}

* html #container .column {  /* This is the Tan hack */
	margin-top: 10px;
}


#center {
	width: 100%;
	position:relative;
	top:20px;
}


#left {
	width: 300px;
	padding: 10px;
	margin: 0px;
/*	background-color: blue; */	
	margin-left: -50%;
	right: 330px;        /* The right property pushes it 300px away from the right edge; that is, to the left. */	
}

* html #left {  /* This is the Tan hack */
	width: 320px; 
	right: 320px;        /* The right property pushes it 290px away from the right edge; that is, to the left. */		
	w\idth: 300px;
}

#right {
	width: 320px;
	padding: 10px;
	margin: 0px;
/*	background-color: green; 	*/
	margin-left: -50%;	
}

* html #right {  /* This is the Tan hack */
	width: 360px; 
	w\idth: 320px;
}

#footer {
  clear: both;
}

ul.left-bullet-list {
	color:#A78D84;
	list-style-type: none;
	font-size: 85%;
	position:relative;
	top: 30px;	
}

* html ul.left-bullet-list {  /* This is the Tan hack */
	line-height: 90%;
}

ul.right-bullet-list {
    font-size: 130%;
	list-style-type: none;
	line-height: 125%;
	position:relative;
	left:-35px;	
	top: 10px;
}
p.title {
	letter-spacing: 1px;
	font-size: 160%;
/*	color: #97694F; */
	color: #FF3300;
	position:relative;
}


a {
	color: #171717;
	text-decoration: none;
}

a.contact {
/*	color: rgb(192, 192, 192);	*/
	color:#A78D84;
	text-decoration: none;
}
a:hover { text-decoration: underline }

li.shrink { 	
	font-size: 90%;
}
