@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.PTWtwoColFixLt #container {
	width: 992px;
	margin: 0 auto;
	text-align: left;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 8 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
}
.PTWtwoColFixLt #header {
	height: 135px;
	/*border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #BEC5D7;
	*/
	background-image: url(../images/headers/header_PTW_BlackAspenFiestaSm.jpg);
	background-repeat: no-repeat;
	z-index: 1050;
} 
.PTWtwoColFixLt #header h1 {
	padding: 0;
	position: absolute;
}
.PTWtwoColFixLt #sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	color: #FDF9D7;
}
.PTWtwoColFixLt #mainContent {
	margin: 0PX 5PX 5PX 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 5px 8px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	color: #FDF9D7;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PTWtwoColFixLt #footer {
	padding: 0 10px 0 20px;
	color: #FC6;
	font-size: x-small;
	text-align: center;

} 
.PTWtwoColFixLt  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.PTWtwoColFixLt #nav {
	height: 2.2em;
	width: 992px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.TextBlock {
	margin: 30px;
}
.MidContainer {
	background: #69C;
	margin: 30px;
	padding: 30px;
	border: thin solid #6FF;
}
.TextWrapper {
	margin: 28px;
	background-color: #181818;
	border-width: 3px;
}
/* --------------------------------
My links 
----------------------------------*/

.AddedLinks {
	text-align: center;
}
a:link {
	color: #F93;
	background-color: #000;
}a:hover {
	color: #900;
	background-color: #000;
}
a:active {
	color: #600;
	background-color: #000;
}
a:visited {
	color: #F60;
	background-color: #000;
}
/*-------------------------------
My tables
--------------------------------*/
#mainContent table#pricingTbl {
	width: 675px;
	bordercolorlight: "#cccc99";


	bordercolordark="#000000" ;
	border: 1px solid;
	border-collapse: collapse;
}

#mainContent #pricingTbl thead{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: normal;
}		  
#mainContent #pricingTbl tbody{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .625em;
	color: #fff; </*--white*/
	text-align: center;
}#mainContent #pricingTbl caption{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-weight: lighter;
	text-align: left;
	padding-bottom: 0.5em;
}
#mainContent #pricingTbl th{
	font-weight: normal;
	background-color: #666;
	vertical-align: bottom;
	text-align: center;
	height: 40px;
	bordercolorlight: "#cccc99";
	bordercolordark="#000000" ;
	border: 1px solid ;

}
#mainContent #pricingTbl tr{

}
#mainContent #pricingTbl td{
	text-align:right;
	padding: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.8em;
	border: 1px solid;

}
