@charset "utf-8";

body  {

	background: #666666;

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0px;

	text-align: center;

	font-family: Tahoma;

	font-size: 12px;

}

.twoColFixRtHdr #container {

	width: 780px;

	margin: auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-image: url(images/lo_bg.gif);

	color: #999999;

} 

.twoColFixRtHdr #header {

	height: 120px;



} 

.twoColFixRtHdr #sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 144px;

	display: inline;

}



a:visited {

	color: #FFFF99;

	text-decoration: none;

}

a:link {

	color: #FFFF99;

	text-decoration: none;

}



a:hover {

	color: #6699FF;

	text-decoration: none;

}







#nav {

	height: 34px;

	background-image: url(images/nav_bg.gif);

	background-repeat: repeat-x;

}







.twoColFixRtHdr #mainContent {

	width: 636px;

	float: left;



} 

.twoColFixRtHdr #footer {

	height: 35px;

	padding-top: 0;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 20px;

	background-color: #6699FF;

	background-image: url(images/footer_bg.gif);

	background-repeat: repeat-x;

} 



#txt_con_1 {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(images/1st_txt_bg.gif);
	border: 1px solid #FFCC00;
	padding-top: 10px;
	background-repeat: repeat-x;
	padding-right: 5px;
	margin-left: 10px;
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 20px;
	width: 600px;
}



#thumb1 {

	float: left;

	height: 90px;

	margin-top: 10px;

}

.txt_thumb1 {

	float: left;

	margin-left: 10px;

	margin-top: 10px;

	width: 250px;

}

.twoColFixRtHdr #container #mainContent #txt_con_1 #allportfolio .txt_thumb1 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #6699FF;

	text-decoration: none;

}



h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #6699FF;

	margin: 0px;

}





img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

}

.contentside {

	color: #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

}



.ads_img {

	height: 80px;

}

.ads1_desc {

	height: 60px;

	margin-top: 5px;

	font-size: 12px;

	color: #FFCC00;

}



p {

	margin-top: 8px;

	margin-bottom: 8px;

}



#txt_lf2 {

	float: left;

	width: 297px;

	margin-left: 10px;

	background-image: url(images/lf_bg.gif);

	border: 1px solid #FFCC00;

	padding-top: 10px;

	padding-left: 5px;

	height: 120px;

	background-repeat: repeat-x;

	margin-right: 8px;

	display: inline;

}

#txt_rt3 {

	float: left;

	width: 297px;

	height: 120px;

	background-image: url(images/lf_bg.gif);

	border: 1px solid #FFCC00;

	padding-top: 10px;

	padding-left: 5px;

	background-repeat: repeat-x;

	display: inline;

}





.twoColFixRtHdr #footer p {

	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	color: #FFFFFF;

	font-size: 10px;

	float: left;

	padding-top: 10px;

	padding-right: 0;

	padding-bottom: 5px;

	padding-left: 0;

	display: inline-block;

}

#google_side {

	width: 130px;

	padding-top: 20px;

	padding-left: 5px;

	padding-right: 5px;

}



.h1 {

	font-family: tahoma;

	font-size: 13px;

	font-weight: bold;

	color: #6699FF;

}

#footer_right {

	float: right;

	height: 10px;

	margin-right: 65px;

	margin-top: 10px;

	font-size: 10px;

	color: #FFFFFF;

	display: inline-block;

	padding-bottom: 5px;

	margin-left: 390px;

}



.h2 {

	font-size: 11px;

	font-weight: bold;

	color: #FFCC00;

}



#recent {

	width: 608px;

	margin-top: 20px;

	float: left;

	margin-left: 10px;

	background-image: url(images/last_bg.gif);

	background-repeat: repeat-x;

	padding-top: 10px;

	padding-left: 5px;

	border: 1px solid #FFCC00;

	margin-bottom: 20px;

	display: inline;

}

#ad1 {

	float: left;

	width: 190px;

	margin-left: 6px;

	background-color: #333333;

	margin-top: 10px;

	height: 150px;

	padding: 2px;

	display: inline;

	margin-bottom: 10px;

}

#ad2 {

	padding: 1px;

	float: left;

	width: 190px;

	margin-left: 7px;

	background-color: #333333;

	margin-top: 10px;

	height: 150px;

	display: inline;

	margin-bottom: 10px;

}

#ad3 {

	background-color: #333333;

	float: right;

	height: 150px;

	margin-top: 10px;

	margin-right: 10px;

	padding: 1px;

	width: 190px;

	display: inline;

	margin-bottom: 10px;

}





.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;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 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;

}

.h3 {

	font-size: 11px;

	font-weight: bold;

	color: #FFCC00;

	background-color: #666666;

	background-position: center center;

	border: 1px dotted #CCCCCC;

}

#contentside {

	padding-top: 5px;

	padding-left: 5px;

	line-height: 18px;

}

#blank_sd {

	background-color: #6699FF;

	width: 144px;

	height: 30px;

}

#googleads {

	height: 120px;

	float: left;

	width: 615px;

	margin-left: 10px;

	margin-bottom: 20px;

	display: inline;

}

#allportfolio {

	height: 100px;

	width: 450px;

	margin-top: 20px;

	border: 1px solid #FFCC00;

	margin-left: 84px;

	padding-right: 10px;

	background-image: url(images/lf_bg.gif);

	background-repeat: repeat-x;

	padding-left: 5px;

}

#btn {

	float: left;

	width: 350px;

	height: 34px;

	display: inline;

}

#tempcontents {

	margin-top: 21px;

	margin-right: 10px;

	margin-left: 10px;

	border: 1px solid #FFCC00;

	background-image: url(images/1st_txt_bg.gif);

	background-repeat: repeat-x;

	padding: 5px;

	width: 600px;

	margin-bottom: 10px;

	display: inline-block;

}

#price_table {

	width: 500px;

	margin: 0 auto;

}
