*
{
	margin: 0;
	padding: 0;
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-size: 18px; */
	/* [disabled]color: #333; */
	/* [disabled]font-weight: bold; */
}


html, body 
{
	height: 100%;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-y;
}
#mainBody 
{
	width: 63%;
	height: 100%;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: auto;
}
#mainBodyBgLeft {
	background-image: url(../images/cigAndSmoke.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: right bottom;
}

body > #mainBody 
{
	min-height: 100%;
    height: auto;
}
#clear
{
	height: 118px;
	clear: both;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#headerBg
{
	height: 131px;
	background-image: url(../images/hdrBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#headerLeft {
	background-image: url(../images/hdrLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 131px;
}
#headerRight {
	background-image: url(../images/hdrRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 131px;
}
#footerBg2 {
	background-image: url(../images/menuBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footerBg
{
	height: 135px;
	width: 63%;
	background-image: url(../images/ftrBg.jpg);
	margin-top: -118px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
}

#footerLeft {
	background-image: url(../images/ftrLeft.jpg);
	background-repeat: no-repeat;
	background-position: left 17px;
	height: 135px;
}
#footerRight {
	background-image: url(../images/ftrRight.jpg);
	background-repeat: no-repeat;
	background-position: right 17px;
	height: 135px;
}
#footerBg a{
	color: #FFF;
	text-decoration: none;
}
#footerCounters {
	padding-top: 70px;
	padding-left: 25px;
	float: left;
}
#footerCopyright {
	float: left;
	padding-top: 80px;
	padding-left: 20px;
}



.leftSide
{
	width: 150px;
	float: left;
	padding-bottom: 10px;
	/* [disabled]background-color: #000; */
}
#sidebarPhoto {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}
#mainContent {
	/* [disabled]background-color: #000; */
}


#menuTop {
	background-image: url(../images/menuTop.jpg);
	height: 9px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center top;
}
#menuBody {
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
}
#menuBody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#menuBody a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

#menuBody ul {
	list-style-type: none;
}

#menuBottom {
	background-image: url(../images/menuBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	width: 150px;
}

.content
{
	margin-left: 150px;
	/* [disabled]background: #d1d1F1; */
	padding-bottom: 10px;
}
#contentHolder {
	padding: 20px;
}
p {
	line-height: 15px;
    margin-bottom: 5px;
}
