body {
	color:#101055;
	font-family:Georgia, serif;
	font-size:90%;
	background-image: url('images/bg.png');
	background-position: center top;
	background-repeat:repeat-x;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#topLeft{
	float:left;
	width:220px;
}

#logo{
	height:161px;
}

#blog{
	height:50px;
	margin-top:9px;
}

#banner{
	margin-left:250px;
	height:220px;
	text-align:center;
	font-size:130%;
}

#title{
	margin:20px 0;
	float:right;
	width:650px;
	border-bottom:1px solid #B57777;
}

#menu{
	float:left;
	width:190px;
	margin:0 0 0 20px;
	font-size:105%;
}

#menu ul{
	list-style:none;
	color:#953030;
	padding:0; 
}

#menu li{
	border-bottom:1px double #B57777;
	padding:5px 0 5px 10px;
}

#menu li li{
	border:none;
	padding:5px 0 0 29px;
	text-indent:-14px;
}

#menu li li li{
	border:none;
	padding:2px 0 0 15px;
	text-indent:-11px;
}

#menu li li:before{
	content:"+ ";
}

#menu li li li:before{
	content:"- ";
}


#menu a, #menu a:link, #menu a:visited, #menu a:hover{
	text-decoration:none;
	color:#812624;
}

#menu a:hover{
	color:#D00000;
}

#content{
	border-left:1px solid #B57777;
	line-height:1.5em;
	margin:10px 0 10px 235px;
	padding:75px 25px 1px 25px;
	min-height:350px;
}

#footer{
	margin:10px 0;
	padding:10px 0;
	width:900px;
	line-height:1.45em;
	border-top:1px solid #B57777;
	text-align:center;
	font-size:110%;
}

#footer p {
	margin:0px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover{
	color:#101055;
}

img{
	border:none;
}

h1, h2{
	color:#851010;
	text-align:center;
}

h1{
	color:#950000;
	margin:0px;
	padding:10px;
}

h3{
	color:#220088;
	font-size:125%;
}

h4{
	color:#803000;
	margin:1.2em 0;
	font-size:110%;
}

h5{
	color:#0000AA;
	margin:1.2em 0;
	font-size:105%;
}

h6{
	color:#751010;
	margin:1.15em 0;
	font-size:100%;
}

a:link{
	color:#000000;
}

a:visited{
	color:#666666;
}

table#bios{
/*	border:0px; */
	text-align:center;
}

table#bios h4{
	margin-bottom:0;
}

table{
	border-collapse:collapse;
	border-width:2px;
	border-style:solid;
	border-color:#5555AA #272780 #272780 #5555AA; /* #8888DD #303085 #303085 #8888DD; */
	margin:10px 0;
	width:100%;
}

th{
	padding:7px;
	border-bottom:1px solid #101055;
	background-color:#332288;
	color:#EEEEEE;
}

td{
	padding:7px;
	background-color:#DDDDFF;
}

.center{
	text-align:center;
}

p.detail{
	margin-top:0;
}

/* profile css */

#bioBox{
	background:#FBFBFF;
	border:1px solid #000055;
	margin:.4em;
	padding:10px;
	min-height:320px;
}

#bioBox img{
	float:left;
	margin:0 10px .4em 0;
	padding: 0 12px 12px 0;
	border-right:1px solid #000055;
	border-bottom:1px solid #000055;
}

#bioText{
	font-size:85%;
	line-height:1.5em;
	padding-bottom:0.4em;
	text-align:center;
}

#bioText h2{
	margin:0.6em 0 0.3em;
}

#bioText h3{
	margin:0;
}

#bioText p{
	text-align:left;
}

#winClose{
	font-size:75%;
	text-align:center;
}
