@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/page_bg.png);
	background-repeat:repeat-x;
	background-color:#DAD3A0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
}
.container { 
	width: 982px; 
	border:1px;
	margin: 0px auto;
	margin-top:30px;
	background:#F3F3F3;
	}
.topmenu {
	background:url(http://helpdesk.mcmastertek.ca/images/t_menu_bg.png);
	background-repeat:repeat-x; 
	width:982; 
	height:50px; 
	color:#FFFFFF;
	padding-top:6px;
	text-align:left;
	padding-left:15px;
	font-weight:bold;
}
.topmenu a:link { color:#FFFFFF; text-decoration: none; }
.topmenu a:visited  { color:#FFFFFF; text-decoration: none; }
.topmenu a:hover { text-decoration:underline; }
.bottommenu {
	background:url(http://helpdesk.mcmastertek.ca/images/t_menu_bg.png);
	background-repeat:repeat-x; 
	width:982; 
	height:25px; 
	color:#FFFFFF;
	padding-top:6px;
	text-align:center;
	font-weight:bold;
}
.bottommenu a:link { color:#FFFFFF; text-decoration: none; }
.bottommenu a:visited  { color:#FFFFFF; text-decoration: none; }
.bottommenu a:hover { text-decoration:underline; }
.sidebar { float:left; height:293px; width:230px;}
.contentbox { 
	width:680px;
	background-color:#FFFFFF;
	padding:10px;
	margin-left:235px;
	text-align:left;
	min-height: 500px;
}
