p a:link, p a:visited, p a:hover, p a:active {
	color: #666666;
}
a {
	text-decoration: none;
}
.green a:link {
	color: #669966;
	text-decoration: underline;
}
.green a:visited{
	color: #669966;
	text-decoration: underline;
}
.green a:hover{
	color: #6B1F7E;
	text-decoration: underline;
}
.green a:active {
	color: #669966;
	text-decoration: underline;
}
#footer a:link {
	color: #669966;
	text-decoration: underline;
}
#footer a:visited{
	color: #669966;
	text-decoration: underline;
}
#footer a:hover{
	color: #6B1F7E;
	text-decoration: underline;
}
#footer a:active {
	color: #669966;
	text-decoration: underline;
}
#social a:link {
	color: #FFFFFF;
	padding-left: 20px;
}
#social a:visited{
	color: #FFFFFF;
	padding-left: 20px;
}
#social a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 20px;
	
}
#social a:active {
	color: #FFFFFF;
	padding-left: 20px;
}

#header {
	width: 960px;
}
#header img, #header2 img {
	float: left;
	margin: 0px;
}
#header2 {
	width: 960px;
}
#left1 {
    margin: 0px;
	float: left;
}
#left1 img {
	margin: 0px;
	float: left;
}
#left2 img {
	margin: 0px;
	float: left;
}
#left2 {
}
body {
	margin: 0px;
	background-color: #6C217F;
}
#dogthought img {
	margin: 0px;
}
.heading {
	font-weight: bold;
	text-transform: capitalize;
	color: #6B1F7E;
}
#wrapper #main_copy img {
	margin-left: 0px;
}
#wrapper {
	margin: auto;
	width: 960px;
	background-color: #fff19b;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 930px;
	background-color: #fff19b;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-left:15px;
	padding-right: 15px;
	
}
#social {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 930px;
	background-color: #8cc63f;
	padding-left:15px;
	padding-right: 15px;
	
}
#container {
  background-color: #fff19b;
  float:left;
  width:417px;
  border-left:300px solid #fff19b;  
  /* The width and color of the left rail */
  border-right:243px solid #fff19b;  
  /* The width and color of the right rail */
}
#main_copy {
  /* background image */
	background-image: url(images/text_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
  /* multi-column layout css */
	width: 417px;
	float: left;
	margin-right:-417px;
	background-color: #fff19b;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left {
	float: left;
	margin-left:-300px;
	width: 300px;
    position:relative;
	padding-bottom: 20px;
}
#dogthought {
	width: 243px;
	margin-right:-243px;
	float: right;
    position:relative;
}
#wrapper #container #main_copy p, #wrapper #container #main_copy table {
	padding-right: 30px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	
}

#popup {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	background-color: #fff19b;
	height: 260px;
	width: 260px;
}