/* Main*/

.body{
top: 0px
}

.img{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.container {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}

.header{
background-color:#57c8fc;
width: 800px;
height: 82px;
}

.menu{
background-color:#57c8fc;
width: 800px;
height: 40px;

}

.main{
background-color:#57c8fc;
width: 800px;
height: 355px;
}

.space{
clear: left;

}

.left{

float: left;
background-color:#57c8fc;
width: 400px;
height: 450px;
color: #ffffff;
margin: 0;
list-style-type: none;
}

.right{

background-color:#57c8fc;
width: 400px;
height: 450px;
float: left;
color: #ffffff;
margin: 0;
list-style-type: none;
}

.footer{
background-color:#57c8fc;
width: 800px;
height: 20px;
font-size:8pt;
color: #ffffff;
text-align:right;
}

#space{
margin: 15px;
}

.ct{
width: 800px;
height: 400px;
background-color:#57c8fc;
text-align:center;
color: #ffffff;
}


/* profile*/

.profpic{
float:left;
background-color:#57c8fc;
width:330px;
height:440px;
padding-left:20px;
padding-top:20px;
}

.prof{
float:left;
background-color:#57c8fc;
width:450px;
height:460px;
color: #ffffff;
}

/* Link*/

.link{
background-color:#57c8fc;
width:710px;
height:500px;
padding-left:90px;
padding-top:50px;
color: #ffffff;
list-style-type: none;
}
