@charset "utf-8";
/* CSS Document */

/* TEMPLATE */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
    background: #ccff99 url(images/masthead/paint-brush-background.jpg) no-repeat center top;

  width: 100%;
  display: table;
}

#wrap {
	width:908px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapbk {
	width:908px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	border:solid 4px #999;
	background-color:#FFFFFF;
}
	

#mastertemplate {
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	background-color:#FFFFFF;
}

#banner {
	width:900px;
	height:100%;
	float:left;
}

#footer { 
	width:900px;
	height:100%;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	padding-bottom: 20px;
}

#links {
	width:235px;
	height:auto;
	float:left;
}		

#content { 
	width:633px;
	height:100%;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
	border-left:thin;
	border-left-color:#999999;
	border-left-style:solid;
}	

#add {
	width:200px;
	height:30px;
	padding: 20px 0px 5px 30px;
	float:left;
	background-image:url(images/links/sharebkgrd.jpg);
	background-repeat:no-repeat;
}

/* COPY */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#CC0000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	color:#CC0000;
}

.red {
	color:#CC0000;
}		

#rule {
	width:633px;
	height:5px;
	border-bottom: 1px solid #999999;
}		