/* global.css */

html, body { background-color: #c4be62;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; }

a { color: #FFFF99;
	font-weight:bold;}

p { padding-left:12px; }

#container { margin-left:auto;
	margin-right:auto;
	width: 750px; 
	background-color: #b2ac51;
	/*border:1px solid black;*/
	height:auto; }
	
#leftColumn { margin-left:20px;
	/*border:1px solid black;
	background-color:white;*/
	float:left;
	width:450px;
	height:auto;}

#rightColumn { float:left;
	margin-left:12px;
	/*border:1px solid black;*/
	background-color:#74b74a;
	width:250px; }

/*This is for the right news bar */
div.Article {
  /*background: url(images/SideBorder/topleft.gif) top left no-repeat;*/
  background: url(../images/SideBorder/topleft.gif) top left no-repeat;
  width:250px;
  }
 
div.Article h2 {
  background:url(../images/SideBorder/topright2.gif) top right no-repeat;
  font-size:1.3em;
  padding:10px;
  margin:0;
  }
div.ArticleBody {
  background: url(../images/SideBorder/rightborder.gif) top right repeat-y;
  margin:0;
  padding:12px;
  }
div.ArticleFooter {
  background: url(../images/SideBorder/bottomleft.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  background: url(../images/SideBorder/bottomright.gif) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }

div.Article h3, p { padding-left:12px; }

/*This is for the petition*/
div.Petition {
  /*background: url(images/SideBorder/topleft.gif) top left no-repeat;*/
  background: url(../images/MainBorder/topleft.gif) top left no-repeat;
  width:450px;
  }
 
div.Petition h2 {
  background:url(../images/MainBorder/topright.gif) top right no-repeat;
  font-size:1.3em;
  padding:10px;
  margin:0;
  }
  
div.PetitionBody {
  background: url(../images/MainBorder/rightborder.gif) top right repeat-y;
  margin:0;
  /*padding:12px;*/
  }

div.PetitionFooter {
  background: url(../images/MainBorder/bottomleft.gif) bottom left no-repeat;
  }

div.PetitionFooter p {
  background: url(../images/MainBorder/bottomright.gif) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-3em 0 0 0;
  }

#footer { clear:both; height:100px; text-align:center; margin:0; padding:0;}

#footer ul { list-style-type:none; padding-top:50px; }

#footer ul li { display:inline; padding: 0 5px 0 5px; }

/* This is for the movies. I'm not sure if I'm embedding on the page or bringing up */
#uTubeMovie { margin-left:24px; }
#uTubeMovie2 {}


/*div.Petition h3, p { padding: 0 20px 0 12px; }*/

.headline { font-weight:bold;
	font-size:14px; }

.headline2 { font-weight:bold;
	color: #FFFF66;
	font-size:14px; }

.links { font-weight:bold; }

.petitionButton { width:200px; }

#containerMov { margin-left:auto; margin-right:auto; text-align:center; width:auto; height:auto; }
