/* ------ HOME PAGE THREE COL STYLES ------ */

#actions {
	position: relative;
	width: 940px;
	height: auto; 
	margin-top: 10px;
	margin-bottom: 20px;
}

#actions img {
	margin-bottom: 9px;
}

#actions a {
	text-decoration: none;
}

#actions p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 1.7;
	margin-bottom: 9px;
	padding-right: 10px;
	padding-left: 10px;
}
#actions h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #ff3300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-bottom: 15px;
}
#actions li {
	font-size: 14px;
	line-height: 2;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 9px;
}
#actionOne {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	padding-bottom: 15px;	
}
#actionOne img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#actionTwo {
	margin-left: 320px;
	margin-right: 320px;
	padding-bottom: 15px;
}

#actionThree {
	position: absolute;
	right: 0px;
	width: 300px;
	top: 0px;
	padding-bottom: 15px;
}

#actionBio {
	position absolute;
	width: 615px;
	height: 350px;
	right: 0px;
	top: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: justify;
}

#actionBio ul {
	margin-right: 10px;
	margin-left: 10px;
}

#actionPhoto {
	position: absolute;
	right: 0px;
	width: 300px;
	top: 0px;
}

#actionPhoto img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fff;
}


#actionOne, #actionTwo, #actionThree, #actionBio, #actionPhoto {
	background-color: none;
	border: 2px solid #333;
	-webkit-border-radius: 5px 5px;	
	-moz-border-radius: 5px 5px;	
}


	
