/* CSS Document */

#boxout {
	background: #efefef url("/img_assets/designer_profile_box.gif") top left no-repeat;
	float: right; 
	width: 280px; 
	margin-left: 20px; 
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 35px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 120%;
} 
#boxout img {
	border: 1px solid #000000; 
	margin-bottom: 1em;
} 
#boxout img, #boxout p {
	margin-left: 10px;
	margin-right: 10px;
}
#boxout p {
	font-size: 120%;
	line-height: 1.2em;
	color: #000000;
	padding: 0;
}
#boxout_news {
	background: #1ea2ea url("/img_assets/new_corner.jpg") top left no-repeat;
	float: left; 
	width: 300px; 
	margin-right: 30px; 
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 35px;
	color: #fff;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 120%;
}
#boxout_ads {
	background: #1ea2ea url("/img_assets/ad_corner.jpg") top left no-repeat;
	float: left; 
	width: 130px; 
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 35px;
	color: #fff;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 100%;
}
.img_left {
	float: left;
	margin: 10px;
	border: 1px solid #572637;	
}
.img_right {
	float: right;
	margin: 10px;
	border: 1px solid #572637;
}
.img_right_mag {
	float: right;
	margin: 5px;
	border: 1px solid #666666;
}
.dropdownlist {
	background-color: #ffffff;
	color: #28aef5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a {color: #666666; text-decoration: none; }
a:hover {color: #999999; text-decoration: none; }

