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

a:link {color: #ffffff; font-weight: none; text-decoration: none; font-size: 10px;}
a:active {color: #ffffff; font-weight: none; text-decoration: none; font-size: 10px;}
a:visited {color: #ffffff; font-weight: none; text-decoration: none; font-size: 10px;}
a:hover {color: #7CAD3B; text-decoration: none; font-size: 10px;}

img {border: 0px;}

body {background-image: url(img/1680x1050.jpg); background-repeat: repeat;}

#container {width: 1000px; margin: 10px auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999;}

/* header */
#header {width: 100%;}
#headerLeft {width: 50%; float: left;}
#headerRight {width: 50%; float: right; text-align: right;}

/* nav */
#nav {}
.navigation {width: 100px; height: 150px; float: left; line-height: 16px; text-align: center;}

/* footer */
#footer {float: left; width: 100%; letter-spacing: 1px; font-size: 10px; text-align: center; background-color: #000000;}

/*portfolio pages */
.portfolio {width: 100%;}

/* index page */
#left {width: 100%; float: left;}
#right {width: 18%; float: right;}
#about {}
#aboutAnimate {}
#contact {}
#resume {}

p.index {
line-height: 14px;
font-size: 10px;
background-repeat: repeat;
}

.clearer {clear: both;}
