/*links*/
a:link {
font-weight: bold;
color: #999966;
text-decoration: none
}

a:visited {
font-weight: bold;
color: #999966;
text-decoration: none
}

a:hover {
font-weight: bold;
color: #ffffff;
text-decoration: none
}

/*global*/

h1{
color: #ffffff;
}

html{
text-align: center;
background-color: #96969a;
color: #999999;
font-family: Arial;
font-size: .8em;
line-height: 1.8em;
}

body {
margin:0px;
}


ul{
margin: 0px;
list-style-type: none;
width:940px;
height:30px;
}

li{
text-align: left;
width: 80px;
float:left;
}

/*divs*/
#container {
margin:auto;
width: 1024px;
height: 1330px;
}


#container-gallery {
margin:auto;
width: 1024px;
height: 1000px;
}

#container-resume {
margin:auto;
width: 1024px;
height: 1650px;
}

#container-showreel {
margin:auto;
width: 1024px;
height: 1100px;
}

#banner {
width: 1024px;
height: 647px;
}

#text-area {
margin-left: 42px;
width: 940px;
height: 700px;
background-color: #000000;
}

#text-area-gallery {
margin-left: 42px;
width: 940px;
height: 400px;
background-color: #000000;
}

#text-area-showreel {
margin-left: 42px;
width: 940px;
height: 500px;
background-color: #000000;
}

#article {
width: 700px;
text-align: left;
padding-left: 40px;
}

#gallery {
width: 900px;
text-align: left;
padding-left: 40px;
}

#footer {
background-color: #000000;
margin-left: auto;
margin-right:auto;
width: 940px;
height: 40px;
line-height: 3em;
margin-bottom: 80px;
}

#resume {
background-color: #000000;
margin-left: 42px;
text-align: left;
width: 898px;
height: 30px;
}

#resume-table {
background-color: #000000;
text-align: left;
width: 940px;
height: 950px;
}

/* table */
table {
font-size: 1em;

}

