@charset "utf-8";
/* General Layout */
#header {
	background-image: url(../images/header.png);
	height: 149px;
}

#available {
  left: 120px;
	position: absolute;
  top: 103px;
}

#navbar {
	background-image: url(../images/navbar.png);
	height: 41px;
	padding-top: 15px;
	text-align: center;
}

#content {
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	padding: 10px 0px;
	position: relative;
}

#footer {
	background-image: url(../images/footer.png);
	height: 65px;
}

#corner1 {
	background-image: url(../images/mockup.png);
	height: 327px;
}

#corner2 {
	background-image: url(../images/corners_bot.png);
	height: 73px;
}

#leftcolumn {
	position: relative;
	float: left;
	width: 600px;
}

#rightcolumn {
	position: relative;
	margin: 0 0 0 500px;
}

#pay {
	float: right;
	position: relative;
}


/* Text Specific */
.footer {
	color: #000000;
	font-size: 11px;
	text-align: center;
}

.footer_link {
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/* HTML Tags */
a {
	color: #6D1E22;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #F9FCFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #6D1E22;
	margin: 10px 100px;
}

img {
	border: none;
	margin: 8px;
}

p {
	margin: 10px 100px;
}

strong {
	color: #6D1E22;
}

ul {
	margin: 5px 90px;
}


/* Signature */
#viewtiful {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
