@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	color:#9a8c7f;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}

a:link {color: #9a8c7f; text-decoration:underline;}     /* unvisited link */
a:visited {color: #9a8c7f; text-decoration:underline;}  /* visited link */
a:hover {color: #FFFFFF; text-decoration:none; background-color:#9a8c7f;}   /* mouse over link */
a:active {color:  #bbb4ab; text-decoration:none; background-color:#9a8c7f;}   /* selected link */

.footer {
	text-align:center;
	font-size:10px;
	background-image:url(../images/bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:25px;
	color:#bbb4ab;
}

a.box_button:link, a.box_button:visited, a.box_button:active
{
  float: left;
  margin: 2px 10px 2px 0;
  padding: 3px 12px 3px 12px;
  background-image:url(../images/button_bg.gif);
  background-repeat:repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #9a8c7f;
  font-size:10px;
  text-transform:uppercase;
  font-weight:bold;
  border:1px #9a8c7f solid;
}

a.box_button:hover
{
  text-decoration: none;
  color:#9a8c7f;
  background-image:url(../images/button_hover_bg.gif);
  background-repeat:repeat-x;
}

.content_container {
	width:650px;
}

.left_content {
	float:left;
	position:relative;
	width:300px;
}

.right_content {
	margin-left:325px;
}
