body {
	margin: 0;
	text-align: center;
}

h1 {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Verdana, Geneva, sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height:1.2em;
	color: #007cc2;
}

h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2em;
	color: #007cc2;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #007cc2;
}

#wrapper {
	width: 900px;
	height: 800px;
	margin: 0 auto 0 auto;
	border: solid #000 2px;
}

#banner {
	width: 900px;
	height: 130px;
	margin: 0;
	padding: 0;
	background-image: url(images/bannerbk.gif);
	background-repeat: no-repeat;
}

#bannertop {
	width: 900px;
	height: 85px;
	margin: 0;
	padding: 0;
	/*background-color: #aaaaaa;*/
}

#network {
	float: left;
	width: 300px;
	height: 85px;
	background-image: url(images/network.gif);
	background-repeat: no-repeat;
}

#bannerbtm {
	float: right;
	width: 790px;
	height: 39px;
	margin: 0;
	padding: 0;
}

#magazine {
	float: left;
	width: 190px;
	height: 39px;
	background-image: url(images/magazine.gif);
	background-repeat: no-repeat;
}

#scollingtxt {
	float: right;
	width: 590px;
	height: 39px;
	background-image: url(images/scrollbar.gif);
}

#content {
	float: left;
	width: 900px;
	height: auto;
	margin: 0;
}

#contenttop {
	float: left;
	width: 900px;
	height: 645px;
	margin: 0;
}

#buffer {
	float: left;
	width: 25px;
	height: 240px;
	margin: 0;
}

#topcolleft {
	float: left;
	width: 315px;
	height: 240px;
	margin: 0;
}

#topcolmid {
	float: left;
	width: 320px;
	height: 240px;
	margin: 0;
	background-image: url(images/topcolmid_bk.jpg);
	background-repeat: no-repeat;
}

#topcolright {
	float: right;
	width: 190px;
	height: 240px;
	margin: 0;
}

#colleft {
	float: left;
	width: 315px;
	height: 645px;
	margin: 0;
}

#colmid {
	float: left;
	width: 320px;
	height: 645px;
	margin: 0;
	background-image: url(images/topcolmid_bk.jpg);
	background-repeat: no-repeat;
}

#colright {
	float: right;
	width: 190px;
	height: 645px;
	margin: 0;
}

#navmenu {
	float: left;
	width: 190px;
	height: 240px;
	margin: 0;
	padding: 0;
}

#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
}

#navmenu li {
	margin:0 0 2px 0;
	padding:0;
	text-align:left;
}

#navmenu li a {
	width: 190px;
	height: 38px;
	margin: 0;
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	background:  url(background.gif) #000 bottom left repeat-x;
}

#navmenu li a:hover {
	background:  url(background.gif) #ffc425 bottom left repeat-x;
	color: #000000;
}

/*content bottom starts here*/

#contentbtm {
	float: left;
	width: 900px;
	margin: 0;
}

#btmcolleft {
	float: left;
	width: 315px;
	height: 405px;
	margin: 0;
}

#btmcolmid {
	float: left;
	width: 320px;
	margin: 0;
}

#btmcolright {
	float: right;
	width: 190px;
	margin: 0;
}

#gtnavmenu {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}

#gtnavmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
}

#gtnavmenu li {
	margin:0 0 2px 0;
	padding:0;
	text-align:left;
}

#gtnavmenu li a {
	width: 188px;
	height: 70px;
	margin: 0;
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	text-align: left;
	border: solid 2px #000000;
	border-right: none;
}

#gtnavmenu li a:hover {
	border: solid 2px #ffc425;
	border-right: none;
}

.design {
	background-image: url(images/design.jpg);
}

.printing {
	background-image: url(images/printing.jpg);
}

.banners {
	background-image: url(images/banners.jpg);
}

.websites {
	background-image: url(images/websites.jpg);
}

.bodytxt {
	margin: 0 0 10px 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: left;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}

.bodytxt a {
	margin: 0 0 10px 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	color:#007cc2;
}

.bodytxt a:hover {
	text-decoration: underline;
}

.bodytxtc {
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1em;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}

.bodytxtc a {
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #007cc2;
}

.bodytxtc a:hover {
	text-decoration: underline;
}

.bodytxtbold {
	margin: 0 0 10px 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #555555;
}

#btnlink {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#btnlink ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#btnlink li {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

#btnlink li a {
	width: 210px;
	height: 38px;
	margin: 0;
	display: block;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	text-indent: 15px;
	color: #ffffff;
	background:  url(background.gif) #000 bottom left repeat-x;
}

#btnlink li a:hover {
	background:  url(background.gif) #ffc425 bottom left repeat-x;
	color: #000000;
}

.btnlink{
	width: 155px;
	height: 30px;
	margin: 0;
	display: block;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background:  url(background.gif) #000 bottom left repeat-x;
}

.btnlink:hover {
	background:  url(background.gif) #ffc425 bottom left repeat-x;
	color: #000000;
}

#footer {
	float: left;
	width: 900px;
	height: 25px;
	background-color: #007cc2;
}

#leftfoot {
	float: left;
	margin: 0 0 0 25px;
}

#rightfoot {
	float: right;
	margin: 0 10px 0 0;
}

.footertxt {
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 2em;
	text-align: center;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

.footertxt a {
	text-decoration: none;
	color:#000000;
}

.footertxt a:hover {
	text-decoration: underline;
	color:#000000;
}

.pricetxt {
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.header {
	margin: 0px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	text-align: left;
	text-indent: 25px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.ptxt {
	margin: 0;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

