/* ---------------------------------------
	CSS Stylesheet for http://www.scorpiostamps.net
	All content copyright Nathan Littleton and Future Visions
--------------------------------------- */


/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: "Times New Roman", Verdana, "Trebuchet MS", Tahoma, Serif;
background-color: #FFFAE5;
font-size: 0.9em;
color: black;
text-align: center;
margin-top: 10px;
}

/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p,li{
line-height: 150%;
margin-bottom: 10px;	
}

img{
border: none;
}
/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: black;
text-decoration: none;
}

a:active{
color: black;
text-decoration: none;
}

a:visited{
text-decoration: none;
color: black;
}

a:hover{
text-decoration: underline;
color: red;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
;
}

h2{
;
}

h3{
;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */
form{
;
}

input{
;
}

select{
;
}

textarea{
;
}

/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: 790px;
margin-left: auto;
margin-right: auto;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */
#header{
border: 1px double black;
background-color: #FFCC99;
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 15px;
text-align: center;
font-size: 1em;
text-transform: uppercase;
margin-bottom: 10px;}

#header h1{
text-decoration: underline;
margin-bottom: 25px;
}

#menu{
width: 180px;
padding: 10px;
border-right: 1px solid black;
float: left;}

#menu ul{
list-style: none;
text-decoration: underline;}

#menu li{
margin-bottom: 10px;
}

#content{
width: 565px;
padding: 10px;
float: left;
text-align: left;
}

.product{
padding-bottom: 10px;
border-bottom: 1px solid black;
margin-bottom: 10px;
}

.buy{
float: right;
width: 150px;
}

/* ---------------------------------------
	FOOTER
--------------------------------------- */
#footer{
;
}
