@charset "utf-8";
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
p {
	margin: 10px 3px;
}

h2 {
	text-align: center;
	font-size: 20px;
	margin: 10px;
	color: #F7FF00;
}

h1 {
	text-align: center;
	font-size: 28px;
	margin: 10px;
}

h3 {
	text-align: center;
	font-size: 16px;
	margin: 10px;
	color: #fff;
}
ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#outer_container {
	width: 990px;
	margin: 0 auto;
	background-image: url(images/outer_bg.jpg);
}
#inner_container {
	width: 924px;
	margin: 0 auto;
	overflow: auto;
	background-color: #000000;
}
#navbar {
	height: 30px;
	width: 922px;
	background-image: url(images/navbar_bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-color: #0C0C0C;
}
#navbar  ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

#navbar li {
	display: block;
	font-size: 110%;
	list-style-type: none;
	text-align: center;
	width: 130px;
	float: left;
}

#navbar li a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/button_up2.jpg);
	display: block;
	
	padding: 6px 0 0 0;
	background-repeat: no-repeat;
}

#navbar li a:hover {
	background-image: url(../images/button_down2.jpg);
	color: #FFFF00;
}
#header {
}
#left_col {
	float: left;
	width: 298px;
	border: 1px solid #000000;
	background-color: #640000;
	padding: 0 10px;
	text-align: center;
	margin-top: 2px;
}
#left_col h2 {
	color: #F7FF00;
}
#right_col {
	float: right;
	width: 580px;
	border: 1px solid #000000;
	background-color: #640000;
	padding: 0 13px 0 5px;
	margin-top: 2px;
}
#bulletlist {
	float: left;
	width: 195px;
	margin-right: 5px;
	height: 265px;
	text-align: left;
}
#bulletlist ul {

}

#questionbox {
	float: right;
	width: 185px;
	border: 1px inset #993300;
	height: 388px;
	margin-bottom: 5px;
}
#creditcards {
	float: left;
	height: 160px;
	width: 385px;
	margin-top: 5px;
}

#pic_array {
	float: left;
	width: 185px;
	margin-right: 5px;
	height: 265px;
	text-align: left;
}
#floatbox_home_top_right {
	float: right;
	width: 185px;
	margin-left: 10px;
	margin-top: 5px;
}
#google_map_container {
	float: right;
	width: 410px;
	border: 1px double #FFCC00;
	text-align: center;
	height: 395px;
	margin-bottom: 10px;
	padding-top: 12px;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}




#footer {
	background-color: #000000;
	clear: both;
	height: 20px;
	border: 1px solid #000000;
	background-image: url(images/navbar_bg.jpg);
	padding-top: 10px;
}
#header {
	background-image: url(images/carls_tv_header_logo.jpg);
	height: 191px;
}
#outer_container #inner_container #like_button {
	float: right;
	height: 39px;
	width: 155px;
	margin-top: 140px;
	margin-right: 35px;
	text-align: center;
}
#banner {
	width: 923px;
	clear: both;
	margin: 5px 0 5px 0;
	border: 1px solid #fff;
	height: auto;
	background-color: #FFCC00;
}
