﻿/* CSS layout */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #808080;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
p {
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 10px;
}
h1 {
	border-width: 2px;
	border-color: #800000;
	font-size: 21px;
	border-bottom-style: solid;
	color: #006A00;
}
h2 {
	font-size: 18px;
	color: #E79D05;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	padding-top: 10px;
	color: #800000;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	color: #005E00;
}
a:link {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #808000;
}
#fullcontainer {
	margin-left: auto;
	width: 760px;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 30px;
}

#masthead {
	background-color: #004600;
	width: 760px;
	height: 197px;
	background-image: url('http://www.melissamillereventing.com/images/NewMasthead.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_nav {
	width: 760px;
	background-color: #800000;
	padding-bottom: 3px;
}
#rightcolumn {
	width: 260px;
	float: right;
}
#leftcolumn {
	width: 470px;
	padding-top: 15px;
	padding-left: 15px;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	display: inline;
}
#top_nav a {
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	margin-left: 0px;
}
#top_nav a:link {
	color: #FFFFFF;
}
#top_nav a:active {
	color: #C0C0C0;
}
#top_nav a:visited {
	color: #C0C0C0;
}
#top_nav a:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #006200;
	color: #FFFFFF;
}
#photofltleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
}
.textbox {
	padding: 15px 40px 15px 40px;
	margin-bottom: 10px;
}
#photofltright {
	float: right;
	margin: 5px 0px 10px 10px;
	border-style: solid;
	border-width: 1px;
}
#pplus {
	font-size: 13px;
	font-weight: normal;
	color: #014501;
	font-style: italic;
	font-variant: normal;
}
#address {
	list-style-type: none;
	line-height: 13px;
	text-indent: 8px;
}
#footer {
	background-color: #808080;
	height: 30px;
}
.smallptext {
	font-size: 10px;
}
.blogdiv {
	margin: 25px 40px 30px 40px;
}
.textboxblog {
	padding: 15px 40px 15px 40px;
	margin-bottom: 10px;
}
