body			{padding:0px;background-color:black;color:white;}
a, a:visited	{cursor:pointer;color:#ffc46f;font-style:italic;}

tr, td			{background:none;}

ul				{margin-left:20px;}

h1				{margin-bottom:10px;font-size:13pt;letter-spacing:1px;text-transform:uppercase;}
h2				{font-size:10pt;margin-bottom:10px;text-transform:uppercase;}
h3				{margin-bottom:10px;}

#wrapper		{width:1000px;}
#main			{background-image:url("../images/main_bg.jpg");background-repeat:no-repeat;height:453px;background-align:top;padding-top:27px;padding-left:100px;padding-right:131px;}
#content_box	{height:367px;overflow:auto;background-image:url("../images/red_fade.jpg");background-repeat:repeat-x;background-attachment:fixed;background-position:0px 600px;}
#sidebar		{background-image:url("../images/dark_red_fade.jpg");background-repeat:repeat-x;float:left;background-color:black;min-height:340px;width:180px;padding:10px;}
#main_content	{margin-left:200px;padding:20px;}
#main_content p	{margin-bottom:10px;}


#a_nav			{margin:0px;padding:0px;margin-top:15px;margin-bottom:10px;margin-left:10px;}
#a_nav li		{display:inline;margin-right:10px;}
#a_nav a		{font-size:11pt;text-transform:uppercase;font-weight:bold;color:white;font-style:normal;}
#a_nav a:hover	{text-decoration:none;color:#c40000;}

#sidebar .review			{color:#903939;border-bottom:1px dotted #903939;padding-bottom:4px;margin-bottom:4px;}
#sidebar .review .byline	{font-style:italic;font-size:90%;margin-top:5px;}

#main_content .review		{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dotted #903939;}


#intro	{margin-bottom:10px;}
#outtro	{margin-top:10px;}

#faqs .question	{font-weight:bold;font-size:12pt;margin-bottom:5px;margin-top:15px;}
#faqs .answer	{}

#main_content img	{border:1px solid white;}
hr					{border:none;border-top:1px solid white;border-bottom:1px solid #6e0001;}

.question			{cursor:pointer;}
