/*------------------------------------------------------------------------
# chipiepizza.com Website
# ------------------------------------------------------------------------
# Copyright (C) 2009 Fearless Networks, INC. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Fearless Networks, INC.
# Websites:  http://www.FearlessNetworks.com 
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;

}

b{font-size: 110%;}
em{color: #2ca0cf;}

p  {
font:verdana
color: #000000;
}

h1 {
color: #2ca0cf;
}

h2 {
color: #cf3529;
}

h3 {
color: #2ca0cf;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#FFFFFF;
}

#topsection{
background: url(../images/logo_top.gif);
background-repeat: no-repeat;
height: 125px; /*Height of top section*/
}

#topsection h1{
margin: 0;
color: #2ca0cf;

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 150px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #36c1fa;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 3;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:550px;
	position:absolute;
	left:220px;
	top:162px;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#2ca0cf;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings2{
	padding:5px;
	background:#cf3529;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#f5051b;
}

.accordion_headings2:hover{
	background:#f5051b;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#f5051b;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {font-size: 12px}

</style>