body {
	background-image:url(/images/common/bkgdtile.gif);
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

body a:visited {
	color: #ea4d31;
	font-weight: bold;
}

body a:link {
	color: #ea4d31;
	font-weight: bold;
}

body a:hover {
	color: #000;
	font-weight: bold;
}

#wrapper {
	margin: auto;
	width: 720px;
}

#left {
	float: left;
	width: 500px;
	padding-right: 20px;
}

#right {
	float: left;
	width: 170px;
	background: #f05133;
	padding: 25px 15px 25px 15px;
	color: #fff;
}

#leftalt {
	float: left;
	width: 520px;
	padding-right: 20px;
}

#rightalt {
	float: left;
	width: 150px;
	padding: 15px;
	color: #000;
}

#footer {
	font-size: 11px;
	color: #333;
	padding: 20px 0 20px 0;
	clear: both;
}

#footer a:visited {
	color: #ea4d31;
}

#footer a:link {
	color: #ea4d31;
}

#footer a:hover {
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ea4d31;
	margin: 0;
	padding: 30px 0 30px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ea4d31;
	margin: 0;
	padding: 0 0 8px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ea4d31;
	margin: 0;
	padding: 20px 0 8px 0;
}

li {
	padding: 0 0 7px 0;
}

.hr {
	margin: 15px 0 15px 0;
	border: 0;
	color: #ea4d31;
	background-color: #ea4d31;
	height: 1px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdc15d;
	font-weight: bold;
	text-transform: uppercase;
}

.nav a:visited {
	color: #fff;
	text-decoration: none;
}

.nav a:link {
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	color: #fdc15d;
	text-decoration: underline;
}

.whitehome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 20px 20px 20px 20px;
}

.twitter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ea4d31;
	font-weight: bold;
}

/* --------- Start Buttons ---------- */

.awesome, .awesome:visited {
	background: #222 url(/images/common/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
	
.green.awesome, .green.awesome:visited		{ background-color: #ea4d31; color: #fff; }
.green.awesome:hover						{ background-color: #222222; }
	
/* --------- End Buttons ---------- */