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

/* -----------BODY---------- */

body {
	margin: 0px;
	padding: 0px;
	background-image:  url("image_files/bg.gif");
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align:left;}

/* ----------LINKS---------- */

a:link {
	color: #D8850F;
	text-decoration: none;}

a:visited {
	text-decoration: none;
	color: #D8850F;}

a:hover {
	text-decoration: none;
	color: #FFFF99;}

/*---------- HEADERS ----------*/

h1 {
	color: #FFFFFF; 
	font-size: 24px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;}
	
h2 {	
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;}
	
.yellow 
	{color: #D8850F;}
	
/* ---------- LISTS ---------- */
li
	{padding-bottom:10px;}
	
/* ---------- OTHER TEXT ---------- */

.elegant {
	color: #CCCCCC;
	font-style:italic;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size: 10px;}
	
.index_body {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;}
	
.important_message {
background-color:#990000; 
width: 600px; 
border: 1px solid white; 
padding: 5px; 
font-size: 16px;
}

.table_background {
background-image:url(image_files/order_bg.jpg);
}

/* ---------- TWITTER ---------*/

.twitter_container {
border-left: 1px solid #b08616; 
background-color: #22280D; 
border-bottom: 1px solid #b08616; 
border-right: 1px solid #b08616;;
}

.twitter_box {
width: 100%;
}

.red_line {
float: left; 
width: 100%; 
border-bottom:1px solid #660000;
}

.title {
float: left; 
width: 159px; 
color: #FFFFFF; 
font-size: 18px; 
font-family: Georgia, 'Times New Roman', Times, serif; 
font-variant:small-caps; 
letter-spacing:2px;
}

.link {
float: right; 
width:75px; 
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size:11px; 
margin: 5px 0px 0px 0px;
}

	
/* ---------- FOOTER ----------*/

.footer_text {
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #D8850F; 
	text-align: center;}
	
.footer_text a:hover {
	color: #990000;}
