/* CSS Document */

* {
text-decoration : none;
vertical-align : top;
}



/* body */

body {
font-family : Arial, Helvetica, sans-serif;
margin : 0;
text-align : center;
}

	img {
	display : none;
	}
	
	.b {
	font-weight : bold;
	}



/* wrapper */

#wrapper {
margin : auto;
text-align : left;
width : 816px;
}



/* content wrapper */

#main {
height : 1%;
}

	html>body #main {
	height : auto;
	overflow : auto;
	}




/* content wrapper */

#wrap {
float : left;
width : 544px;
}




	/* navigation */
	
	p#nav {
	font-weight : bold;
	margin : 0;
	padding : 5px;
	}
			
	
	
	/* main content */
	
	#content {
	float : right;
	width : 370px;
	}
			
	
	
	/* main content */
	
	#left {
	float : left;
	margin : 0 14px 0 0;
	width : 159px;
	}


/* right */

#right { 
float : left;
margin : 0 0 0 14px;
width : 200px;
}



/* footer */

p#footer {
clear : both;
margin : 0;
padding : 5px;
}



/* */

p#viewing_text {
border : 1px solid #ccc;
background : #eee;
font-weight : bold;
padding : 10px;
}