﻿#bodycontent {
	margin: 2em;
	max-width: 50em;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
}
h1,h2,h3 {
	text-transform: uppercase;
	font-weight:normal;
	clear:both;
}
#title a {
	text-decoration:none;
}

h1 {
	font-size: xx-large;
	margin-bottom: 30px;
	bottom: 1em;
	margin-left: 10px;
}
h2{
	font-size:x-large;
}
h3 {
	font-size:large;
	margin-bottom:30px;
}
h2{
	color: #1F1F1F;
	margin-top: 0em;
	margin-bottom: 0em;
}
h3 {
	margin-top: 0em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: white url('../images/backgroundlogo.png') no-repeat 90% 50px;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
}
.strapline {
	font-size:	small;
	text-transform: lowercase;
	margin-top: -.5em;
	margin-bottom: 2em;
}
#nav {
	width: 100%;
	background-image: url('../images/ribbon.png');
	height: 63px;
	background-repeat: no-repeat;
}
#nav_menu {
	margin-left: 10px;
	height: 1.6em;
	padding-top: 16px;
}
#nav_bottom {
	height: 8px;
}
#nav ul {
	color: white;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}
#nav li {
	padding-right: .5em;
	margin-right: 3em;
	float: left;
	text-transform: uppercase;
}
#nav a {
	color: white;
	text-decoration:none;
}
#nav a:hover {
	color: #600B0B;
	background-color: white;
}

#title {
	padding: 10px;
	margin-top: .5em;
}
#content {
	padding: 10px;
	float: none;
	position: inherit;
	margin-right: 1em;
}
#footer {
	margin-top: 1em;
	position: inherit;
	height: 1em;
	width: 100%;
}
#content li {
	padding-bottom: .25em;
}
#silverlightcontainer {
	text-align: center;
}
#alternatecontent {
	text-align:left;
}
#sidebar {
	font-size: small;
	font-style: italic;
	margin-left: 2em;
	margin-right: 2em;
}
#portfolioimage {
	margin-right:1em;
	margin-bottom:1em;
	width:210px;
	float:left;
}

