 
body
{
	background-image: url("http://duelindeals.com/pres_images/bg.jpg");
	background-color: #0f58c9;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	left: 0px;
	top: 0px;
	color: #000000;
	font-family: serif;
	font-size: 14px;
}

#main_canvas
{
	width: 750px;
	margin: auto;
	text-align: left;
	z-index: 2;
	
}

#page_heading
{
	font-size: 40px;
	font-family: "monotype corsiva", "free-serif", serif;
	float: left;
	position: relative;
	top: 8px;
	left: 20px;
	z-index: 1;
}

#left_display
{
	clear: both;
	float: left;
	border: none;
		
}

#display_bar
{
	float: left;
	width: 700px;
	height: 24px;
	text-align: right;
	background-color: #ffffff;
	margin-top: 0.1px;
	color: #949494;
	font-size: 18px;
	padding: 0.6px;
	font-style: italic;
	padding-right: 5px;
}

#right_display
{
	margin-left: none;
	float: left;
}

#wrapper
{
	float: left;
	background-color: red;
	margin-left: 11px;
	background: url(http://duelindeals.com/pres_images/ddbacking) repeat-y;

}

#menu_area
{
	float: left;
	clear: both;
	width: 190px;
	font-size: 12px;
height: 400px;	text-align: right;
	padding-right: 10px;
}

#content_area
{
	color: white;
	float: left;
width: 475px;min-height: 390px;	position: relative;	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}

#blue_corner
{
	clear: both;
	float: left;
	z-index: 3;
	margin-left: 11px;
}

#bottom_blue_strip
{
	float: left;
	height: 19px;
	background-color: #c4e3ff;
width: 170px;}

#bottom_black_strip
{
	float: left;
	height: 19px;
	background-color: #000000;
width: 485px;}

#bottom_black_corner
{
	float: left;
}

#bottom_buffer
{
	clear: both;
	height: 30px;
	width: 30px;
}

#great_day
{
	position: relative;
	top: 10px;
	left: 180px;
}

/* Styles */

#site_welcome
{
	font-family: "free-serif", serif;
	color: #8eceff;
	font-size: 25px;
	text-align: center;
margin-top: 150px;}


.price_table
{

	width: 100%;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #c4e3ff;
}



.price_table td
{
	vertical-align: top;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #ffffff;
	text-align: center;
}

.price_table td ul
{
	font-size: 11px;
	text-align: left;
	list-style-type: none;
}

.inner_table_price_class
{
	width: 100%;
	height: 30px;
	border: none;
	
}

.inner_table_price_class td
{ 
	border: none;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;*/
}

.price_headings
{
	font-size: 18;
	font-weight: 900;
	color: #8ecaff;
}	

.main_menu_title
{
	font-size: 14px;
	color: #2f80d3;
	font-weight: 900;
}


a:link
{
	color: #1c00c0;
	font-weight: 900;
}

a:visited
{
	color: #1c00c0;
	font-weight: 900;
}

a:hover
{
	color: #ffffff;
	font-weight: 900;
}

a:active
{
	color: #1c00c0;
	font-weight: 900;
}

ul.main_menu li
{
	list-style-type: none;
}

a.main_link:link
{
	text-decoration: none;
	color: #744d2d;
	font-weight: 100;
}

a.main_link:visited
{
	text-decoration: none;
	color: #744d2d;
	font-weight: 100;
}

a.main_link:hover
{
	color: #000000;
	font-weight: 100;
}



