html, p, li, ul, img, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	font: 67.5%/100% Verdana, sans-serif;
	background: #333333;
	text-align: center;
}

h1{
	font: 2em/1.4em Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
}

h2{
	font: bold 1.2em/1.4em Verdana, sans-serif;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

h3{
	font: bold 1.2em/1.4em Verdana, sans-serif;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

p{
  font: 1em/1.4em Verdana, sans-serif;
}

p a:link, p a:visited, li a:link, li a:visited{
	color: white;
	text-decoration: underline;
}

p a:hover, p a:visited:hover, li a:hover, li a:visited:hover{
	color: red;
	text-decoration: underline;
}

a{
	cursor: pointer;
}

img{

}

ul{

}

li{
	list-style: none;
}

/*Page layout*/

#container{
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
}

#header{
	float: left;
	width: 960px;
	height: 240px;
	background: #999999;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 10px;
}

#navigation{
  float: left;
  width: 960px;
	border: 1px solid #CCCCCC;
	background: black url(../images/960_navbg.jpg) repeat-x top left;
	/*padding: 10px 0px;*/
}

#navigation li{
  display: inline;
  font: 1.6em/1.2em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0px;
}

#navigation li a:link, #navigation li a:visited{
  color: white;
  text-decoration: none;
  padding: 0px 40px;
}

#navigation li a:hover, #navigation li a:visited:hover{
  color: white;
  text-decoration: none;
  background: red url(../images/960_navbg2.jpg) repeat-x top left;
  padding: 0px 40px;
}

#content{
  float: left;
  width: 960px;
  background: #444444;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	color: white;
}

#sectiontext{
  float: left;
  width: 500px;
  padding: 20px;
}

#sectiontext p, #sectiontext li{
  margin: 1em 0;
}

#sectiontext li{
  list-style: inside disc;
  text-indent: 20px;
}

#sectionpic{
  float: left;
  width: 400px;
  height: 400px;
  background: white;
  border: 1px solid #222222;
  margin: 20px 0px;
}

#portfolioarea{
  float: left;
  width: 920px;
  min-height: 200px;
  padding: 20px;
}

#portfolioarea img.portfoliothumbnail{
  width: 120px;
  height: 120px;
  background: white;
  margin: 3px;
  border: 1px solid #cccccc;
}

#portfoliotitle{
  float: left;
  width: 500px;
  text-align: left;
}

#portfolionav{
  float: left;
  width: 420px;
  text-align: right;
}

.skillheading{
  font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  color: #cccccc;
  margin-top: 10px;
  padding: 5px 0px;
}

#portfolioarea a:link img.portfoliothumbnail, #portfolioarea a:visited img.portfoliothumbnail{
  border: 1px solid #cccccc;
}

#portfolioarea a:hover img.portfoliothumbnail, #portfolioarea a:visited:hover img.portfoliothumbnail{
  border: 1px solid red;
}

.evenrow{
	background: #444444;
}

.oddrow{
	background: #555555;
}

input{
	border: 1px solid black;
}

textarea{
	border: 1px solid black;
}

.formbutton{
	background: black;
	color: white;
}


#character .character, #logo .logo, #storyboard .storyboard, #lineart .lineart, #sketchbook .sketchbook{
	background: black;
	color: red;
}

span{
	display: none;
}

#footer{
	float: left;
	width: 920px;
	height: 60px;
	background: #999999;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 10px 20px;
	margin: 0px;
  margin-bottom: 10px;
}

#footer p{
  font: 1em/1.4em Arial, Helvetica, sans-serif;
	color: white;
}

#footer a:link, #footer a:visited{
  color: white;
  text-decoration: none;
}

#footer a:hover, #footer a:visited:hover{
  color: white;
  text-decoration: underline;
}

.textright{
  text-align: right;
}
