*{margin: 0; padding: 0;}

body {
	margin: 0 auto;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	width: 800px;
	}




.header {
	background-image: url('../images/layout/header.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 111px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	}





.content {
	background-image: url('../images/layout/content.gif');
	background-repeat: repeat-y;
	background-color:red;
	color: #000000;
	width: 800px;
	}





.left {
	width:160px;
	height:100%;
	float:left;
	background-color: #FF0000;
	}


.right {
	width:637px;
	height:100%;
	float:left;
	background-color:white;
	}




.navbar {
	float:left;
	background-image: url('../images/layout/lside.gif');
	background-repeat: repeat-y;
	width:150px;
	color: #000000;
	font-family: 'Trebuchet MS', arial, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left:12px;
	}




ul.nav {
	width: 150px;
	display: inline;
	list-style: none;
	float:left;
	}




.nav li {
	display: block;
	float: left;
	width:150px;
	height:20px;
	font-size: 10pt;
	font-family: 'Trebuchet MS', arial, serif;
	text-align:left;
	text-decoration: none;
	}




.nav li a:link{
	display: block;
	float: left;
	width:150px;
	color: #000000;
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, serif;
	font-weight: bold;
	text-decoration: none;
	}




.nav li a:visited{
	display: block;
	float: left;
	width:150px;
	color: #000000;
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, serif;
	font-weight: bold;
	text-decoration: none;
	}




.nav li a:hover {
	display: block;
	float: left;
	width:150px;
	color: #ffffff;
	font-family: 'Trebuchet MS', arial, serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	}




.nav li a:active{
	display: block;
	float: left;
	width:150px;
	color: #000000;
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, serif;
	font-weight: bold;
	text-decoration: none;
	}

ul.nav2 {
	width: 150px;
	display: inline;
	list-style: none;
	float:left;
	padding-left: 10px;
	}


.footer {
	clear: both;
	background-image: url('../images/layout/footer.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 75px;
	color: #000000;
	border-style: none;
	font-family: 'Trebuchet MS', arial, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}




.footertext {
	color: #000000;
	border-stye: none;
	font-family: 'Trebuchet MS', arial, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 55px;
	padding-left: 10px;
	}






/* Text Styles */


h1 {
color: #000000;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
}

h2 {
color: #000000;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
}
h3 {
color: #000000;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
}

strong {
color: #000000;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

p {
color: #000000;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
text-indent: 5%;
text-align: left;
}

img {
border-style: none;
}

a:link {
color: #336600;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
} 

a:visited {
color: #336600;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
} 

a:hover {
color: #339900;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #336600;
background-color: transparent;
border-style: none;
font-family: 'Trebuchet MS', arial, serif;
font-size: 9pt;
font-weight: bold;
text-decoration: underline;
}

.coupon {
width: 350px;
border: 1px dashed #000000;
margin-right:10px;
}