@charset "utf-8";
#outer_container {
	width: 1000px;
	background-color: #993366;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-y;
	clear: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	background-image: url(../images/2009_background.jpg);
}
#outer_container  #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outer_container  #container  #logo {
	width: 550px;
	float: left;
	clear: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#outer_container  #container  #portrait {
	width: 170px;
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#outer_container  #container  #strapline {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 20px;
	clear: left;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#outer_container  #container  #navbar {
	clear: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin: 0px;
}
#outer_container  #container  #leftcolumn {
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: medium dotted #000066;
	padding: 10px;
}
#outer_container  #container  #leftcolumn  #hardback {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#outer_container  #container  #leftcolumn  #paperback {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#outer_container  #container  #leftcolumn  #social_networking {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#outer_container  #container  #leftcolumn  #newsletter {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#outer_container  #container  #rightcolumn {
	float: right;
	width: 540px;
	padding: 20px;
	clear: right;
	margin: 0px;
}
#outer_container  #container  #footer {
	clear: both;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F2D9E6;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
h1 {
	font-size: large;
	color: #993366;
}
h2 {
	color: #000066;
	font-size: medium;
}
h6 {
	font-size: medium;
	color: #993366;
}
p {
	font-size: small;
	color: #333333;
}
#outer_container   #container   #leftcolumn   h3  {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
#outer_container  #container  #leftcolumn  p {
	font-size: small;
	color: #000066;
}

a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #993366;
	text-decoration: underline;
	font-weight: bold;
}
#outer_container #container #footer a:visited {
	color: #993366;
}
#outer_container #container #footer a:link {
	color: #993366;
}
#outer_container #container #footer a:hover {
	color: #000066;
}



.image_right {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}
.image {
	margin-right: 10px;
	margin-left: 10px;
}
