/* CSS Document */

html{background-color:#101818}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1{
font-size:24px;
}



h2{
font-size:20px;
}

h3{
font-size:16px;
}

#frame{

	width:100%;
	min-height:600px;
	background-color:#101818;
 
}

#body{
	width:935px;
	min-height:600px;
	background-color:#ffffff;
	/*background-image:url(/themes/tasteofdallastheme/images/orange-bar_03.png);*/
	background-image:url(/themes/tasteofdallastheme/images/left_bak.png);
	background-position:left;
	background-repeat:repeat-y;
	
	
}

#left{
	width:219px;
	/*background-image:url(/themes/tasteofdallastheme/images/left_bak.png);*/
	height:100%;
	float:left;
	background-color:#A52410;

}

#right{
	width:716px;
	
	min-height:600px;
	float:left;

}

#orange{
	height:80px;
	margin-bottom:10px;
	vertical-align:middle;
	background-color:#FFFFFF;
	
	
	background-image:url(/themes/tasteofdallastheme/images/orange-bar_03.png);
	background-repeat:no-repeat;
	
	width:100%;
}
#orange p{
padding-top:15px;
}

#mid{
	min-height:500px;
	padding-left:10px;
	padding-right:5px;
}

#left_col{
float:left;
min-width:50%;
max-width:65%


}
#right_col{
float:right;

}

#bottom{
	min-height:86px;
	background-image:url(/themes/tasteofdallastheme/images/white-logo-box.png);
	width:715px;
	float:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-top:12px;
}
#top_nav{
	width:231px;
}
#top_nav ul{
	
	float:left;
	width:219px;
	
}

#top_nav ul li{
	list-style:none;
	border-bottom:1px solid #ffffff;
	text-align:right;
	padding-right:25px;
	padding-bottom:5px;
	padding-top:5px;
}

#top_nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}
#top_nav ul li a:hover{
	color:#CCCCCC
}


.clear{clear:both}

td, div, p{
font-size:medium;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

a{
color:#EF7121;
font-size:12px;
font-size:medium;
}

a:hover{
color:#cccccc;
}

strong{font-weight:bold}

