body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color:#E2E2E2;*/
	background-image: url(../Images/Common/background.gif);
}

#rightOfPage{
	background-image:url(../Images/Common/right_background.gif);
	width:37px;
}

#leftMenuCell{
	width:214px;
	background-image:url(../Images/Common/left_menu_background.gif);
	vertical-align:top;
}

#leftMenu{
	padding:95px 0px 0px 85px;
}
#leftMenu a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#leftMenu a:hover {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#01ECFD;
}

#content{
	background-color:#FFF;
	background-image:url(../Images/Common/camera_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:489px;
	padding:5px 10px 10px 20px;
	vertical-align:top;
	font-size: 12px;
}

#footer{
	background-image: url(../Images/Common/footer_background.gif);
	width:740px;
	font-size:9px;
	font-weight:bold;
	padding:5px 0px 15px 250px;
}

#dateToday{
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
}

.extraPadding1{
	padding-bottom:5px;
}

h1{
	font-size:16px;
	font-weight:bold;
	padding:5px;
}

h2{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:12px;
	font-weight:bold;
}