﻿h1 {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 2.3em;
	}

h2 {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.4em;
	}

h3 {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.3em;
	}

hr {
	display: none;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border-width: 0px;
	}
	
td {
	font-size: 0.9em;
	}
}
/* Header Start */

h1#title a:hover
	{
	font-size: 8px;
	padding: 160px 10px 10px 12px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
	}

h1#title a
	{
	font-size: 8px;
	padding: 160px 10px 10px 12px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
	}

h1#title
	{
	font-size: 8px;
	padding: 160px 10px 10px 12px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
	}

#header 
	{
	margin: 0; 
	padding: 0; 
	height: 165px; 
	width: 700px;
	background: url('logo.jpg') no-repeat;
	}


body#background 
	{
	background-color: #201000;
	background-image: url(images/background.jpg);
}

/* Header End */

/* Body Start */
#page
{
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;
	width: 700px;
	border: 10px #663300 solid;
	display: block;
}

body 
{
	font-size: 61.5%; /* Resets 1em to 10px */
	margin: 0;
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-size: 1em;
	font-family: Corbel, Helvetica, Verdana, sans serif;	
	}
	
#content {   
	width: 682px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	text-align: left; 
	
	} 

#content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #aaaaaa;
	}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	}

#article {   
	width: 662px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	text-align: left; 
	} 

#article p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #000000;
	text-align: left; 
	}

#article h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	}


#article h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	padding-bottom: 10px;
	text-align: center;
}


#article h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	}


#article h2 {
	font-size: 2.0em;
	font-weight: bold;
	color: #663300;
	padding-bottom: 10px;
	text-align:center;
}


#article h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	}


.sniplet {
	padding: 0;
	margin: 0px 0 0 0px;
	width: 100% auto;
	float: left;
	}

/* Body End */


/* Footer Start */

#footer 
{
	margin-top: 0px;
	width: 700px;

	clear: both;
	}

#footer a {
	color: #0000cc;
	text-decoration:underline;
	}

#footer a:hover {
	color: #0000cc;
	text-decoration:underline;
	}

#footer p 
{
	font-size: .6em;
	font-family: Corbel, Helvetica, Verdana, sans serif;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #000000;
	}

/* Footer End */

/* Special Effects */

#checklist li 
{
	list-style-position: outside;
	list-style-image: url(images/checkmark.jpg);
	list-style-type: square;
	width: 80%;
	vertical-align: middle;
	margin:  0px auto -1px auto;
	padding-bottom: 5px;
	font-weight: bold;
}

.highlight
{
	background-color: #ffff00;
	font-weight:bold;
	font-size: 1.1em;
}

.bigredtext
{
	font-weight: bold;
	font-size: 1.4em;
	color: #ff0000;
	text-align: center;
}

.redtext
{
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
}


.rightpicture
{
	float: right;
	margin: 5px 0px 5px 5px;
	position: static;
	border-width: 0px;
}

.leftpicture
{
	float: left;
	margin: 5px 5px 5px 0px;
	position: static;
	border-width: 0px;
}

.box
{
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafad2;
	color: #505050;
	line-height: 1.5em;
	width: 80%;
	font-size: .8em;
	display: block;
	margin: 10px auto 10px auto;
}

.couponbox 
{
	margin: 0px auto -1px auto;
	display: block;
	border: 3px dashed #990000;
	width: 70%;
	height: auto;
	text-align:center;
	padding:10px;
}
