/* -------------------------- */
/*   TJ WILK ONLINE CSS    */
/* © 2008 tjwilk-online.com */
/* -------------------------- */

/* Page Body */
body {
	margin: 0px auto;

	text-align: left;

	scrollbar-face-color: #10CDE1;
	scrollbar-shadow-color: #10CDE1;
	scrollbar-highlight-color: #10CDE1;
	scrollbar-3dlight-color: #10CDE1;
	scrollbar-darkshadow-color: #C6C6CA;
	scrollbar-track-color: #B3B3B3;
	scrollbar-arrow-color: #B3B3B3;
	scrollbar-base-color: #10CDE1;

	font-family: Verdana,Tahoma,Arial,Helvetica;
	font-size: 10pt;
	line-height: 13pt;

	color: #000000;

	background: #000000 url('http://tjwilk-online.com/images/BG.PNG');
	background-position: top left;
	background-repeat: repeat-y;
}

/* Default <td> text and text size */
td {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
}

/* Links */
a:link, a:visited {
	text-decoration: none; font-weight: underline;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none; font-weight: underline;
	color: #000000;
}


/* Page Wrapper */
div.wrapper {
	width: 750px;
	height: 100%;

	text-align: justify;
}


/* Box Formatting */
div.box {
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 13pt;

	text-align: justify; 
	color: #000000;
}

/* Box Links */
div.box a:link {
	color: #000000;
}

div.box a:visited {
	color: #000000;
}

div.box a:hover {
	color: #000000;
}


/* Shake Image */
.shakeimage {
	position: relative;
}

/* -------------------------- */
/*   TJ WILK ONLINE CSS    */
/* © 2008 tjwilk-online.com */
/* -------------------------- */


/* Headers */
div.main_header {
	padding: 3px;
	margin-bottom: 3px;

	width: 100%;

	background-color: #10CDE1;
	text-align: center;

	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

	color: #000000;
}


/* Main Page Body */
div.main_body {
	padding: 3px;
	padding-left: 4px;

	margin-bottom: 10px;

	width: 100%;

	background-color: #91B7BB;
	text-align: left;

	font-family: Tahoma;
	font-size: 10pt;
	line-height: 13pt;

	color: #000000;
}


/* Navigation Links */
div.main_body a:link, div.main_body a:visited {
	color: #ffffff;
}

div.main_body a:hover {
	color: #000000;
}


.a1 {
	position: relative;
	font-family: Verdana;
	font-size: 20px;
	color: #000000;
}

/* -------------------------- */
/*   TJ WILK ONLINE CSS    */
/* © 2008 tjwilk-online.com */
/* -------------------------- */


/* Navigation Header */
div.nav_header {
	padding: 3px;
	margin-bottom: 3px;

	width: 100%;

	background-color: #328686;
	text-align: right;

	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

	color: #000000;
}

/* Navigation Body */
div.nav_body {
	padding: 3px;
	padding-left: 4px;

	margin-bottom: 3px;

	width: 100%;

	background-color: #A9A9A9;
	text-align: center;

	font-family: Tahoma;
	font-size: 10pt;
	line-height: 13pt;

	color: #000000;
}


/* Navigation Links */
div.nav_body A:link {
	color: #FFFFFF;
}

div.nav_body A:visited {
	color: #FFFFFF;
}

div.nav_body A:hover {
	color: #000000;
}


