@media only screen and (max-width: 1030px) {
	#wrapper{
		width: 100%;
	}
	#wrapper2{
		width: 80%;
	}
	.fullFrame{
		margin: 10px;
		display: inline-block;
		background: #fff;
		width:370px;
		height:238px;
		background-image:url('../images/halfFrame.jpg');
	}
	.innerFrame{
		position: absolute;
		top:27px;
		left:27px;
	}
	.innerFrame img{
		width:316px;
	}
	#profileLeft{
	float: left;
	width:55%;
	}
	#profileRight{
		float: right;
		width:45%;
		
	}
	#profileLeft1{
	width:70%;
	}
	#profileRight1{
		width:30%;
		text-align: right;
	}
}
@media only screen and (max-width: 980px) {
	.video{
		width:600px;
		height:338px;
	}
}

@media only screen and (max-width: 900px) {
	#bannerBreed{
	position: absolute;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	background-image:url('../images/breed2.png');
	background-size: 100% 100%;
	z-index: 100;
}
	#wrapper2{
		width: 98%;
		padding:4px;
	}
	.logo{
		width: 102px;
		margin-left: 20px;
	}
	.profileFrame{
		text-align: center;
		margin:10px auto;
		display: block;
		background: #fff;
		width:280px;
		height:180px;
		background-image:url('../images/smallFrame.jpg');
	}
	.profileInnerFrame{
		position: absolute;
		top:21px;
		left:21px;
	}
	.profileInnerFrame img{
		width:238px;
	}
	#profileLeft{
	width:45%;
	}
	#profileRight{
		width:55%;
	}
	
	
}


@media only screen and (max-width: 650px) {
	#bannerBreed{
		position: absolute;
		top:0px;
		right:0px;
		width:80px;
		height:80px;
		background-image:url('../images/breed2.png');
		background-size: 100% 100%;
		z-index: 100;
	}
	.links{
		margin:0px;
	}
	.links li{
	display: block;
	float: right;
	clear:both;
	min-width: 160px;
    border-left: 6px #253557 solid;
    border-bottom: 0px;
    position: relative;
    margin-top: 5px;
    }
    .links li a{
	padding:8px 10px 8px;
    }
    .topTitle{
	color:#fff;
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 0px;
	border-bottom: 0px;
	}
    .bottomTitle{
	display: none;
	}
	.links li:hover{
	background: #253557;
    border-left: 6px #a2a1a5 solid;
    border-bottom: 0px;
    }
    #header{
	width: 100%;
	min-height:180px;
	background:#2d3e62;  
	background-image:url('../images/backBlue.gif');
	background-repeat:repeat-x;
	}
	.fullFrame{
		margin: 10px;
		display: inline-block;
		background: #fff;
		width:280px;
		height:180px;
		background-image:url('../images/smallFrame.jpg');
	}
	.innerFrame{
		position: absolute;
		top:21px;
		left:21px;
	}
	.innerFrame img{
		width:238px;
	}
	#wrapper2 h1{
		width: 100%;
	}
	#profileLeft{
	display: block;
	clear: both;
	width:100%;
	}
	#profileRight{
		display: block;
		clear: both;
		width:100%;
	}

	.video{
		width:300px;
		height:169px;
	}
	.profileImage{
		width:280px;
	}
	#profileLeft1{
	width:100%;
	}
	#profileRight1{
		width:100%;
		text-align: right;
	}
	.logoThinger{
		width:100px;
	}
	.profileLeft{
		margin-top: 45px;
	}
	.footerLeft{
		display: block;
		width:100%;
		text-align: center;
		margin:0px;
		padding:0px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.footerRight{
		display: block;
		width:100%;
		text-align: center;
		margin:0px;
		padding:0px;
	}
	
	.footerRight a{
		margin-left: 2px;
		margin-right: 2px;
	}
	#wrapper2{
		padding-bottom: 20px;
	}
	#profilePhoto{
		text-align: center;
	
	}
	#profilePhoto h4{
		width: 270px;
		text-align: left;
	}
	#wrapper2 h9{
	width:92%;
	text-align: left;
	}
	
}