@charset "UTF-8";



body {
    margin:0;
    padding:0;
	background-image:url(../img/Card_BG.jpg);
	background-repeat: repeat;
	background-color:#d2c0ad;
	font-family: Helvetica, Arial, sans-serif;
    color:#5c6062;
    }


  
#wrap {
	margin:0 auto;
    width:900px;
	overflow:hidden;
    }
	
#header {
width:960px;
height:260px;
	margin:0;
	 }
	
	
#left {
margin-top:140px;
float:left;
width:350px;
}

#right {
margin:140px 0 0 50px;
float:left;
width:450px;
}

#right h1 {
margin:0;
padding:124px 0 20px 0;
color:#6a7079;
font-size:2.6em;
letter-spacing:.25px;
}

#right p {
color:#6a7079;
font-size:1.2em;
margin:0;
}








   
.clear {
clear:both;
}


/*#mid_col {
    background:#dcdad7;
	float:left;
   width:740px;
	
    }
	
	#mid_col_content {
    background:#fff;
    width:740px;
	margin:0 83px 0 83px;
    }	
	
	#mid_col p{
	font:.75em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	color:#5c6062;
	padding:0 84px 5px 64px;
	margin:8px 0 0 0;
    }
	
	#mid_col h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	font-weight:normal;
	color:#5c6062;
	padding:30px 90px 0 64px;
	margin:0;
    }
	
	#mid_col h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	font-weight:normal;
	color:#5c6062;
	padding:8px 90px 0 64px;
	margin-bottom:0;
    }
	
	#mid_col h5 {
	font:.875em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c6062;
	padding:0 90px 0 64px;
	margin:12px 0 0 0;
    }
	
	#mid_col ul {
	list-style: circle inside;
	margin:2px 0 0 64px;
	padding:0;

    }
	
	#mid_col li {
font:.75em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	color:#5c6062;
    margin:0;
	padding:0;
    }
*/

.bttm_margin_smll {
margin-bottom:0;
}

.top_margin_smll {
margin-top:5px;
}


hr {
border: none 0;
border-top: 1px solid #bbbcbd;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 6px 90px 16px 64px;
display:block;
	}


a:link {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}     /* unvisited link */
a:visited {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}  /* visited link */
a:hover {
color: #b7703c;
list-style:none;
text-decoration:none;
}   /* mouse over link */
a:active {
color: #ad8f3f;
list-style:none;
text-decoration:none;
}   /* selected link */









	
	img {
	border-style:none;
	}




	
	
	.clear {
    clear:both;
}










#footer {
margin:0;
	height:36px;
    background:#dcdad7;
    clear:both;
    }
	
	#footer p {
    margin:0;
	padding-top:10px;
	padding-bottom:20px;
	font-size: 11px;
	text-align:center;   
	}
