/* ----- CSS ----- */


*{
	padding: 0;
	margin: 0;
	font-size: 100.01%;
	line-height: 1.1em;
}
html { font-size: 76%; }
body{
	background: #79A5CD url(../images/back_popup.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#wrap_footer a:link{
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	padding: 3px;
}
#wrap_footer a:visited{
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
#wrap_footer a:hover, #wrap_footer a:active{
	color: #FFF;
	background-color: #18336a;
	text-decoration: none;
}
a{
	color: #18336a;
	background-color: inherit;
	text-decoration: none;
	padding: 3px 3px 1px 3px;
	border-bottom: 1px dotted;
}
a:visited{
	color: #18336a;
	background-color: inherit;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	background-color: #18336a;
	text-decoration: none;
}
a:active { text-decoration: none; }
h2 { font-size: 130%; }
h3 { padding: 5px;}
ul{
	width: 270px;
	list-style: none;
	position: relative;
	left: 100px;
	margin-left: 3px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	background: url(../images/back_content3.jpg) repeat-x; 
}
ul:first-child { margin-left: 45px; }
li { padding: 3px 0;}


/* ----- CONTENT ----- */


.title_pop { padding: 7px 0 11px 0;}
#wrap_pop{
	width: 673px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/border_popleft.gif) #FFF repeat-y;
	color: #18336a;
}
#wrap_pop1{ background: url(../images/border_popright.gif) right repeat-y; }


/* ----- FOOTER ----- */


#wrap_footer{
	width: 673px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/border_pop_cl.gif) no-repeat;
}
#footer_pop2{
	padding: 0;
	margin: 0;
	font-size: 90%;
	background: url(../images/border_pop_cr.gif) top right no-repeat;
}