/*<group=General Styles>*/

body {
	background: repeat url(http://www.computerserviceman.com/css/body_bg.png);
	text-align: center;
	font: 0.7em/1.35em Arial, Helvetica, sans-serif;

	margin: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: underline;
	text-shadow: 0px 1px 0px #ffffff;
	color: #2563ab;
}

a:hover, a:active {
	text-decoration: none;
	color: #92b1d5;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#logo {
	width: 113px;
	height: 102px;
	float: left;
}

#container {
	background: repeat-y  url(http://www.computerserviceman.com/css/content_middle.png); /* This Is The BG Color Of The Main Div */
	width: 750px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	line-height: 1.8em;
}

#container #top {
	background: url(http://www.computerserviceman.com/css/content_top.png) no-repeat;
	width: 750px;
	height: 16px;
	float: left;
}

#container #bottom {
	background: url(http://www.computerserviceman.com/css/content_bottom.png) no-repeat;
	width: 750px;
	height: 16px;
	float: left;
	position: absolute;
}

#pageHeader {
	margin-bottom: 50px;
	height: 102px;
	text-align: center;
}

#pageHeader img {
	margin: 10px;
	float: left;
}

#pageHeader h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding-top: 20px;
	text-indent: 10px;
}

#pageHeader h2 {
	color: #92b1d5;
	margin: 0px;
	font-weight: normal;
	letter-spacing: 4px;
	text-indent: 10px;
	font-size: 1.1em;
	padding-top: 4px;
}

#contentContainer {
	margin-right: 0px auto;
}

#contentContainer #content {
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	background: repeat-y  url(http://www.computerserviceman.com/css/footer_bg.png); /* This Is The BG Color Of The Main Div */
	width: 750px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	height: 39px;
	text-shadow: 1px 1px 2px #333333;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding-top: 11px;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #fafafa;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #333333;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	padding-bottom: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Global Classes>*/

blockquote {
	font-style: italic;
	color: #000000;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}
	
/*</group>*/
