@charset "UTF-8";
/* CSS Document */
body{
background-color:#FFFFFF;
}
#container{
margin-left: 40px;
margin-right: 40px;
margin-top: 40px;
margin-bottom: 40px;
}
#logo{
float: left;
width: 244px;
height: 62px;
background-image:url(../images/logo.png)
}
#logo:hover{
float: left;
width: 244px;
height: 62px;
background-image:url(../images/logoHover.png)
}
#nav{
float: right;
margin-top: 35px;
}
#resume{
float: left;
width: 88px;
height: 19px;
background-image:url(../images/resume.png);
margin-right: 7px;
}
#resume:hover{
float: left;
width: 88px;
height: 19px;
background-image:url(../images/resumeHover.png);
margin-right: 7px;
}
#portfolio{
float: left;
width: 101px;
height: 19px;
background-image:url(../images/portfolio.png);
margin-right: 7px;
}
#portfolio:hover{
float: left;
width: 101px;
height: 19px;
background-image:url(../images/portfolioHover.png);
margin-right: 7px;
}
#etc{
float: left;
width: 51px;
height: 19px;
background-image:url(../images/etc.png);
margin-right: 7px;
}
#etc:hover{
float: left;
width: 51px;
height: 19px;
background-image:url(../images/etcHover.png);
margin-right: 7px;
}
#contact{
float: left;
width: 82px;
height: 17px;
background-image:url(../images/contact.png);
}
#contact:hover{
float: left;
width: 82px;
height: 17px;
background-image:url(../images/contactHover.png)
}
#about{
float: left;
clear:left;
width: 15%;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#FFFFFF;
margin-top: 59px;
background-image:url(../images/damask.png);
background-repeat:repeat;
padding-left:15px;
padding-right:10px;
}
#body{
float: right;
width: 80%;
margin-top:40px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#000000;
margin-bottom:40px;
}
#body h3{
margin-bottom: 0px;
font-weight:bolder;
}
#body p, ul{
margin-top: 0px;
list-style:none
}
#body a{
text-decoration:none;
color:#009900;
}
#body a:hover{
text-decoration:underline;
}
#body2{
margin-top:40px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#000000;
margin-bottom:40px;
}
#body2 h3{
margin-bottom: 0px;
font-weight:bolder;
}
#body2 p, ul{
margin-top: 0px;
list-style:none
}
#body2 a{
text-decoration:none;
color:#009900;
}
#body2 a:hover{
text-decoration:underline;
}
#myInfo{
float: left;
width: 300px;
height: 300px;
}
#myInfo p{
margin: 0px;
}