#mainbox
{
	position: relative;
	width: 900px;
	min-height: 500px;
	margin: auto;
	margin-bottom: 50px;
	padding: 0px;
	border: 1px solid #FFF;
	margin-top: 0px;
	background: none;
    font-family: Times new roman;
	color: #BBB;
    letter-spacing: 1px;
    font-size: 22px;	
	z-index: 5;	
	
	background: #CAC3C9;
    background: -webkit-linear-gradient(#CAC3C9, #DFD8BB);
    background: -o-linear-gradient(#CAC3C9, #DFD8BB);
    background: -moz-linear-gradient(#CAC3C9, #DFD8BB);
    background: linear-gradient(#CAC3C9, #DFD8BB);
	
    -webkit-filter: drop-shadow(10px 10px 10px #111);
    filter: drop-shadow(10px 10px 10px #111);	
}

#mainbox table
{
    width: 100%;
	left: -2px;
    position: relative;
    padding-bottom: 5%;
}

#maintextbox
{
	position: relative;
	float: left;
	width: 800px;
	left: 50px;
	top: 25px;
	height: 90%;
	background-color: #C6BFA3;
	font-family: Arial;
    color: #535045;
    font-size: 11pt;
}

#maintextbox h2
{
	position: relative;
	width: 98%;
	top: 0px;
	padding-left: 2%;
	margin: 0px;
	background-color: #AAA48C;
	font-family: Arial;
    color: #535045;
    font-size: 11pt;
	line-height: 30px;
}

#profiletext
{
	position: relative;
	float: left;
	width: 760px;
	padding: 20px;
    margin-top: 2%;	
	left: 50px;
	top: 25px;
	height: 90%;
	background-color: #C6BFA3;
	font-family: Arial;
    color: #535045;
    font-size: 11pt;	
}

@media screen and (max-width: 900px)
{
	#mainbox
	{
		width: 100%;
		border: none;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		margin-bottom: 0px;
	}
	
	#mainbox table
	{
		left: 0px;
	}
	
	#maintextbox, #profiletext
	{
		position: relative;
		width: 90%;
		left: 5%;
		height: 90%;
		padding-left: 0px;
		padding: 0%;
	}
	
	#profiletext
	{
		padding: 3%;
		width: 84%;		
	}
}

@media screen and (max-width: 500px)
{
	#maintextbox, #profiletext
	{
		width: 96%;
		height: 90%;
		left: 2%;
		top: 5px;
		padding-left: 0px;
		padding: 0%;
	}
	
	#profiletext img
	{
		width: 100%;
	}
}