/* 
	2 Guys Web 
	
	*/

html {
	background-color: #909090;
	font-family: "arial";
	color: black;
	font-size: 80%;
}
body	{
	text-align: center;	
}
#main	{
	margin: 0px auto 0px auto;
	text-align: left;	
	width: 717px;
	background-image: url(../images/skin/repeat.jpg);
	background-repeat: repeat-y;
}
#header	{
	height: 128px;
	margin: 0px;
	background-image: url(../images/skin/header.jpg);
	image-repeat: no-repeat;
}
#top	{
	clear: both;
	
	}
#nav_top	{
	float: left;
	width: 201px;
	background-image: url(../images/skin/leftNav_top.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#rightTop	{
    float: right;
	background-image: url(../images/skin/rightTop.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 47px;
}
#topStuff	{
margin: 0px;
float: left;
}
#nav, #botFix		{
  	float: left;
	width: 201px;
	margin: 0px;
}

#nav_mid	{
	background-image: url(../images/skin/repeatleft.jpg);
	background-repeat: repeat-y;
}
#nav_bot	{
	background-image: url(../images/skin/leftNav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
#nav a		{
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		margin-left: 40px;
		padding-left: 5px;
		font-size: 14;
		font-family: "Times New Roman", Times, serif;
		}
#nav a:hover	{
		color: #909090;
		font-weight: bold;
		text-decoration: none;
		}
#rightSide, #botRightFix	{
	float: right;
	width: 47px;
	margin: margin: 0px 0px 0px -15px;
}

#rightMid	{
	background-image: url(../images/skin/rightMid.jpg);
	background-repeat: repeat-y;
}
#rightBot	{
	background-image: url(../images/skin/rightBottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#content {
	margin: 0px;
}
#insideContent	{
	margin: 5px 50px 5px 195px;
	width: 460px;
}
#footer	{
	background-image: url(../images/skin/footer.jpg);
	background-position: top;
	height: 83px;
	text-align: center; 
	clear: both;
	margin: 0px;
	image-repeat: no-repeat;
}
#footer a	{
		color: white;
		text-decoration: none;
		}
#footer a:hover	{
		color:black;
		text-decoration: none;
		}
/* Search */
#search {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	color: white;
	font-weight: bold;
}
#search input {
	width: 100px;
	background-color: #b2bbe7;
	border: 1px solid white;
}
#search td {
	color: white;
	font-weight: bold;
}
.highlight {
	background-color: yellow;
}
/* Links and Fonts */

a		{
		color: #990000;
		text-decoration: underline;
		}
a:hover	{
		color:black;
		text-decoration: none;
		}
p		{
		text-indent: 15px;
		}
h3		{
		font-style: italic;
		}
button	{
		background-color: #b2bbe7;
		border: #2644D7 1px solild;
		color: white;
}
/* Bordered Table */

.table_border table	{
		background-color: #b2bbe7; 
		}
.table_border th	{
		color: white;
		}
.table_border td	{
		background-color: white;
		}
/* Special Stizz */
.paddLeft	{
	padding-left:15px;
	padding-right: 7px;
	text-align:right;
}