@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #BDB995;
}
.thrColFix #container {
	position:relative;
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 1;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 50px;
	margin-top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 90px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 135px;
}
#sidebar2 img {
	border:0;
	padding-bottom:5px;
}
.thrColFix #mainContent {
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 448px;
	padding-top: 495px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: lighter;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.padding {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
A.linksynopsis:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #272E29;
}
A.linksynopsis:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8A351C;
}
A.linksynopsis:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #262A26;
}
#quote {
	margin-bottom:14px;	
}
.quote {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 20px;
	margin-top:0;
}
.quotename {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.name_margin {
	margin-top:5px;	
}


