@charset "UTF-8";
body {
	background-color: #EEEEE2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	padding: 0px;
}


html, body {
	height: 100%;
}
body,td,th {
	color: #8A7967;
}
img {  
	border-style: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
	color: #D7C300;
}

p {
	font-size: 11pt;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	min-height: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	padding-top: 53px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	height: 27px;
}
#briannatyson {
	float: left;
	width: 410px;
}
#title {
	float: right;
	width: 410px;
	text-align: right;
}
#nav {
	text-align: left;
	background-color: #D7C300;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #ffffff;
}


#mainContent {
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
}

#left {
	float: left;
	width: 410px;
	min-height: 200px;
}
#right {
	float: right;
	width: 410px;
	min-height: 200px;
}
#picture {
	padding-bottom: 20px;
}
#footer {
	text-align: right;
	height: 30px;
	padding-top: 10px;
}
#footer p {

}
#logo {
	width: 427px;
}
