body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	}
a{
	text-decoration: none;
	color: inherit;
	}

h1{
	margin: 0px;
	font-variant: small-caps;
	padding: 20px 0px 20px;
	}
#head{
	width: 100%;
	background: #434343;
	z-index: 500;
	}
#headContent{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 20px 15px;
	}
#profileName{
	font-size: 35px;
	color: #ffffff;
	}
#closeMenu{
	width: 100%;
	display: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	padding-top: 10px;
	}
#headBreak{
	clear: both;
}
#headContent ul{
	padding: 0px;
	float: right;
	max-width: 600px;
	margin-top: -20px;
	}
#headContent ul li{
	display: inline;
	text-decoration: none;
	color: #c0c0c0;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	}
#headContent ul li:hover{
	background: #3a3a3a;
	color: #ffffff;
	}
#personalImg{
	width: 100%;
	background: #e3e3e3;
	min-height: 550px;
	}
#personalImg img{
	width: 90%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
#profileAbout{
	/*background: url(../images/k1.jpg);*/
	background: #f65432;
	background-size: 100% 200%;
	width: 100%;
	}
.content{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
.content h1{
	text-align: center;
	}
.color{
	color: #ffffff;
	}
.noColor h1{
	color: #f65432;
	}
.noColor .title{
	font-size: 20px;
	background: #f65432;
	color: #ffffff;
	padding: 5px 10px 5px 20px;
	margin-left: -20px;
	}
.profilePic{
	float: left;
	width: 35%;
	}
.profilePic img{
	width: 250px;
	border-radius: 50%;
	padding: 50px;
	}
ul li{
	list-style-type: square;
	}
#profileExperience{
	background: #e3e3e3;
	width: 100%;
	padding-bottom: 30px;
	}
.story{
	padding: 15px 10px 10px 10px;
	}
.even .story{
	background: #ffffff;
	}
.odd .story{
	background: #e3e3e3;
	}
#profileQualification{
	width: 100%;
	padding-bottom: 30px;
	}
#profileContact{
	/*background: url(../images/w1.jpg);*/
	background: #e3e3e3;
	background-size: 100%;
	width: 100%;
	padding-bottom: 30px;
	}
#contactDetails{
	float: left;
	width: 660px;
	}
#contactDetails img{
	width: 30px;
	height: 30px;
	}
#contactDetails tr td{
	padding: 10px;
	}
label{
	padding: 15px 30px 15px 55px;
	}
input[type="text"]{
	border: none;
	padding: 15px;
	width: 40%;
	margin-left: 60px;
	font-family: 'Open Sans', sans-serif;
	}
textarea{
	border: none;
	padding: 15px;
	width: 840px;
	margin-left: 60px;
	font-family: 'Open Sans', sans-serif;
	}
input[type="text"]:focus{
	border: none;
	}
input[type="button"]{
	border-bottom: solid 2px #f65432;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 10px;
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #f65432;
	background: #ffffff;
	margin-left: 330px;
	}
#footer{
	width: 100%;
	background: #434343;
	padding: 20px 0px 20px;
	font-size: 12px;
	}
.right{
	float: right;
	}
.container {
    width: 80%;
    height: 200px;
    background: aqua;
    margin: auto;
    padding: 10px;
}
.one {
    width: 25%;
    float: left;
	border-right: solid 3px #f65432;
}
.two {
    padding-left: 35%;
}
.two img{
	width: 100%;
}