﻿/*------------------------------------------------------
CSS RIPPED OFF/ADAPTED FROM 37 SIGNALS DOT COM (via randomkittengenerator.com)
------------------------------------------------------*/

body {
  padding: 20px 0;
  margin: 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-family: Trebuchet MS, Arial, san-serif;
  background-image: url(images/top.gif);
  background-repeat: repeat-x;
}
div#Container {
  margin: 0 auto;
  width: 600px;
  text-align: left;
}

div#Content {
  width: 280px;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

div#Google {
  font-family: Trebuchet MS, Arial, san-serif;
  width: 272px;
  float: right;
  margin-top: 0px;
  text-align: center;
}

div#footer {
  clear: left;
  padding-top: 10px;
  margin-top: 20px;
  width: 600px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#header img {
	margin-top: 50px;
}


/*-------------------------------------------------
LINKS
-------------------------------------------------*/

a:link {text-decoration: underline; color: #666AB2;}
a:visited {text-decoration: underline; color: #666AB2;}
a:active {text-decoration: underline; color: #666AB2; }
a:hover {background-color: #CBE8FF; text-decoration: underline;
	}

/*-------------------------------------------------
CONTENT: IMAGE
-------------------------------------------------*/

img.doggie {
  border: 8px solid #499FDF;
	display: block;
	}

/*-------------------------------------------------
SUBMIT BUTTON
-------------------------------------------------*/

#submit {
font-family: Trebuchet MS, Arial, san-serif;
}



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

div#footer p {
  font-family: Trebuchet MS, Arial, san-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666AB2;
  letter-spacing: 0;
  width: 600px;
  margin: 0;
}

.puppieslikebluetext {
  font-family: Trebuchet MS, Arial, san-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666AB2;
  letter-spacing: 0;
  margin: 0;
}

