img {
   behavior: url("pngbehavior.htc");
}

html {
	height:100%;
	margin:0px;
	padding:0px;
	
}
body {
	background: url(img/bg_tile.gif) #ffffff top left;
	margin: 0px;
	padding:0px;
	height:auto;
}

div, p, form, li {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}

div {
	border:collapse;
	border:0px;
	padding:0px;
	margin:0px;
}

h1 {
	font-family:"Courier New", Courier, mono;
	font-size:28px;
	font-weight:bold;
	letter-spacing: -.05em;
	text-transform:uppercase;
}

h4 {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}


#vr_main {
	background: url(img/paper_tile.jpg) top center repeat-y;
	width:750px;
	margin: 0px;
	margin-bottom:10px;
	height:auto;
	min-height:100%;
	}

#vr_header {
	background: url(img/header.jpg) top left no-repeat;
	padding-top:175px;
	min-height:525px;
	height:auto;
	width:750px
}

#vr_content {
	margin-left: 196px;
	margin-right: 10px;
	margin-bottom:10px;
	height:auto;
}

#vr_content ul {
	list-style: none;
	margin-left:0px; 
	padding:10px 0px 0px 0px;
}

#vr_left_column li {
	font-size:13px;
	background-image: url(img/star.gif);
	background-repeat: no-repeat;
	background-position: .5 .4em;
	padding-left: 1.1em;
	margin-left: 10px;
}

#vr_right_column li {
	font-size:12px;
	background-image: url(img/star.gif);
	background-repeat: no-repeat;
	background-position: .5 .4em;
	padding-left: 1.1em;
}


#vr_scribble {
	background: url(img/redscribble.gif) bottom right no-repeat;
	height:auto;
	width:100%;
	margin:auto 0px 0px auto;
}

#vr_menu {
	position:absolute;
	top:6px;
	left:548px;
	width:auto;
	margin-right:5px;
}

#vr_menu ul {
	list-style: none;
	
			
}

#vr_menu li {
	margin-top:-4px;
	margin-bottom:-4px;
	text-align:right;
}

#vr_footer {
	width:460px;
	margin-left:-60px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	clear:both;
}

#vr_footer p {
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-top:3px;
}

#vr_footer a {
	margin: auto 2px;
}

#vr_left_column {
	float:left;
	width:366px;
	text-align:left;
	margin:0px;
	padding:0px;
	margin-right:0px;
}

#vr_left_column img {
	margin:4px;
	border:0px;
}
/* ORIGINAL RIGHT COLUMN - page does not stretch
#vr_right_column {
	position:absolute;
	top:240px;
	left:576px;
	width:170px;
	text-align:left;
	margin:4px;
	padding:0px;
}
*/

#vr_right_column {
	width:154px;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;
	margin-left:384px;
}

#vr_home_link {
	position:absolute;
	top:14px;
	left:36px;
	height: 57px;
	width: 443px;
	margin:0px;
	padding:0px;
}

#vr_home_link img{
	border:0px;
	margin:0px;
	padding:0px;
}

.pbcomment p{
	font-size:16px;
	font-weight:bold;
}

a:link {color:#000000;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {color:#6699FF;text-decoration:underline;}
