@charset "UTF-8";


/*
@Basic styles
----------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	min-width: 800px;
	text-align: left;
	background-repeat: fixed repeat-x;
	top: 0px;
}

/*
@Generic anchor (link) styles
----------------------------------------------------*/

a:link, a:visited
{
	color: #4f4f3f;
}

a:hover, a:active
{
	color: #000000;
}

/*
@Inline image styles
----------------------------------------------------*/

img.float-left
{
	float: left;
	margin: 0 6px 6px 0;
}

img.float-right
{
	float: right;
	margin: 0 0 10px 10px;
}


img.border
{
	background: #FFF;
	padding: 2px;
	border: 1px solid #999;
}

/*
@Tab navbar styles
----------------------------------------------------*/



/*
@Masthead text styles
----------------------------------------------------*/



/*
@Layout styles
----------------------------------------------------*/

#wrapper-body
{
	background: transparent url(images/bg_right_fluid.jpg) no-repeat top right;
	width: auto;
	margin: 0;
	padding: 0;
}

#wrapper-1
{
	width: auto;
	background: transparent url(images/bg_left_fluid.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	color: #39251A;
}
