@charset "UTF-8";
a:link {
	color: #0033CC;
}
a:visited {
	color:#330099;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color: #0033CC;
}
/* CSS Document */

*
{
	padding:0;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body {
	background-image: url(images/boyle_bg.gif);
	background-repeat: repeat-x;
	background-color: #003399;
}


#wrapper {
	position:relative;
	width:1000px;
	height:2000px;
	
}

#header 
{
	position:absolute;
	width:1000px;
	height:208px;
	top:0px;
	left:0px;
	background:url(images/boyle_header.jpg);
}

#donate_button {
	position:absolute;
	width:196px;
	height:34px;
	top:180px;
	left:730px;
	
}

#content {
	width:980px;
	height:1000px;
	position:absolute;
	top:208px;
	left:10px;
	background: #fff;
	
}

#content_issues 
{
	width:980px;
	/*height:100%;*/
	position:absolute;
	top:208px;
	left:10px;
	background: #fff;
}

#content_issues ul
{
	display:inline;
}

#content_issues li
{
	list-style-type: none;
	float:left;
	margin:0 0 0 20px;
}


#nav 
{
	position:absolute;
	width:980px;
	height:48px;
	top:0px;
	left:0px;
	background:url(images/nav_bg.jpg) repeat-x;
	display:block;
	text-decoration:none;
	
}

#nav ul li{
	display:inline;
	float:left;
	padding:10px 5px 5px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1em;
	color:#0033CC;
}

#nav ul li a{
	text-decoration:none;
}

#video{
	position:absolute;
	width:350px;
	height:363px;
	top:45px;
	left:550px;
	background:#00FFFF;
}
#content1
{
	width:430px;
}

#content2
{
	position:absolute;
	left:150px;
	top:4390px;
	width:300px;
	height:200px;
}

#content3
{
	width:460px;
	margin:175px 0 0 0;
	/*float:right;*/
}

#content3_issues{
	position:absolute;
	left:550px;
	top:230px;
	width:300px;
	height:200px;
}

p
{
	font-family:Times, Times Roman, Serif;
	font-size:12px;
	font-style:normal;
	line-height:15px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
	padding-bottom:5px;
}

#star{
	position:absolute;
	width:174px;
	height:1676px;
	top:275px;
	left:475px;
}


#precy_pic{
	position:absolute;
	width:387px;
	height:422px;
	top:0px;
	left:595px;
}

#issues_pic{
	position:absolute;
	width:387px;
	height:187px;
	top:0;
	left:594px;
}

#issues_text{
	position:absolute;
	width:150px;
	height:150px;
	top:45px;
	left:820px;
	z-index:3;
}

.ital{
	font-family:Times New Roman, Times, serif;
	font-size:9px;
	line-height:1;
	text-align:left;
	font-style: italic;
	color: #003399;
	font-weight: bolder;
}

.imgcenter 
{
	background-position: center;
	text-align: center;
}

.bold
{
	font-weight:bold;
	text-align:left;
}

.underline
{
	text-decoration:underline;
}

h3
{
	font-family:Times New Roman, Times, serif;
	color:#0033CC;
	line-height:1em;
	padding:5px 0 0 0;
}

h4
{
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	color:#0033CC;
	font-weight:bold;
	margin:10px 0;
}

h5
{
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:left;
}

#content4
{
	position:absolute;
	left:150px;
	top:13775px;
	width:700px;
	margin:10px 0 0 150px;
	
}

.ital_and_bold
{
	font-weight:900;
	font-style:italic;
}
