body {
	padding:0px;
	margin:0px;
	background-color:#fff;
/*	background-color:#fe3d1e;
	background-image:url(./img/mj_background1.jpg); */
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:underline;
}

h2 {
	color:#FFF;
	font-size:30px;
	margin:3px 0px;
	
	font-family:Helvetica, Arial, sans-serif;
}

p {
	margin-bottom:0px;
}

a img { 
	border:none;
}

blockquote {
	color:#222;
	margin-top:5px;
}

blockquote>p {
	font-size:12px;
	width:400px;
	margin-top:0px;
}

.quoteText {
	color:#000;
}
.inheritColor { 
	color:inherit;
}

#container {
	margin:20px auto;
	padding-bottom:100px;
	width:960px;
}

#leftBox {
	width:250px;
	float:left;
	font-size:14px;
	margin:0px 0px 0px 100px;
	font-weight:bolder;
	color:#111;
}

#leftBox>a {
	color:#444;
}

#sideContent { 
	position:absolute;
	width:250px;
	margin:225px 0px 0px -7px;
	/*padding-top:5px;*/
}

#sideContent>img {
	margin-left:10px;
	margin-bottom:10px;
}

.quoteContent { 
	padding-top:35px;
}

#rightBox {
	/*background-color:#0C9;*/
	margin:20px 0px 0px 0px;
	width:auto;
	float:right;
}

#topNav {
	/*margin-left:0px;*/
	margin:0px 0px 0px 0px;
}

#topNav ul {
	margin:0px;
	padding:0px;
}

#topNav ul li {
	/*background-image:url(./img/tempBtn.png);
	padding:0px 50px 110px;*/
	width:120px;
	height:160px;
	list-style:none;
	display:inline;
	margin:0px 0px;
}

#contentArea {
	/*background-image:url(img/bgTile.png);*/
	padding:5px;
	margin-top:30px;
	margin-left:255px;
	width:600px;
	/*height:400px;*/
}

#contentArea>p {
	width:470px;
}

#vdaypich {
	position:absolute;
	margin-left:0px; 
	margin-right:auto;
}

.style2 {
	font-size: 18px;
	font-weight:bold; 
	color: #000000;
}

.shadowBox { width:470px; border-left:#DDD 1px solid; margin:15px 0 20px 0; padding:0 10px 20px 10px; }

.shadowBox .contentContainer {  }

.shadowBox .content {
	background:transparent url('img/shadowMap.png');
	padding:5px 0 15px 15px;
	float:left;
}

.shadowBox .bottom {
	background:transparent url('img/shadowMap.png') 0 -790px;
	width:auto;
	height:10px;
}

.shadowBox .right {
	background:transparent url('img/shadowMap.png') -790px 0;
	width:10px;
	height:auto;
	float:right;
}

.shadowBox>.bottomRight {
	background:transparent url('img/shadowMap.png') -790px -790px;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0px;
	right:0px;
}