/*
-----------------------------------------------
Name:     Kristina Wong
Designer: Atomic Kitchen
URL:      www.kristinawong.com
----------------------------------------------- */

/*GLOBAL*/
body{
background-image:url(images/kwong_wallpaper.jpg);
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center center;
margin-top:0px;
font-family:verdana;
font-size:10px;
color:#333333;
line-height:20px;
text-align:justify;
margin:0;
}
#wrapper{
position:relative;
width:100%;
height:100%;
margin:auto;
border:0;
}
#topbanner{
position:absolute;
top:0px;
left:0px;
background-color:#000000;
width:100%;
height:25px;
}
#topblackstripe{
position:absolute;
top:138px;
left:0px;
background-color:#000000;
width:760px;
height:8px;
}
#buttons{
position:absolute;
top:0;
left:0px;
width:550px;
height:25px;
background-color:#000000;
}
#titlename{
background-image:url(images/titlename.jpg);
position:absolute;
top:0;
right:10px;
width:500px;
height:25px;
display:block;}
#contact{
position:right;
top:38px;
left:15px;
background-color:#000000;
}
#nav{
background-color:#000000;
position:absolute;
top:15px;
left:210px;
width:535px;
height:75px;
}
#mainimage{
position:absolute;
top:50px;
left:10px;
background-image:url(images/title.jpg);
background-repeat:no-repeat;
width:500px;
height:425px;
display:block;
background-color:#ffffff;
}
#contentcontent{
position:absolute;
top:50px;
left:475px;
width:475px;
background-color:#ffffff;
}
#resumename{
position:absolute;
top:165px;
left:210px;
background-color:#ffffff;
}
#bottomstripe1{
position:absolute;
top:475px;
left:0px;
background-color:#000000;
width:450px;
height:25px;
}
#bottomstuff{
position:absolute;
top:515px;
left:10px;
background-color:#ffffff;
width:425px;
}

/*TEXT*/
#maintext{
position:absolute;
top:50px;
left:475px;
width:475px;
}
.contenttext{
font-family:verdana;
font-size:10px;
color:#333333;
line-height:20px;
text-align:justify;
}
.contacttext{
font-family:verdana;
font-size:10px;
color:#999999;
line-height:12px;
text-align:left;
}
.credittext{
font-family:verdana;
font-size:9px;
color:#999999;
line-height:12px;
text-align:left;
padding: 7px 10px 7px 10px;
}
#credittext a:link{
font-family:verdana;
font-size:9px;
color:#a8a8a8;
text-decoration:none;
}
#credittext a:active{
font-family:verdana;
font-size:9px;
color:#a8a8a8;
text-decoration:none;
}
#credittext a:visited{
font-family:verdana;
font-size:9px;
color:#a8a8a8;
text-decoration:none;
}
#credittext a:hover{
font-family:verdana;
font-size:9px;
color:#666666;
text-decoration:underline;
}
.backlink{
text-align:right;
}
a:link{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
a:active{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
a:visited{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
a:hover{
font-family:verdana;
font-size:10px;
color:#1e1e1e;
text-decoration:underline;
}
#contactlink{
position:absolute;
top:225px;
left:355px;
width:490px;
}
#contact a:link{
font-family:verdana;
font-size:10px;
color:#a8a8a8;
text-decoration:none;
}
#contact a:active{
font-family:verdana;
font-size:10px;
color:#a8a8a8;
text-decoration:none;
}
#contact a:visited{
font-family:verdana;
font-size:10px;
color:#a8a8a8;
text-decoration:none;
}
#contact a:hover{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:underline;
}
#varlinks{
position:absolute;
top:220px;
left:355px;
width:490px;
}
#varlinks a:link{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
#varlinks a:active{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
#varlinks a:visited{
font-family:verdana;
font-size:10px;
color:#666666;
text-decoration:none;
}
#varlinks a:hover{
font-family:verdana;
font-size:10px;
color:#1e1e1e;
text-decoration:underline;
}

/*EXHIBITION BUTTON*/
#navexhibition{
position:absolute;
top:0px;
left:435px;
width:100px;
height:75px;
display:block;
}
#navexhibition a:link{
background-image:url(images/nav_exhibition.jpg);
background-repeat:no-repeat;
width:100px;
height:75px;
display:block;
}
#navexhibition a:active{
background-image:url(images/nav_exhibition.jpg);
background-repeat:no-repeat;
width:100px;
height:75px;
display:block;
}
#navexhibition a:visited{
background-image:url(images/nav_exhibition.jpg);
background-repeat:no-repeat;
width:100px;
height:75px;
display:block;
}
#navexhibition a:hover{
background-image:url(images/nav_exhibition_on.jpg);
background-repeat:no-repeat;
width:100px;
height:75px;
display:block;
}

