@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/whitehouse_background.jpg);
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

#banner {
	background-image: url(images/whitehouse_stripe.jpg);
	background-repeat: repeat-x;
	height: 134px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#banner .wrapper {
	height: 105px;
}
.buttons {
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
.leftcolumn {
	float: left;
	width: 400px;
}
.leftcolumn h2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	color: #194995;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.leftcolumn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.45em;
}
.sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



.rightside {
	float: right;
	width: 300px;
	position: relative;
}
.rightside #photos {
	position: absolute;
	height: 277px;
	width: 375px;
}
#photobox {
	height: 300px;
}


.back {
	background-image: url(images/whitehouse_banner1.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#banner .wrapper #logo {
	position: relative;
	top: 22px;
}
#main   {
	background-color: #FFFFFF;
	padding: 20px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.clear {
	clear: both;
}
