/********************************************

   HTML ELEMENTS

********************************************/ 

body {
	background: white;
	font: 12px arial, Verdana, Tahoma, sans-serif;
	color: black;
	text-align: left;
	background-image: url(../images/shadow.png) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;

}


/********************************************

   LAYOUT

********************************************/ 


#wrap {

	width: 100%;

	margin: 0 auto;
	
}


/****BEGIN - BANNER***/ 


#bannerlong {

	margin: 0 auto;

	width: 100%;

	height: 150px;
	
	background:#4185FD;

	/*background: url(../images/banner1.png) no-repeat;*/

}


#bannerwrap {
	position:relative;
	margin: 0 auto;
	width: 1000px;
	background:#1239fd;
	background-color: #4186FF;

}


#banner {
	position:relative;
	margin:auto;
	width: 820px;
	height: 150px;
	background:#1239fd;
	left:80px;
	background: url(../images/banner.jpg) no-repeat;

}

#logo{
	
	position:absolute; top:70px; left:70px;
		
	width:126px;
	
	height:105px;
	
	background: url(../images/logo.png) no-repeat;
	
}

#name{
	
	position:absolute; left:50px; top:10px;
		
	width:385px;
	
	height:70px;
	
	background: url(../images/name.png) no-repeat;
	
}

.horiLine{
	
	background:url(../images/hline-white.png) no-repeat #4185FD;
	
	width:100%;
	height:10px;
	
}

#footer{
	position:relative;
	font-size:10px;
	width:100%;
	height: 30px;
	
	clear:both;
	background-color: #4185FD;
	
}

#footer p{
	
	text-align:center;
	
	margin:0 auto; padding-top:5px;
	
	color:#FFF;
}

#footer A:link {

	text-decoration: underline; color:#FF4343;

}


.sep{
	width:100%;
	height:30px;
	background-image: url(../images/shadow.png) repeat-x;
	
}


/********************************************

   Links Properties

********************************************/


A:link {

	text-decoration: underline; color:#FFFFFF;

}

A:visited {
	
	text-decoration: underline; color:#FFFFFF;

}


A:hover {
	
	text-decoration: underline; color: #FF4343;

}


.profilepic{
	width:200px;
	height:170px;
	float:left;
	position:relative;
	margin-bottom:10px;	
}.hold{
	width:20%;
	height:auto;
	float:left;
}

.profilepic1{
	width:200px;
	height:auto;
	position:relative;
	left:15px;	
}


