/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */
@import "../_inc/reset.css";

body {
	padding:20px;
	font-family:"Lucida Grande","Lucida Sans Regular","Tahoma","Helvetica","Arial",sans-serif;
	font-size:14px;
	line-height:19px;
	color: #fff;	
	text-align:center;
	background-color:#874b54;
}


a, a:visited { color:#fff;text-decoration:underline;border:none; }
a:hover { color:#fff;text-decoration:underline;border:none; }
a:focus, a:active { outline: none; }
	*:focus { 
		outline: none; 
		}

/* =Header
----------------------------------------------- */

#content { position:relative;margin:0px 0px 0px 0px;text-align:center; }

h1 { margin:10px auto 40px auto;font-size:26px;line-height:normal; }
h2 { clear:left;margin:10px auto 20px auto;font-size:20px;color:#5b5b5b;line-height:normal; }
h3 { margin:10px 0px 10px 0px;font-size:16px;color:#5b5b5b; }
h4 { margin:20px 0px 10px 0px;font-size:14px;color:#5b5b5b;font-weight:normal; }


/* =Footer
----------------------------------------------- */

#colophon {
	bottom:0px;
	clear: both;
	font-size:10px;color:#ffcaa1;
	text-align:center;
}

/* =Misc Tags 
----------------------------------------------- */
a.tel, .tel:hover { color:#fff !important;cursor:text; }
p.small, .small { font-size:10px;line-height:normal; }
p.smaller, .smaller { font-size:9px;line-height:normal; }
.dull { color: #999; }
.normal { line-height:normal; }
.left { float: left; }
.right { float: right; }
.clear { height:1px; clear:both; }
.aleft { text-align:left; }
.aright { text-align:right; }
.center { text-align:center; }
cite { text-align:right;margin-top:8px;font-size:11px;color:#333; }
.none { display: none; }
em { font-style: italic; }