body {
	margin: 10px;
	background: white url(images/background3.jpg) no-repeat top left;
	width:800px;
}

a {
	color: #2e4e66;
}

a:hover {
	color: #4e662e;
}

ul {
	margin:0;
}

#message {
	color: #4e662e;
	margin-bottom: 5px;
}

#container {
	margin: 0px;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height:1.25;
	color: #662e4e;
}

#banner {
	background-image:url(images/leaves.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:150px;
	width:780px;
}

#banner #name {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:larger;
	color:#662e4e;
	float: right;
	text-align:right;
	background-image:url(images/title2.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:60px 0 0 0;
}

#threeColLayout #primaryContent {
	float:left;
	width:420px;
	margin:10px 0 20px 150px;
}

#twoColLayout #primaryContent {
	float:left;
	width:620px;
	margin:10px 0 20px 150px;
}

#threeColLayout #secondaryContent {
	background: white url(images/portrait.jpg) no-repeat top left;
	float:left;
	width:200px;
	height:301px;
	margin: 0 0 20px 15px;
}

#twoColLayout #secondaryContent {
	display: hide;
}

#secondaryContent #reiki {
	margin: 300px 0 20px 15px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #4e662e;
}

#secondaryContent #reiki ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#threeColLayout #sideContent {
	font-weight:bold;
	font-size:smaller;
	float: left;
	width:140px;
	margin:0 0 20px -785px;
}

#twoColLayout #sideContent {
	font-weight:bold;
	font-size:smaller;
	float: left;
	width:140px;
	margin:0 0 20px -770px;
}

#sideContent ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

#sideContent a {
	font-size: larger;
	text-decoration: none;
}

.heading {
	font-size: larger;
	font-weight: bold;
	margin-top: 5px;
}

#footer {
	font-size: smaller;
	float: left;
	width:780px;
	text-align: center;
	color: #4e662e;
}

/* django stuff */
#id_message {
	width: 400px;
}

#quiz {
	color: #4e662e;
	background-color: white;
	position: absolute;
	left: 150px;
	border: solid;
	border-width: 1px;
	display: none;
	padding: 5px 5px 5px 5px;
	width: 400px;
}

#contact_me {
	color: #4e662e;
	background-color: white;
	position: absolute;
	left: 150px;
	border: solid;
	border-width: 1px;
	display: none;
	padding: 5px 5px 5px 5px;
	width: 450px;
}

#signup {
	color: #4e662e;
	background-color: white;
	position: absolute;
	left: 200px;
	border: solid;
	border-width: 1px;
	display: none;
	padding: 5px 5px 5px 5px;
	width: 250px;
}

.video {
	margin-top: 10px;
	margin-bottom: 10px;
}