body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	background-image:url('images/bg.jpg');
	}
	
img {
	border:none;
	}
	
#container {
	width:750px;
	}
#header {
	width:750px;
	}
	
#streamHead {
	width:750px;
	height:25;
	background-image:url('images/bodyHead.png');
	}
	
#stream {
	widows:750px;
	background-image:url('images/body.png');
	}
	
#streamFoot {
	width:750px;
	height:24;
	background-image:url('images/bodyFoot.png');
	clear:both;
	}
	
.picture {
	width:250px;
	height:297px;
	float:left;
	}
	
.name {
	width:250px;
	text-align:center;
	margin-bottom:10px;
	font-size:20pt;
	font-family: "Courier New", Courier, monospace;
	float:left;
	}
.name a, .name a:visited, .name a:active {
	color:#000000;
	text-decoration:none;
	}
.name a:hover {
	color:#333333;
	text-decoration:line-through;
	}
	
.note {
	padding:2px;
	text-align:left;
	xbackground-color:#FFFFFF;
	xfilter:alpha(opacity=50);
	x-moz-opacity:.50;
	xopacity:.50;
	overflow:auto;
	}

.info {
	border:1px solid #555;
	margin-bottom:10px;
	}
	
.owner {
	padding:50px 20px 10px;
	text-align:left;
	margin-left:250px;
	font-size:16pt;
	font-family:"Courier New", Courier, monospace;
	}

/** Menubar **/
.menubar {
	width:700px;
	border-bottom:2px solid #000;
	margin-bottom:10px;
	}
.menubar, .menubar a, .menubar a:visited, .menubar:active {
	font-family:"Courier New", Courier, monospace;
	font-size:14pt;
	color:#000000;
	text-decoration:none;
	}
.menubar a:hover {
	text-decoration: line-through;
	}
