/*Body*/
body
{
text-align:center;
color:#99eeee;
background-color:#000000;
}

/*Headings*/
h1 {color:#99eeee;}
h2 {color:#99eeee;}
h3 {color:#99eeee;}

/*Links*/
a:link {color:#0099ff;}
a:visited {color:#9955ff;}
a:hover {color:#00ffff;}
a:active {color:#ff88ff;}

/*Tables*/
table
{
border:0px;
border-collapse:collapse;
text-align:justify;
}

table.main /*Main, gray table with text inside*/
{
background-color:#334455;
width:800px;
}

table.gallery /*For galleries at bottom of page*/
{
width:800px;
text-align:center;
}

table.artwork /*For quote and artwork at top of page*/
{
width:800px;
text-align:center;
}

td
{
padding:5px 5px 5px 5px;
}

	/*For tables on "How to Order" page, order.html*/
table.orderborder
{
padding:5px 5px 5px 5px;
border-spacing:10px;
border-collapse:separate;
background-color:#000033;
width:240px;
text-align:center;
vertical-align: top;
}

td.ordercell
{
background-color:#000000;
}

/*Images*/
img
{
border-style:none;
}

img.hangright
{
float:right;
margin:0px 0px 5px 5px;
}

img.hangleft
{
float:left;
margin:0px 5px 5px 0px;
}


/*Universal*/
.emphasis {color:#00ff00;}

#content
{
width: 800px;
margin: 0 auto
}
