@charset "utf-8";
/* CSS Layout */

* {
	padding: 0;
	margin: 0;
}

img {
	cursor: pointer;
	border:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#wrapper {
	margin: 0 auto;
	width: 990px;
	height: 570px;
}

#logolink {
 	position:relative;
 	top: 0px;	
	float: left;
	height: 160px;
	width: 626px;
	background-position: left;
	background-repeat: no-repeat;
}

#header {
	width: 990px;
	border-bottom-width: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#PSJLogo {
	background-image: url(../images/PSJ-Computer-Services.jpg);
	position:relative;
	float:right;
	width:364px;
	height:104px;
}

#phonebox {
	position:relative;
	top: 104px;
	width:364px;
	height:56px;
	float:right;
	background-color:#6590ba;
}

#phoneNo {
	position:relative;
	text-align:center;
	font-style:normal;
	font-size: 16px;
	font-weight: bold;
	color: #dfeffc;
}

#sidebar {
	float:left;
	width:200px;
}

#content {
	position:relative;
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 406px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
		background-color: #f8fcff;
}

#content_main {
	position:relative;
	margin-top: 30px;
	margin-right:50px;
	float:right;
	width:660px;
	height:200px;
	border-color:#00C;
	border:2px;
	background-color: #f8fcff;
}

#content p {
	margin-left: 40px:
	color: #000;
}

#content_main p {
	padding-bottom: 10px;
}

#navBar {
	margin-left: 0;
/* position absolute was required here to make this work in ie7 */	
	position:absolute;
	bottom: 0px;
	background-position:bottom;
	border: 1px solid #6590ba;
	width: 11.4em;
	height: 272px;
	background-color:#6590ba;

}

h1 {
	font-size: 1.6em;
	color:#6590ba;
}
#footer {
	width: 990px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#footer p {
		font-size: 7pt;
	margin: 0;
	text-align: center;
	color: #6590ba;
}

#footer a {
	color: #6590ba;
}

