body { color:#000; 
	background-color:#ebe7de; 
	font-size:11px; color: #630;
	font-family:Times, serif;
	position: absolute; top: 50px;
	width:770px;
	left:-385px;
	margin-left:50%
	}

	a:link {color: #630;text-decoration: none}
	a:visited {color: #630;text-decoration: none}
	a:hover {color: #693;text-decoration: none}
	a:active {color: #693;text-decoration: none}
	
#container {
	position:absolute;
	padding:10px;
	width:770px;
 	height:500px;
 	background:#fff;
	}
	
#navBkgd {
	float:left;
	width:209px;
 	height:500px;
 	border-right:1px dotted #630;
 	background: url(../img/roxNavBkgd.gif) repeat-y top left;
 	}
 	
#logo {
	position:absolute; top:211px;
	}

#navMenu {
	position:absolute; top:300px;
	margin:0px 0px 0px 60px;
	}

#showtest101 {
	
}

#hidetest101 {
	
}

.sample {
	margin:4px 0px 4px 10px;
	font-size:11px;
}
	
#main {/*for ie*/
	height:500px;
	position:absolute;
	overflow:hidden;
	margin-left:220px;
 	background-color:#ecf6e2;
 	width:550px;
	}
#main[id] {
	display:table;
	}
 		
#mainMiddle {
 	position:relative; left:150px;
 	border-left:1px dotted #693;
 	border-right:1px dotted #693;
 	height:500px;
 	width:230px;
 	padding:0px 10px 0px 10px;
	}
	
#mainMiddleText {
	position:relative; top:50px;
	line-height: 16px;
	}
	
#mainPhotoHolder {/*for ie*/
	position:relative;
	vertical-align:middle;
	text-align:center;
	}
#mainPhotoHolder[id] {
	display:table-cell;
	vertical-align:middle;
	position:static;
	}
	
#mainPhotos { /*for ie*/
	position:relative;
	vertical-align:middle;
	color:#000;
	}
#mainPhotos[id] {
	position:static;
	}

#footer {
	position:absolute;
	text-align: left;
	top:525px;
	color:#999;
	width: 770px;
	height: 15px;
 	}

.footerLinks a:link {color: #999;text-decoration: underline}
.footerLinks a:visited {color: #999;text-decoration: none}
.footerLinks a:hover {color: #000;text-decoration: none}
.footerLinks a:active {color: #999;text-decoration: none}
	
.links a:link {color: #630;text-decoration: underline}
.links a:visited {color: #99CC66;text-decoration: none}
.links a:hover {color: #693;text-decoration: none}
.links a:active {color: #693;text-decoration: none}

