html {
overflow-x: hidden;
}

body {
background-color: #2c2621;
text-align: center;
}

#layout {
top: 0px;
left: 0px;
position: absolute;
width: 100%;
background-image: url('headerbg.png');
background-repeat: repeat-x;
}

#welcome {
top: 210px;
left: 524px;
width: 400px;
position: absolute;
padding: 0px;
text-align: left;
}

#elite {
top: 0px;
left: 513px;
width: 512px;
position: absolute;
padding: 0px;
text-align: left;
}

#content {
top: 301px;
left: 0px;
width: 512px;
position: absolute;
background-color: #352e28;
padding: 0px;
text-align: left;
background-image: url('contentbg.png');
background-repeat: repeat-x;
}

#amazon {
top: 301px;
left: 513px;
width: 512px;
position: absolute;
padding: 0px;
text-align: left;
background-image: url('amazonbg.png');
background-repeat: repeat-x;
}

#listing {
top: 459px;
left: 513px;
width: 512px;
position: absolute;
padding: 0px;
text-align: left;
background-color: #241f1b;
background-image: url('listingbgtop.png');
background-repeat: repeat-x;
}

font, td, div, p {
color: #777777;
font-family: arial;
font-size: 11px;
letter-spacing: 0px;
line-height: 12px;
margin: 0px;
margin-bottom: 8px;
}


textarea {
color: #777777;
background: #352e28;
border: 1px solid #444444;
font-family: arial;
font-size: 11px;
letter-spacing: 0px;
line-height: 14px;
margin-bottom: 2px;
}

input, select {
color: #777777;
background: #352e28;
border: 1px solid #444444;
font-family: arial;
font-size: 11px;
letter-spacing: 0px;
line-height: 14px;
margin-bottom: 2px;
}

h1 {
color: #609bba;
font-family: arial;
font-size: 15px;
letter-spacing: -1px;
text-decoration: none;
font-style: italic;
text-transform: uppercase;
border-bottom: 1px solid #e87515;
text-align: left;
margin-bottom: 6px;
padding: 2px;
padding-left: 0px;
margin-top: 3px;}


A.navi:link, A.navi:active, A.navi:visited {
color: #4496ae;
font-family: georgia;
font-size: 11px;
letter-spacing: 0px;
font-style: italic;
font-weight: normal;
text-decoration: none;
text-align: center;
display: block;
padding: 3px;
margin-bottom: 1px;
border-bottom: 1px solid #ffffff;
}


A.navi:hover {
color: #ed1313;
font-family: georgia;
font-size: 11px;
letter-spacing: 1px;
font-style: italic;
font-weight: normal;
text-decoration: none;
text-align: center;
display: block;
padding: 3px;
margin-bottom: 1px;
border-bottom: 1px solid #ffffff;
}


b, strong {color: #e87515; letter-spacing: 0px; font-weight: bold}
i {color: #e87515; letter-spacing: 0px;}
u {color: #396896; text-decoration: underline;}
s, strike{color: #396896;  letter-spacing: 2px;}


A:link {
	COLOR: #4496ae; TEXT-DECORATION: none;}
A:visited {
	COLOR: #4496ae; TEXT-DECORATION: none;} 
A:active {
	COLOR: #4496ae; TEXT-DECORATION: none;}
A:hover {
	COLOR: #ed1313; TEXT-DECORATION: underline;}

