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



/********** general tags *************/
body		{ text-align:center; margin:0; padding:0; font-size:14px; font-family:"Times New Roman", Times, serif}
h1 			{ color:#572D14; font-size:31px; line-height:40px; padding-bottom:20px;}
h2			{}
h3			{}
h4			{}
h5			{}
h6			{}
p			{ color:#fff; font-size:16px; line-height:22px;}
address		{ color:#572D14; text-align:center; line-height:22px; font-size:18px; padding-top:10px;}
strong, b  	{}
i, em		{}
hr			{}
blockquote	{}


/********** wrapper - centers content and resets text align *************/

body, html	 { margin:0; padding:0; text-align:center; background:url(../images/bg2.jpg) top center repeat;}

#hdr		{ margin:0; padding:0; background:url(../images/hdr.gif) top center repeat-x; height:76px;}

#wrapper 	{width: 980px; margin:0 auto; padding:80px 0 200px; background:none; text-align:left;}

.lftcolumn	{ width:410px; float:left; text-align:right;}

.rtcolumn	{ margin-left:415px; text-align:left; padding:120px 120px 0 0;}

.subcontent	{ padding:13px; background:#572D14;  }

a.learn-more { color:#fff; font-size:16px; background:#572d14; padding:10px; float:right; margin-top:20px; text-decoration:none;}

