html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	font:12px Tahoma;
	color:#222222;
}

img {
	border-width:0px;
}

#main {
	height:600px;
	width:100%;
	position: relative;
	top: 50%;
	margin-top: -300px;
}

#alex {
	display:block;
	margin-left:180px;
	margin-bottom:26px;
	width:376px;
	height:58px;
}

#alex img {
	width:376px;
	height:58px;
}


#left-menu {
	width:157px;
	height:417px;
	margin-right:17px;
	float:left;
	text-align:right;
}

#bio {
	display:block;
	margin-top:3px;
	margin-bottom:27px;
}

#bio img {
	width:26px;
	height:14px;
}

#portraits {
	display:block;
	margin-bottom:46px;
}

#portraits img {
	width:72px;
	height:17px;
}

#fashion {
	display:block;
	margin-bottom:7px;
}

#fashion img {
	width:64px;
	height:15px;
}

#advphotos {
	display:block;
	margin-bottom:5px;
}

#advphotos img {
	width:96px;
	height:17px;
}

#beauty {
	display:block;
	margin-bottom:5px;
}

#beauty img {
	width:57px;
	height:17px;
}

#contact {
	display:block;
	margin-bottom:11px;
}

#contact img {
	width:64px;
	height:14px;
}

#photos {
	overflow:auto;
	height:436px;
}

#photos img {
	margin-right:7px;
}

a {
	color:#222222;
}

a.visited {
	color:#222222;
}

a.hover {
	text-decoration:none;
}

