* {
   font-family : Georgia, Times New Roman, Times, serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #3F503F;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #F9EAB5;
	scrollbar-base-color: #C7BD82;	
}  

/* Links */ 
a:link, a:visited {
	color: #008800;
}
a:hover, a:active {
	color: #DD1515;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
        color: #000000;
        text-decoration: none;
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;		
}
a:hover.nav, a:active.nav {
	color: #DD1515;
        text-decoration: none;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: 1px solid #898152;
        border-bottom: 1px solid #898152;
        background-color: #F9EAB5;
}

small  {
	font-size : 8pt;
	color: #898152;
}
.caption  {
	font-size : 8pt;
	color: black;
}
  
H2  {
	font-size : 18pt;
	font-weight : normal;
	color: black;
    letter-spacing: -0.05em;	
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: black;	
	letter-spacing: -0.08em;
}
  
H4  {
	font-size : 12pt;
	font-weight : bold;
	color: black;
	letter-spacing: -0.08em;	
}
  
.heading2  {
	font-size : 18pt;
	font-weight : normal;
	color: black;	
	letter-spacing: -0.05em;
}
  
.heading3, .heading_blog  {
	font-size : 14pt;
	font-weight : normal;
	color: black;	
	letter-spacing: -0.08em;
}
  
.heading4  {
	font-size : 12pt;
	font-weight : bold;
	color: black;	
	letter-spacing: -0.08em;
}

/* The header setup for various pages */
.peter_header {
        background-color: #3F0C0C;
        background-image: url(header-einhorn.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.unicorn_header {
        background-color: #3F0C0C;
        background-image: url(header-unicorn.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.unicorn_rec_header {
        background-color: #3F0C0C;
        background-image: url(header-unicorn-rec.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.creative_header {
        background-color: #3F0C0C;
        background-image: url(header-creative.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
/* The background setup for various pages */
.home_bkgd {
        background-image: url(peter-home.jpg);
        background-repeat: no-repeat;
        background-position: top left;
}
.peter_bkgd {
        background-image: url(peter-inside.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.unicorn_bkgd {
        background-image: url(unicorn-inside.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.creative_bkgd {
        background-image: url(creative-inside.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
/* The background for specific paragraphs */
.unicorn_bkgd_small {
        background-image: url(unicorn-bkgd-small.gif);
        background-repeat: no-repeat;
        background-position: top left;
}

hr {
	border: none;
	color: #C7BD82;
	background-color: #C7BD82;
	height: 1px;
}

ul {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
}
li {
	margin-top: 6px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

select, input, textarea {
   	font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #C7BD82;
}

input.button {
	color: white;
	background-color: #DD1515;
	border: 1px solid black;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
        border: none;
}


