BODY 		      { BACKGROUND-IMAGE: url('../images/wood-texture.jpg'); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #000000; }

/* LINKS */
a:link		    { color: #0033CC; text-decoration: none }
a:visited	    { color: #0033CC; text-decoration: none }
a:active	    { color: #0033CC; text-decoration: none }
a:hover		    { color: #3333FF; text-decoration: none }


/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */
TABLE		      { COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: normal; margin: 0 5 0 5; }

.title 		    { COLOR: #3A5347; FONT: 26px Bradley Hand ITC; font-weight: bold }
.subtitle 	  { COLOR: #3B5345; FONT: 17px Bradley Hand ITC; font-weight: bold }
.subtitle1 	  { COLOR: #AEB7C0; FONT: 14px Bradley Hand ITC; font-weight: bold }
.phonetitle 	{ color: #00A7FF; font: 13px arial, verdana,  sans-serif; font-weight: bold }
.copytext 	  { COLOR: #FFFFFF; FONT: 10px arial, verdana, sans-serif; font-weight: bold }
.quotechoice 	{ COLOR: #3333FF; FONT: 14px arial, verdana, sans-serif; font-weight: normal }
.just 		    { text-align: justify}
.faq 		      { line-height: 19px }


/* MAIN AREA */
#main_body_wrapper   { position: relative; background: url(../images/Cork.jpg) center repeat-y; width: 960px; margin: 0 auto; }
#main_body           { background: url(../images/paper_header.jpg) center repeat-y; width: 700px;  text-align: justify; padding:5px 80px 5px 60px; }
#main_body1          { background: url(../images/paper_header.jpg) center; width: 700px; height: 50px; text-align: justify; padding:5px 30px 5px 30px; }

/* LEFT MENU */ 
.menu_home_image             { position: absolute; left: 15px; padding-top: 15px;}
.menu_home_image a           { position: absolute; text-decoration: none; }
.menu_home_image a:hover     { cursor: pointer; } 

.menu_about_image            { position: absolute; left: 5px; padding-top: 160px; }
.menu_about_image a          { position: absolute; text-decoration: none; }
.menu_about_image a:hover    { cursor: pointer; } 

.menu_involved_image         { position: absolute; left: 0px; padding-top: 320px; }
.menu_involved_image a       { position: absolute; text-decoration: none; }
.menu_involved_image a:hover { cursor: pointer; } 

.menu_contact_image          { position: absolute; left: 0px; padding-top: 480px; }
.menu_contact_image a        { position: absolute; text-decoration: none; }
.menu_contact_image a:hover  { cursor: pointer; } 

/* RIGHT MENU */
.menu_events_image           { position: absolute; margin-left: 840px; padding-top: 5px; }
.menu_events_image a         { position: absolute; text-decoration: none; }
.menu_events_image a:hover   { cursor: pointer; } 

.menu_camps_image            { position: absolute; margin-left: 830px; padding-top: 150px; }
.menu_camps_image a          { position: absolute; text-decoration: none; }
.menu_camps_image a:hover    { cursor: pointer; } 

.menu_news_image             { position: absolute; margin-left: 825px; padding-top: 340px; } 
.menu_news_image a           { position: absolute; text-decoration: none; }
.menu_news_image a:hover     { cursor: pointer; }

.menu_photo_image            { position: absolute; margin-left: 800px; padding-top: 480px; } 
.menu_photo_image a          { position: absolute; text-decoration: none; }
.menu_photo_image a:hover    { cursor: pointer; }

/* Tooltips */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFE0;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
} 