@charset "utf-8";
/* Phone */
@import url("johnzkStyle-phone.css") only screen and (max-width:680px);
/* Tablet */
@import url("johnzkStyle-pad.css") only screen and (min-width:681px) and (max-width:799px);
/* Desktop */
@import url("johnzkStyle-desktop.css") only screen and (min-width:800px);

/* CSS Document */

/*--------start CSS site-wide styling------------------*/
* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*-------start common tags----------------*/
body {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #e1e1e1;
	background-image: url(../graphics/JohnZK-web-marketing-specialist-bottom-grid-1680x190.png);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 0;
}
h1 {
	font-size: xx-large;
	font-weight: bolder;
	line-height: 1em;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
img {
	border: 0;
}
.imgfloatright {
	float: right;
}
p {
	color: #363636;
}
p.small {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #363636;
	padding-bottom: 0px;
}
.trueWrapper {
	margin-top: 10px;
	height: 100%;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
/*--------end common tags------------------*/
/*--------Left Pinned Navigation Div------------------*/
#wordstowebby {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bolder;
}
a.gray1:link {
	color: #c2c2c2;
	text-decoration: none;
}
a.gray1:visited {
	color: #c2c2c2;
	text-decoration: none;
}
a.gray1:hover {
	color: #363636;
	text-decoration: none;
}
a.gray1:active {
	color: #c2c2c2;
	text-decoration: none;
}
a.gray2:link {
	color: #a1a1a1;
	text-decoration: none;
}
a.gray2:visited {
	color: #a1a1a1;
	text-decoration: none;
}
a.gray2:hover {
	color: #363636;
	text-decoration: none;
}
a.gray2:active {
	color: #a1a1a1;
	text-decoration: none;
}
/*---------end Left Pinned Navigation Div tags------------*/
/*--------Right Hand Content Div------------------*/
.content {
	position: relative;
	width: 540px;
	margin-right: 10px;
	float: right;
	margin-left: 20px;
}
.bodytxt-container {
	position: relative;
	background-image: url(../graphics/JohnZK.com-body-txt-body-540x10.gif);
	background-repeat: repeat-y;
}
.bodytxt {
	position: relative;
	width: 516px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 2px;
}
a.bodytxtlink:link {
	color: #448ccb;
	text-decoration: none;
}
a.bodytxtlink:visited {
	color: #448ccb;
	text-decoration: none;
}
a.bodytxtlink:hover {
	color: #0054a6;
	text-decoration: none;
}
a.bodytxtlink:active {
	color: #448ccb;
	text-decoration: none;
}
/*---------end Right Hand Content Div tags------------*/
/*-------------footer--------*/
.footer_copyright {
	font-size: 9px;
	color: #b7b7b7;
}
.footerlinkparagraph {
	font-size: 12px;
	color: #b7b7b7;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 18px;
}
a.footerlink:link {
	color: #b7b7b7;
	text-decoration: none;
}
a.footerlink:visited {
	color: #b7b7b7;
	text-decoration: none;
}
a.footerlink:hover {
	color: #363636;
	text-decoration: none;
}
a.footerlink:active {
	color: #b7b7b7;
	text-decoration: none;
}
.div_footer {
	width: 540px;
	padding-top: 10px;
	text-align: right;
}

