/* main structure */

* {
	margin: 0px;
	padding: 0px;
	
}
#container li {
	margin-left: 1.5em;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #475A80;
	background-color: #7899d7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 50px;
	margin: 0px;
}
#wrapper {
	width: 70em;
	max-width: 85%;
	min-width: 450px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#banner h1 {
	height: 55px;
	background-image: url(../images/jennaspevack.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#nav {
	text-align: right;
	background: url(../images/top_right.gif) no-repeat right top;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 1em;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;

}

#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li a{
	text-decoration: none;
	margin: 0px;
	font-size: 1em;
	padding: 0em 1em 1em;
	color: #7899d7;	
}
#nav li a:hover {
	color: #475A80;
	text-decoration: none;
}

#nav li a.active {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	
}

ul#subnav {
	margin-top: 1.3em;
	padding-right: 5em;
}

ul#subnav li a.active{
	background-image: none;
	color: #475A80;
}
#box {
	background: #FFFFFF url(../images/btm_left.gif) no-repeat left bottom;
	width: 100%;
	
}

#box-outer {
	background: url(../images/top_left.gif) no-repeat top left;
	}

#container {
	width: 90%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#container * {
	text-align: left;
}




#footer {
	font-size: 0.8em;
	text-decoration: none;
	margin-top: 1.5em;
	clear: both;
	text-align: right;
	background:url(../images/btm_right.gif) no-repeat right bottom;
	padding-bottom: 1%;
	padding-right: 1em;
}

.clearboth { clear: both; }



/* links */
a:link {
	text-decoration: underline;
	color: #475A80;
}
a:visited {
	color: #475A80;
	text-decoration: underline;
}
a:hover {
	color: #475A80;
	text-decoration: none;
}
a:active {
	color: #7899D7;
	text-decoration: none;
}

#banner h1 a {
	display:block;
	width: 150px;
	height: 40px;
}
/* typography */


#footer p {
	margin-right: 1.5em;
}

#container p{
text-align:left;
margin-bottom: 1em;
line-height: 1.3em;

}
#container h2 {
	font-size: 1.2em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: .8em;
	font-weight: normal;
}
#container ul.links {
	text-align: left;
	margin-left: 1em;
	background-image: url(../images/arrow_rt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-image: none;
	list-style-type: none;
	padding-left: 1.3em;
	margin-bottom: 1em;
}


/* images */
img {
	border: none;
}

 .thumbnail
{
	float: left;
	width: 10em;
	max-width: 30%;
	border: 1px solid #999;
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

.thumbnail img{
	width: 100%;
	max-width: 200px;
}

div.thumbnail a:link, div.thumbnail a:visited{
	text-decoration: none;
}

#rImage {
	width: 100%;
	max-width: 600px;
	max-height: 472px;
	border: thin solid #CCCCCC;
	text-align: center;
	margin-top: 1em;
}
.blink {
	text-decoration: blink;
}


#container #bio {
	width: 50%;
	float: left;
}
#container #bio2 {
	float: right;
	width: 40%;
	margin-right: .5em;
}
#container #bio2 h3 {
	font-size: 1em;
}
#container #bio2 img {
}
#container #bio2 img {
	width: 100%;
	border: thin solid #999999;
}

.formField	{
	width: 70%;
	padding: 2px;
	color: #475A80;
	background-color: #FFFFFF;
			}

.formFieldSumbit
			{
			padding: 6px 3px;
			font: 11px Verdana, sans-serif; font-weight: bold;
			color: #475A80; background-color: #d5d6d5;
			}
#container ul {
	margin-bottom: 1em;
}
#nav p.alert {
	float: left;
	padding-left: 2em;
}
p.enlarge {
	font-size: 9px;
	display: list-item;
	list-style: url(../images/magtiny.gif);
	margin: 0px 0px 0px 3em;
	padding: 0px;
}

h3 {
margin-bottom:.5em;
margin-top:1em;
}