body {
max-width: 800px;
background: url(../images/personals-bg.gif) #7A003C;
margin: 0 auto !important;
float: none !important;
color: #555555;
font-family: Arial,Verdana,Helvetica,sans-serif;

}

/* unvisited link */
a:link {
    color: #000000;
	text-decoration: underline;
}

/* visited link */
a:visited {
    color: #666666;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #7A003C;
	text-decoration: underline;
	font-weight:bold;
}

/* selected link */
a:active {
     color: #00CC99;
	 text-decoration: underline;
}

/* photos */
img {
	max-width: 100%;
	height: auto;
}

/* h1 responsive*/
	@media (max-width: 500px) {
h1 {
  font-size: 20px;
}
}

/* wrap code */

	#wrap {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.leftside {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
		.rightside {
			display: table-cell;
			width: 50%;
			padding: 0px;
		}
	}

/* wrap code2 */

	#wrap2 {
    	border: 0px;
	}
	
	@media (min-width: 500px) {
		.row {
			display: table;
			table-layout: fixed;
			width: 100%;
		}
		.leftside2 {
			display: table-cell;
			width: 60%;
			padding: 0px;
		}
		.rightside2 {
			display: table-cell;
			width: 40%;
			padding: 0px;
		}
	}
