/* Default Styles */

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #111;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:active,  a:hover {
	color: #CE2029;
}
a {
	text-decoration: none;
	color: gray;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
img {
	display: block;
}

/* Page Layout */

.banner {
	width: 1000px;
	height: 400px;
	overflow: hidden;
	margin: 10px auto 0;
}
.body {
	width: 1000px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.footer {
	height: 100px;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.left-col {
	width: 300px;
	height: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	letter-spacing:1px;
}
.right-col {
	width: 700px;
	height: 100%;
	float: left;
	position: relative;
	left: 15px;
}
.right-col2 {
	width: 640px;
	height: 100%;
	float: left;
	position: relative;
	font-size: 14px;
}
.body a, .body img, .banner a, .banner img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.body .right-col a, .body .right-col img, .banner .right-col a, .banner .right-col img {
	right: auto;
	left: 0;
}
.body a, .body img {
	bottom: auto;
	top: 0;
}

/* Banner Styles */

.large {
	font-size: 28px;
	margin: 14px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Body Styles */

.body ul a, .body p a, .body h1 a, .body h2 a, .body ol a {
	position: static;
}
.body h1 {
	font-size: 28px;
	margin: 28px 14px 14px;
}
.body p {
	margin: 14px;
}
.body .left-col ul {
	text-align: right;
	list-style: none;
	margin: 0;
}
.body .left-col ul li {
	margin: 28px 14px;
}

/* Footer Styles */

.footer .left-col a, .footer .left-col span {
	float: right;
	margin: 14px;
	font-size: 10px;
	top: 0;
	bottom: auto;
}
.footer ul {
	letter-spacing:1px;
	float: right;
	list-style: none;
	margin: none;
	padding: 0;
}
.footer ul li {
	float: right;
	margin-left:48px;
	font-weight: bold;
}
