body {background-color:#E0E5E5;
 
font-size:12px;
}

#wrapper{ float:left; width:980px; margin-left:40px; margin-top:30px;
}

#mainSection{width:640px;float:left;}
 
#rightSection{width:300px;float:left; margin:5px; padding:5px;
	-webkit-box-shadow: -2px 2px 5px  #888;
	-moz-box-shadow: -2px 2px 5px #888;
	box-shadow: -2px 2px 5px #888;
	background-color: rgba(20, 20, 20, 0.7);
	color: rgba(0,0,0, 1);
}
#bottomSection{float:left;width:100%;}
 
.profiledBox {float:left; width:228px; height:200px; margin:5px; padding:5px;

	-webkit-box-shadow: -5px 5px 15px  #1f39bf;
	-moz-box-shadow: -5px 5px 15px #1f39bf;
	box-shadow: -5px 5px 15px #aaa;
	background-color: rgba(240, 240, 240, 0.8);
	color: rgba(0,0,0, 1);
 
font-family: verdana ;
color: #111;
text-decoration: none;
word-spacing: 0.05em;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.2em;
 
 }
 
.profiledBoxHover {float:left; width:230px; height:200px; margin:5px; padding:5px;
	-webkit-box-shadow: -5px 5px 15px  #319bfb;
	-moz-box-shadow: -5px 5px 5px #319bfb;
	box-shadow: -5px 5px 15px #31fbfb;
	background-color: rgba(240, 240, 240, 0.8);
	color: rgba(0,0,0, 1);
 }
 
 
.profiledBox h2 {}
 
 
 
 
.colProfiledBox {float:left; width:620px; min-height:100px; margin:5px; padding:5px; margin-bottom:20px;
	-webkit-box-shadow: -2px 2px 5px  #888;
	-moz-box-shadow: -2px 2px 5px #888;
	box-shadow: -2px 2px 5px #888;
	background-color: rgba(240, 240, 240, 0.9);
	color: rgba(0,0,0, 0.9);
 
 }
 
.mediumProfileBox{
	background-color: rgba(240, 240, 240, 0.7);
	color: rgba(0,0,0, 1);
	margin-bottom:5px;
	padding:5px;
 
font-family: Georgia;
color: #222;
text-decoration: none;
text-align: left;
letter-spacing: 1px;
line-height: 1.2em;
font-size: 1.2em;
 
	}
.lowProfileBox{
	background-color: rgba(240, 240, 240, 0.5);
	color: rgba(0,0,0, 1);
	margin-bottom:5px;
	padding:5px;
 
font-family: Georgia;
color: #222;
text-decoration: none;
text-align: left;
letter-spacing: 1px;
line-height: 1.2em;
font-size: 1.2em;
}
 
 
.clear{clear:both; float:left;}

