body {
	margin: 0px;
    font-family: Arial,Helvetica,sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	background-color: #BCCBD4; /*99cc99;/*#99ccff;*/
}

a, a:link {
	color: #138CCB;
}

div {
	/*border-color: #3399ff;
	border-style: solid;*/
}

span.title {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #BCCBD4; /*99cc99;/*#99ccff;*/
	text-align: center;
}

#main {
	padding: 10px;
	width: 740px;
	height: 100%;
	/*text-align: left;*/
	background-color: #FFFFFF;
	border-width: 0px 2px 0px 2px;
	border-color: #94AABC; /*009900; /*#3399ff;*/
	border-style: solid;
}

#avatar {
	float: right;
	margin: 0px 0px 0px 5px
}

#science {
    width: 300px;
    float: left;
    vertical-align: top;
	border-width: 0px;
	border-color: #3399ff;
	border-style: solid;
}

#projects {
    width: 300px;
	border-width: 0px;
	border-color: #3399ff;
	border-style: solid;
}

#internet {
    float: left;
	border-width: 0px;
	border-color: #3399ff;
	border-style: solid;
/*    position: absolute;
	right: 0px;
    top: 0px;
    height: 40px;
	margin: 0px;
	font-size: 10px;*/
}

#hobby {
	border-width: 0px;
	border-color: #3399ff;
	border-style: solid;
}

#header {
    position: relative;
    width: 740px;
    height: 70px;
	color: #FF0000;
    text-align: center;
}

#name {
    position: absolute;
    width: 740px;
    height: 100px;
	font-size: 55px;
	color: #F02129;
    text-align: center;
}

#location {
    position: absolute;
	left: 260px;
	top: 5px;
    width: 150px;
	font-size: 12px;
	color: #FF0000;
}

#spec {
    position: relative;
	left: 290px;
	top: 50px;
    width: 250px;
	font-size: 12px;
	color: #FF0000;
}

