/*------------------------------------------------------
CSS RIPPED OFF/ADAPTED FROM 37 SIGNALS DOT COM
------------------------------------------------------*/

body {
  padding: 20px 0;
  margin: 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-family: Trebuchet MS, Arial, san-serif;
}
div#Container {
  margin: 0 auto;
  width: 600px;
  text-align: left;
}

div#header {
  border-bottom: 1px dotted #CC6699;
  margin-bottom: 20px;
}

div#Content {
  width: 270px;
  float: left;
  margin-right: 23px;
  font-size: 12px;
}

div#Sidebar {
  font-family: Trebuchet MS, Arial, san-serif;
  width: 272px;
  float: right;
  text-align: center;
}

div#footer {
  clear: left;
  border-top: 1px dotted #CC6699;
  padding-top: 10px;
  margin-top: 20px;
  width: 600px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#header img {
	float: left;
}

div#header h1 {
  font-family: Trebuchet MS, Arial, san-serif;
  font-size: 16px;
  line-height: 18px;
  color: #666AB2;
  letter-spacing: -1px;
  width: 600px;
}

/*-------------------------------------------------
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: #EFD0DF; text-decoration: underline;
	}

/*-------------------------------------------------
CONTENT: IMAGE
-------------------------------------------------*/

img.cat {
    border: 4px solid #EFD0DF;
	display: block;
	}

/*-------------------------------------------------
SUBMIT BUTTON
-------------------------------------------------*/

#submit {
font-family: Trebuchet MS, Arial, san-serif;
}

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

div#Sidebar div.box {
  background-color: #EFD0DF;
  padding: 3px;
}

div#Sidebar div.box div.inner {
  padding: 8px;
  border: 1px solid #fff;
  background-color: #E2D0D9;
}

div#Sidebar h2 {
  color: #666AB2;
  font-size: 13px;
  margin: 0 0 3px 0;
  padding: 0;
}

div#Sidebar p {
  margin: 0 0 10px 0;
  font-size: 11px;
  text-align: justify;
}

/*-------------------------------------------------
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;
}
