body {
	background: #494949 url(../images/body_bg.gif) 0 0 repeat-x;
	font: 62.5% Trebuchet MS, Helvetica, Verdana;
	color: #2e2e2e;
	}
	
a {
	color: #570909;
	}
	
a:hover {
	text-decoration: none;
	}
	
	
/*====================== TYPOGRAPHY ======================*/
	
h1, h2, h3, h4, h5, h6 {
	
	}

h1 {

	}
	
h2 {
	font-size: 2.4em;
	margin-top: 10px;
	margin-bottom: 25px;
	}
	
h3 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
#right_col h3 {
	background: url(../images/divider_sm.gif) bottom center no-repeat;
	font: bold 1.4em/1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#right_col h4 {
	border-bottom: 1px dotted gray;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 4.5em;
	margin-bottom: .8em;
	padding-left: 2em;
	}
	
#right_col h4.spain {
	background: url(../images/flag-spain.gif) 4px 4px no-repeat;
	}
	
#right_col h4.canada {
	background: url(../images/flag-canada.gif) 4px 4px no-repeat;
	}
	
#right_col h4.ireland {
	background: url(../images/flag-ireland.gif) 4px 4px no-repeat;
	}
	
#right_col p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-left: 5px;
	margin-bottom: 12px;
	}
	
#right_col p.lg {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-left: 2em;
	margin-bottom: 2.2em;
	}
	
#left_col p, ul, #single p {
	font-size: 1.3em;
	line-height: 2em;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
/*==================== SINGLE PAGES =====================*/

#single {
	background: white;
	margin: 0 auto;
	padding: 20px 30px;
	width: 500px;
}

		
/*==================== SITE STRUCTURE ===================*/

#wrapper {
	background: white url(../images/bg.gif) repeat-y;
	margin: 0 auto;
	width: 831px;
	}
	
#content_wrap {
	background: url(../images/logo_bg_rt.jpg) 315px 390px no-repeat;
	}
	
#left_col {
	float: left;
	width: 501px;
	margin-left: 20px;
	}
	
#right_col {
	float: right;
	width: 275px;
	margin-right: 12px;
	}
	

/*======================= HEADER ===========================*/

#header {
	background: url(../images/header.gif) 0 0 no-repeat;
	position: relative;
	height: 201px;
	width: 100%;
	}
	
#header #get_involved {
	position: absolute;
	right: 45px;
	bottom: 22px;
	}
	
#logo, #logo a {
	width: 100%;
	height: 75px;
}
	
#logo a {
	display: block;
}
	

/*===================== NAVIGATION =========================*/


	
/*======================== ELEMENTS ===========================*/

	
/*====================== GENERIC LISTS ========================*/

#left_col ul {
	margin-bottom: 25px;
}

#left_col li {
	padding-left: 10px;
	line-height: 1.8em;
}
	
/*========================= FOOTER ============================*/

#footer {
	background: url(../images/footer_bg.gif) 0 0 no-repeat;
	clear: both;
	height: 41px;
	width: 831px;
	padding: 12px 0;
	margin: 0 auto 20px auto;
	text-align: center;
	}
	
#footer p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 0;
}
	
/*=========================== MISC ============================*/

.b, .b_red {
	font-weight: bold;
	}

.b_red {
	color: #820a0a;
	}
	
#left_col p.hl, #single p.hl {
	background: white;
	font-size: 1.4em;
	border: 1px solid #d3d2d0;
	padding: 4px;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 375px;
	}
	
#left_col h3.hl {
	background: #f6f6f5;
	border-bottom: 1px dotted gray;
	margin-bottom: 1em;
	padding: .3em 0 .2em .4em;
	}

.clear {
	clear: both;
	}
	
.center {
	text-align: center;
	}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.right {
	text-align: right;
}

.left {
	text-align: left;
}
	
.fl_rt {
	float: right;
	}
	
.fl_lft {
	float: left;
	}
	
.n_mp {
	margin: 0;
	padding: 0;
}

.mb_15 {
	margin-bottom: 15px;
}
	
.spacer {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	}
	
.hidden {
	display: none;
	}
	
.it_un {
	font-style: italic;
	text-decoration: underline;
	}
	
.un {
	text-decoration: underline;
	}

.skip {
	height: 0;
	width: 0;
	overflow: hidden;
  	position: absolute; /* for the benefit of IE5 Mac */
	}
