/*
**	Styles for index page.
*/
#header{
	height: 100px!important;
	padding-top: 40px;
}

	.logo_tab a{
		display: block;
		width: 304px;
		height: 51px;
		background: url(../img/logo.png) left top no-repeat;
		float: left;
		margin-top: 2px;
	}

	.menu_tab{
		margin-left: 30px;
	}
	
/*
**	Sort out the boxes.
*/
.left_box{
	width: 404px!important;
	padding-top: 25px!important;
}

.right_box{
	width: 466px!important;
	padding-top: 25px!important;
}


/*
**	Replace text with image.
*/	
.create_portfolio h2{
	background: url(../img/create_portfolio.png) left top no-repeat;
	width: 457px;
	height: 90px;
	margin-top: 40px;
	margin-bottom: 25px;
}

.get_started {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 100px;
}

.get_started a{
	font-size: 115%;
	text-transform: uppercase;
	line-height: 50px;
}

	.get_started .sign_up{
		display: block;
		float: right;
		width: 100px;
		height: 50px;
		margin-left: 5px;
		margin-right: 125px;
		background: url(../img/sign_up.png) left top no-repeat;
	}
	
		.get_started .sign_up:hover{
			background-position: left bottom;
		}
		
/*
**	Portfolio icon.
*/
.portfolio_img{
	background: url(../img/hire_me.png) center top no-repeat;
	height: 384px;
}


.news{
		float: left;
		margin: 5px;
		margin-top: 15px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #3f3a2b;
		padding: 5px;
		width: 880px;
	}


