/* STANDARD STYLES */

html {height: 101%;}

body {
	border: 0;
	padding: 20;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	text-align: left;
}

table, tr, th, td, p, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;	
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font-style: normal;
}

.clearboth {
	clear: both;
}

.unicorn h1 {
	display: none;
}

.container {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/welcome_header.jpg);
	background-repeat: repeat-x;
}

.unicorn {
	background-image: url(../images/unicorn_logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 120px;
	font-size: 80%;
}

.unicorn a {
	text-decoration: none;
	color: #d2232a;
}

.unicorn a:hover {
	color: #000000;
}

.unicorn img {
	margin-left: 30px;
	margin-top:60px;
}

.unicorn p {
	padding-left: 20px;
}

/* Heights */

.height160 {
	height: 160px;
}

.height360 {
	height: 360px;
}

.height390 {
	height: 400px;
}

/* Strips */

.redstrip {
	background-color: #d2232a;
	padding-left: 28px;
	font-size: 90%;
}

.redleft {
	display: block;
	float: left;
	background-color: #f9e6dd;
	width: 550px;
}

.redright {
	float: left;
	width: 372px;
}

.leftpadding {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.rightpadding {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.redright p {
	padding-bottom: 8px;
}

.blackstrip {
	background-color: #000000;
	padding-left: 28px;
	font-size: 90%;
	
}
.greenstrip {
	background-color: #467336;
	padding-left: 28px;
	font-size: 90%;
		

}

.blackleft {
	display: block;
	float: left;
	background-color: #ffffff;
	width: 550px;
}

.blackright {
	float: left;
	font-size: smaller;
	width: 372px;
}

.personpic {
	float: right;
	margin-left: 20px;
}
	
.hollypic {
	float: right;
	
}
.holly {
	background-image: url(../images/holly.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.snowflakes {
	background-image: url(../images/snow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
