/* CSS Document */

#left {
	width:420px;
	height:auto !important;
	height:500px;
	min-height:300px;
	float:left;
	background-color: #CC9999;
	padding: 10px 15px;
	text-align: justify;
	background-repeat: no-repeat;
}
#left .h1 {
	font-size: 110%;
	font-weight: bold;
}
#left .bold {
font-weight: bold;
}
#left_background{
	background-color: #FFFFFF;
}
td {
	font-size: 75%;
}
th{
}

#right {
	float:right;
	width:420px;
	background-color: #66FFFF;
	text-align: justify;
	padding: 10px 15px;
}

#right .h1 
{
	font-size: 110%;
	font-weight: bold;
}
.web_designer{
	font-size: 80%;
	padding-top: 50px;
	text-align: right;
}

/*{
	background:#fff;
	font-size:16pt;
	font-weight:normal;
	margin:60px 0 0 0;
	height:60px;
	line-height:60px;
	text-transform:lowercase;
	color:#339933;
	
}
*/
/*#right h1 .info {
	text-align:right;
	font-size:120%;
	color:#999;
	text-transform:uppercase;
	padding-left:40px;*/
}
#right h3{
	color: #FFFFFF;
	padding-left: 10px;
}

#right .image {
	background-color: #FFFFFF;
	padding: 4px;
	text-align: center;
}
#right p {
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
/*----------------- thumbnail code--------------------------*/
#images{
	padding-left: 55px;
	height: auto;
}
 .thumbnail
{
	float: left;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	width: 120px;
}

.clearboth { clear: both; }

#text{
	padding-left: 55px;
	width: 280px;

}
