/* ################		BOOM TALENT		################ */


body { 
	background-image: url(/img/back-01.gif);
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
}

#container {
	width: 950px;
	margin-left: auto; 
	margin-right: auto;	
	margin-top: 15px;
}

#logo {
	float: left;
	width: 275px;	
}

#header {
	float: left;	
	width: 500px;
	height: 200px;
}

#content {
	float: left;
	width: 500px;
	margin: 7px 0 0 0;
}

#content a {
	color: #fff;
}

#content-tint {
	background: #B2773F;
	float: left;
	width: 500px;
	margin: 7px 0 0 0;
	padding: 0 15px 0 15px;
	height: 230px;
	border-top: 1px solid #EAD6BD;
	border-bottom: 1px solid #EAD6BD;
}

#content-tint a {
	color: #fff;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 950px;
	margin-left: auto; 
	margin-right: auto;	
	margin-top: 25px;
	border-top: #B2773F 1px solid;
}

.nav {
	margin: 0 0 0 22px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;	
}

.nav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: underline;
}

h2 {
	margin: 17px 0 10px 0;
	color: #fff;
	font-weight: normal;	
}

h3 {
	margin: 17px 0 10px 3px;
	color: #fff;
	font-weight: normal;	
}

.header-profile {
	background: #B2773F;
	width: 110px;
	height: 170px;
	margin: 25px 10px 0 0;
	float: left;
}

.body-profile {
	background: #B2773F;
	width: 110px;
	height: 170px;
	margin: 15px 10px 0 0;
	float: left;
}


.header-profile a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0 0 2px;
}

.body-profile a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0 0 1px;
}


.header-arrow {
	margin: 175px 0 0 0;
}

.header-arrow a {
	color: #000;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.profile-pic {
	float: left;
	margin: 0 15px 0 0;
}

.home-pic {
	border: 1px solid #fff;
}



p {
    font: 12px Helvetica, Verdana, Arial, sans-serif;
    padding: 3px 3px 7px 3px;
    margin: 0px;
    color: #fff;
}


img {
	border: 0px;
	margin: 0px;
}




