/*
CSS for South Texas Antique Electronics
*/

/*
HEADER FORMATTING
*/

#header {
position: absolute;
top: 10px;
left: 10px;
height: 310px;
width: 983px;
}

#logo {
position: absolute;
top: 11px;
left: 30px;
width: 290px;
height: 290px;
}

#name {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-top: 12px;
padding-left: 30px;
color: yellow;
border: 4px solid yellow;
background-color: black;
position: absolute;
top: 25px;
left: 370px;
width: 530px;
height: 50px;
}

#radioface {
position: absolute;
top: 130px;
left: 370px;
width: 530px;
height: 145px;
}

/*
NAVIGATION FORMATTING
*/

#navigationtable {
position: absolute;
top: 325px;
left: 10px;
width: 975px;
color: yellow;
border-width: 4px;
border-style: solid;
border-color: black;
}

a {
color: yellow;
font-weight: bold;
}

a:hover {
color: white;
background-color: blue;
}

table.nav {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: black;
}

table.nav td {
font-size: small;
width: 160px;
text-align: center;
}

/*
BODY FORMATTING
*/

#bodycontent1 {
background-color: #e2edff;
font-family: Verdana, Helvetica, Arial, sans-serif;
position: absolute;
top: 360px;
left: 10px;
width: 955px;
border: 4px solid black;
padding-left: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

h2 {
text-align: center;
}

table.sale td {
border: 2px solid black;
padding-left: 20px;
padding-right: 20px;
}

table.sale th {
border: 2px solid black;
padding-left: 20px;
padding-right: 20px;
color: yellow;
background-color: black;
font-Weight: bold;
}



