@charset "utf-8";
/* CSS Document */

body {

background-image:url("../../images/cream.png"); 
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
background-color: #460000;
}

a:link     {color: black; text-decoration: none; font: 12pt "garamond"; font-weight:bold}
a:visited  {color: black; text-decoration: none; font: 12pt "garamond"; font-weight:bold}
a:hover    {color: black; text-decoration: none; font: 12pt "garamond"; font-weight:bold}
a:active   {color: black; text-decoration: none; font: 12pt "garamond"; font-weight:bold}


/**color: #00F;
	text-decoration: none;
	font: 14pt "palatino";
	font-weight:bold
}**/

a.buy:link   	{color: black; text-decoration: none; font: 11pt "garamond"; font-weight:bold}
a.buy:visited  	{color: black; text-decoration: none; font: 11pt "garamond"; font-weight:bold}
a.buy:hover   	{color: black; text-decoration: none; font: 11pt "garamond"; font-weight:bold}
a.buy:active   	{color: black; text-decoration: none; font: 11pt "garamond"; font-weight:bold}

a.logo:link   	{color: black; text-decoration: none; font: 11pt "garamond"}
a.logo:visited  {color: black; text-decoration: none; font: 11pt "garamond"}
a.logo:hover   	{color: black; text-decoration: none; font: 11pt "garamond"}
a.logo:active   {color: black; text-decoration: none; font: 11pt "garamond"}

img.logo {
border: 1px solid #CCC;
margin-top: 20px;
}

.categories {
font: 18pt "garamond";
letter-spacing:5pt;
color:#000;
text-decoration:none;
text-align:left;
}

hr {
color: #480000;
background-color: #480000;
height: 1px;
border: 0;
width: 95%;
align:right;
}

.logos {
width:100%;
text-align:center;
font: 11pt "garamond";
color:#000;
}

.curly {
position:absolute;
left:725px;
top:0px;
width:49px;
height:100%;
background-image:url("../../images/curly.png");
background-repeat:repeat-y;
}

.links {
position: absolute;
width:180px;
top:77px;
left:0px;
text-align:right;
/**line-height:.5;**/
}

.desc {
color:#ff7878;
font: 8pt "helvetica";
font-variant: small-caps;
/**line-height:.5;**/
}

.question {
	text-align: left;
	color:#222;
	font: 10pt "arial";
	font-weight:bold;

}

.answer {
	text-align: left;
	color:#222;
	font: 10pt "arial";
	font-weight:normal;
	word-spacing: normal;
	}

.head{
	position:absolute;
	top:7px;
	left:5px;
	height:97px;
	width:187px;
	background-image:url(../../images/fl2.png);
	background-position: top left;
	background-repeat:no-repeat;
}

.middle {
position:absolute;
top:10px;
left:187px;
width: 675px;
text-align: top;
}

td.links {
font-color:black;
font:12pt "garamond" black;
color:black;
}

/**td.topleft {
width:8px;
height:8px;
background-image: url("../../images/left.png");
background-position: top;
background-repeat: no-repeat;
}

td.bottomleft {
width:8px;
height:8px;
background-image: url("../../images/left.png");
background-position: bottom;
background-repeat: no-repeat;
}

td.topright {
width:8px;
height:8px;
background-image: url("../../images/right.png");
background-position: top;
background-repeat: no-repeat;
}

td.bottomright {
width:8px;
height:8px;
background-image: url("../../images/right.png");
background-position: bottom;
background-repeat: no-repeat;
}**/

td.side {
background-color:white;
}

td.main {
background-color:white;
padding: 5px 5px 5px 5px;
}*
