@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
}
body,table,td,tr,p {
	font-family: arial;
	font-size: 12px;
	color: #827b70;	
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2f4770;
}
a {
	text-decoration: none;
	color: #7494cc;
}
ul {
	list-style-type:square;	
}
table,td,th {
	border-width: 0px 0px 0px 0px;
}
#space {
	height: 30px;	
}
#container {
	margin: 0 auto;
	background-color: #FFF;
	/*height: 607px;*/
	width: 1011px;
	padding: 26px;
}
#innerpadding {
	border: 1px solid #ccc;
	height: 607px;
	position: relative;
}
#innerpaddinginterior {
	border: 1px solid #ccc;
	position: relative;
}
#photo {
	background-image: url(images/bg_woman.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 607px;
}
#photoinside {
	background-image: url(rotate.php);
	background-position: top right;
	background-repeat: no-repeat;
}
#photobg {
	background-image: url(images/bg_insidephoto.gif);
	background-position: top right;
	background-repeat: repeat-y;	
}
#nav {
	width: 680px;
	text-align: right;
	font-size: 10.5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b3ad9e;
	margin-top: 24px;
}
#nav a {
	padding-right: 20px;
	text-decoration: none;
	color: #b3ad9e;
	letter-spacing: 2px;
	font-weight: bold;
}
#logo {
	margin-left: 65px;
	margin-top: 40px;
}
#subnav {
	margin-left: 65px;
}
#subnav a {
	padding-left: 20px;
	text-decoration: none;
	color: #96aed9;
	font-size: 12.5px;
	font-weight: bold;
	text-transform: uppercase;	
	letter-spacing: 2px;
}
#centertext {
	margin-top: 43px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-left: 65px;
	width: 750px;
	height: 200px;
}
#normtext {
	margin-top: 43px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-left: 65px;
	width: 610px;
	min-height: 250px;
}
#normtextleft {
	float: left;
	margin-top: 43px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin-left: 65px;
	padding-right: 20px;
    width: 400px;
	border-right: solid thin #f0f0f0;
}
#normtextright {
	margin-top: 86px;
	letter-spacing: 1px;
	line-height: 1.8em;	
	margin-left: 500px;
	padding-bottom: 10px;
    width: 175px;
	font-size: 11px;
}
.headshot {
	padding: 3px;
	margin: 5px;
	border: thin solid #cccccc;
}
#footer{
	letter-spacing: 1px;
	line-height: 2em;
	margin-left: 65px;
	margin-bottom: 15px;
	width: 610px;
	text-align: right;
	font-size: 10px;
	bottom: 0;
}
#clear {
	clear: both;	
}