@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
line-height: 16px;
background-color:#252525;
}

p{
margin: 0 0 10px 0;
}

a:link, a:visited {
color: #666666;
text-decoration:none;
font-weight:normal;
font-size: 11px;
line-height: 15px;
}

a:hover {
color: #FFFFFF;
text-decoration:none;
font-weight:normal;;
font-size: 11px;
line-height: 15px;
}

#wrapper{
width: 630px;
height: 330px;
}

#topbar{
width: 630px;
height: 27px;
float:left;
}

#row-two{
width: 630px;
overflow:auto;
float:left
}

#portrait {
width: 228px;
height: 258px;
float: left;
}

#main-text {
width: 333px;
padding: 15px 47px 0 22px;
float: left;
}

.link-wrap{
padding: 0;
}

.close #closing{
width: 27px;
height: 27px;
text-indent: -9999px;
float:right;
}

a#closing:link, a#closing:visited {
background: url(../images/close.png) left top;
}

a#closing:hover {
background: url(../images/close.png) left bottom;
}

.about-me{
width: 102px;
height: 34px;
text-indent:-9999px;
background-image:url(../images/about-me.gif);
}
