body {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    text-align: center;
    }

#wrap {
    position: relative;
    width: 760px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    text-align: left;
    }

#header {
    padding: 0px;
    margin: 0px;
    height: 145px;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
    }

#headerlink {
    position: relative;
    width: 184px;
    height: 36px;
    top: 99px;
    left: 0px;
    }

#headerlink img {
    border: none;
    }

#content a, #content a:visited {
    color: #F5F5F5;
    }

#content a:hover {
    color: #000000;
    background-color: #FFFFFF;
    }

/* BEGIN NAVIGATION */

#navwrap {
    width: 760px;
    text-align: right;
    }
  
#nav {
    margin: 0px;
    padding: 7px 0px 7px 0px;
    border-top: 1px solid #FFFFFF;
    }

#nav ul, #nav li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    font-family: Tahoma, Geneva, Helvetica, san-serif;
    font-size: 12px;
    text-transform: uppercase;
    }

#nav a:link, #nav a:visited
{
    line-height: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color: #CCCCCC;
    }

#nav a:link.current, #nav a:visited.current, #nav a:hover {
    border-top: 8px solid #FFFFFF;
    padding: 2px 0px 0px 0px;
    background: transparent;
    color: #FFFFFF;
    }

#nav a:hover {
    color: #FFFFFF;
}


/* END NAVIGATION */

#main {
	background-image: url('../img/gradientBG.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	}

#main p {
    margin: 0px;
    padding: 10px;
    color: #FFFFFF;
    font-family: Arial, Geneva, Helvetica, san-serif;
    font-size: 12px;
    line-height: 18px;
    }

#randomimages {
    height: 90px;
    text-align: center;
    padding: 0px;
    border-bottom: 8px solid #FFFFFF;
    }

#content {
    margin: 0px;
    padding: 10px;
    color: #FFFFFF;
    font-family: Arial, Geneva, Helvetica, san-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    }

#content form {
    margin: 0px;
    padding: 0px;
    }

#name, #email, #message {
    width: 120px;
    }

#nameinput, #emailinput, #messageinput {
    position: relative;
    top: -20px;
    left: 120px;
    width: 300px;
    }

#content input, textarea {
    margin: 0px;
    padding: 2px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-left: 8px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Arial, Geneva, Helvetica, san-serif;
    font-size: 12px;
    }

#submit {
    position: relative;
    left: 120px;
    width: 300px;
    }

#content input.button {
    margin: 0px;
    padding: 2px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    font-family: Arial, Geneva, Helvetica, san-serif;
    font-size: 12px;
    }
    
#content td {
    color: #FFFFFF;
    font-family: Arial, Geneva, Helvetica, san-serif;
    font-size: 12px;
	}

#selectgallery {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 160px;
    }

#selectgallery ul, #selectgallery li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Tahoma, Geneva, Helvetica, san-serif;
    font-size: 12px;
    text-transform: uppercase;
    }

#selectgallery a:link, #selectgallery a:visited
{
    line-height: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color: #CCCCCC;
    }

#selectgallery a:link.current, #selectgallery a:visited.current, #selectgallery a:hover {
    border-left: 6px solid #FFFFFF;
    padding: 0px 0px 0px 2px;
    background: transparent;
    color: #FFFFFF;
    }

#selectgallery a:hover {
    color: #FFFFFF;
}

#galleryimages {
    margin: 10px 0px 0px 165px;
    padding: 0px;
    }

#randomimages img, #galleryimages img {
    margin: 1px;
    padding: 1px;
    border: none;
    }

#cv {
	margin: 0px;
	padding: 0px;
	}

/* BEGIN FOOTER */  
#footer {
    border-top: 1px solid #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    }

#footer p {
    margin: 0px;
    padding: 5px;
    color: #CCCCCC;
    font-size: 10px;
    font-family: tahoma, geneva, helvetica, san-serif;
    }
    
#footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #CCCCCC;
    }

#footer a:link.current, #footer a:visited.current, #footer a:hover {
    color: #FFFFFF;
    }
/* END FOOTER */   