html,body{margin:0;padding:0}

body{
 	background-image: url(../images_09/bg_main.gif);
 	background-repeat: repeat-x;
 	margin: 0px;
	font-size:12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin:0px 0px 10px 0px;
        
}
p{

}

a:visited, a:link{
 text-decoration: none;
 border: none;
 font-size:12px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin:0px 0px 10px 0px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin:0px 0px 10px 0px;
}

h4{
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin:0px 0px 10px 0px;
}
table.franchise{
    border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC;
	border-collapse: collapse;
	background-color: white;
}
table.franchise th{
	text-align: left;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC;;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;

}
table.franchise td{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

div#container{
	margin:0 auto;	
	width:825px;
}
div#holder{
	background-image: url(../images_09/bg.png);
	background-repeat: repeat-y;
	width:819px;
}
div#header{
	width:819px;
	height: 116px;
	background: url(../images_09/header.jpg) no-repeat;
	line-height: 0px
}
div#nav{
	float:right;
	margin-right:6px;
	padding-top:89px 
}
div#main_image{
	width: 819px;
	height: 105px;
}
div#content{
	background: url(../images_09/no_swatches.jpg) no-repeat;
}
div#inner_left{
	width: 770px;
	padding: 25px 0px 0px 25px;
	float:left;
	margin:0px

}

div#inner_left p{
	font-size: 15px;
	
}
div#inner_left ul{
	font-size: 15px;
	line-height: 25px
}
div#inner_right{
	width:270px;
	float:left;
	margin: 0px 5px 0px 35px
}
div#inner_right p{
	font-size: 13px

}
div#sponsors{
	margin-left:5px;
}
div#footer{
	width: 825px
}
div#clear{
	clear:both;
}