﻿body {
	background-color: #FFFFFF;
	background: url('images/pcassist_left_bkground.gif') repeat-y;
	margin: 0;
	padding: 0;
}

#page {
	min-width: 1020px; 
	min-height: 760px;
	background-color: #C0C0C0;
}
#masthead {
	background-position: left top;
	height: 106px;
	/*min-width: 1020px; */
	background-image: url('images/pcassist_top_bkground.gif');
	background-repeat: no-repeat;
}
#top_nav {
}

#main_body {
	/*min-width: 1020px; */
	/*min-height: 510px; */
}
body a {
 color:#000080;
}

body a.visited {
 color:#00FF00;	
}
#leftsidebar {
	background-image: url('images/pcassist_left_bkground.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	width: 120px;
	float: left;
	height: 640px;
}
#infobar {
	border: 1px none #87B187;
	margin-left: 125px;
	margin-right: 145px;
	padding: 5px;
	background-color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
}
#content {
	border-width: 0px;
	border-style: none;
	margin-left: 125px;
	margin-right: 145px;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#rightsidebar {
	width: 120px;
	float: right;
}

#footer {
	clear: both;
	text-align: center;
}
#ads
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	text-align: center;
	border-left-color: #000000;
	width: 110px;
}

#ads img
{
	width:100px;
}

