body {
	margin: 0;
	padding: 0;
	background-image:  url("../images/bg.gif");
}

.container {
	width: 960px;
	background: #FFFFFF url(../images/fauxbg.gif) top;
	margin: 0 auto;
}

#topsection{
	height: 137px;
}

#headerHolder{
	height: 100px;
	background-color: #FFFFFF;
}

#strap{
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 130%;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	text-align: center;
	padding: 8px;
}

.contentColumn {
	padding: 10px 20px;
	width: 550px;
	float: left;
}



.leftColumn {
	float: left;
	width: 170px;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}

.rightColumn {
	float: left;
	width: 190px;
	background: url(../images/saffronoffer.jpg) no-repeat top;
	padding-bottom: 10px;
}


#box {
	width: 180px;
	padding-top: 200px;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color: #603;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

#gallery{
	float: left;
	width: 540px;
	background-color: #FFC;
	margin-bottom: 10px;
}

/* Finish Structure */

a.bodylink:link, .bodylink:active, .bodylink:hover, .bodylink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #F00;
	font-weight: bold;
}

a.bodylink:active {
	color: #F03;
}

a.bodylink:hover {
	color: #F66;
}

a.bodylink:visited {
	color: #C03;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #F00;
	line-height: 120%;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height: 120%;
	font-weight: bold;
}

h3 {
	color: #666;
	padding-top: 5px;
	font: bold 0.9em/130% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	line-height: 1.3em;
	font-weight: normal;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #969;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	line-height: 1.6em;
}

.bodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
	line-height: 120%;
}

.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	font-weight: bold;
	line-height: 120%;
}

table {
	color: #666;
	text-align: right;
	font: normal 0.8em/130% Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: -.5em;
}

/* Naviagtion Bar */

#ddblueblockmenu{
	width: 160px;
	border-right: 1px solid black;

}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 144px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #000000;
	border-left: 7px solid #660033;
	background: #cc66cc;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 160px; /*IE 5*/
width: 144px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	border-left-color: #ffcc66;
	background: #C9F;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #FF0000;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

