/* zero out snippet */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, tr, td, table { 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	list-style: none;
	vertical-align: top;
	font-weight: inherit; 
	font-style: inherit;
	font-size: 100.01%;
	font-family: Helevetica, Arial, sans-serif;

}
/* remember to define focus styles! */ 
:focus {
	outline: 0;
}
/* setting defaults */
body {
	font-size: 100.01%;
	font-family: Helevetica, Arial, sans-serif;
	background-color: #999;
	background-image:url(../img/bg_wood.jpg);
	background-repeat:repeat;
}
img {
	border: 0px;
}
a:link, a:hover, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer_link:link, a.footer_link:hover, a.footer_link:visited {
	color: #666;
	text-decoration: none;
}
a.footer_link:hover {
	color: #FFF;
}
a.main_menu:link, a.main_menu:hover, a.main_menu:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 18px;
}
a.main_menu:hover {
	color:#999;
}
body {
	background:url(../img/site_bg.gif) repeat-x;
}
/* now page IDS */
#wrapper {
	width: 979px;
	height: 987px;
	margin: 0px auto;
}
#top_bar {
	width: 979px;
	height: 53px;
}
#paper_top {
	width: 979px;
	height: 19px;
	max-height: 18px;
	background-image:url(../img/paper_top.gif);
	background-repeat:no-repeat;
}
#paper_bot { 
	width: 979px;
	height: 21px;
	background-image:url(../img/paper_bot.gif);
	background-repeat:no-repeat;
}
#paper_left { 
	width: 13px;
	height: 700px;
	background-image:url(../img/paper_l.gif);
	background-repeat:no-repeat;
}
#paper_right { 
	width: 13px;
	height: 700px;
	background-image:url(../img/paper_r.gif);
	background-repeat:no-repeat;
}
#paper_middle { 
	width: 974px;
	height: 700px;
	background-image:url(../img/bg_paper.gif);
	background-repeat:repeat;
}

#top_logo_l {
	width: 24px;
	height: 126px;
	background-image:url(../img/top_logo_l.gif);
	background-repeat:no-repeat;
}
#top_logo_r {
	width: 444px;
	height: 126px;
	background-image:url(../img/top_logo_r.gif);
	background-repeat:no-repeat;
}
#top_menu_l {
	width: 32px;
	height: 126px;
	background-image:url(../img/top_menu_l.gif);
	background-repeat:no-repeat;
}
#top_menu_m {
	height: 126px;
	background-image:url(../img/top_menu_m.gif);
	background-repeat:repeat-x;
}
#top_menu_r {
	width: 27px;
	height: 126px;
	background-image:url(../img/top_menu_r.gif);
	background-repeat:no-repeat;
}
#page_middle_l {
	width: 24px;
	height: 689px;
	background-image:url(../img/page_m_l.gif);
	background-repeat:no-repeat;
}
#page_middle_m {
	height: 689px;
	background-image:url(../img/page_m_m.gif);
	background-repeat:repeat-x;
}
#page_middle_r {
	width: 27px;
	height: 689px;
	background-image:url(../img/page_m_r.gif);
	background-repeat:no-repeat;
}
#footer_bar {
	width: 979px;
	height: 50px;
}
#footer_l {
	width: 300px;
	height: 50px;
	float: left;
	padding-top: 8px;
	padding-left: 30px;
	color: #666;
	text-align: left;
}
#footer_r {
	width: 400px;
	height: 50px;
	float: right;
	padding-top: 8px;
	padding-right: 30px;
	color: #666;
	text-align: right;
}
#login_tab {
	float:right;
	padding-right:60px;
}
#main_menu {
	padding-top: 46px;
	color: #FFF;
}
.title_header {
	font-size: 36px;
	font-style: italic;
	color:#333;
	padding: 10px 10px 10px 10px;
}
.title_sub {
	font-size: 24px;
	font-style: italic;
	color: #400;
	padding: 10px 10px 10px 10px;
}
.title_paragraph {
	font-size: 24px;
	font-style: italic;
	color:#666;
	padding: 10px 10px 10px 30px;
}
.img-shadow {
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/dropshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 0px 0 0 5px;
}

.img-shadow img {
  display: block;
  background-color: #300;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 2px;
}