body { height:100%; font-size:85%;color:#222;background:#8e8f96;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; height:80%;}
#container{
	width:1000px;
	margin:0 auto;
	height:1000px;
}
#outerContainer {
	float:left;
	width:982px;
	background-image:url('../img/shadow.png');
	background-repeat:repeat-y;
	/*height:100%;*/
}
#innerContainer {
	float:left;
	width:890px;
	margin-left:45px; 
	background:#9bb39b;
/*	height:100%;*/
}

#menu {
	float:left;
	padding:0 25px;
	width:150px;
}

#menu ul{
	padding-left:10px;
	list-style: none;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  	font-style: italic;
  	font-weight: normal;
}

#menu ul li{
	font-size:14px;
	margin:25px 0;	
}

a{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#0e3e5d;
}

.alt{
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-size:14px;
  font-weight: normal;
}

#rightSide{
	text-align:center;
	width:690px;
	float:left;
	background:#FFF;
/*	height:100%;*/
}

#header{
	background:#9bb39b;
	float:left;
	text-align:center;
	width:690px;
	height:125px;
}

#header img{
	float:left;
}

#name{
	margin-bottom:60px;
	clear:left;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

#bar {
	clear:left;
	float:left;
	width:690px;
	height:25px;
	background:#d6e0d6;
}

#content{
	padding:0 25px;
	clear:left;
	float:left;
	width:650px;
}

.textLeft{
	text-align:left;
}

#caption{
	margin:0 auto;
	width:425px;
	font-size:14px;
	font-weight:bold;
}
