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

body {
	font-family: Arial, Helvetica sans-serif;
	font-size: 11px;
	background-image: url(images/paper_02.jpg);
	background-repeat: repeat;
	color: #666666;
}

.text {
	font-family: Arial, Helvetica sans-serif;
	font-weight: normal;
}

.textbold {
	font-family: Arial, Helvetica sans-serif;
	font-weight: bold;
	margin-right: 5px;
}

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0px;
  margin: 4em 0 4em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}


	
#container {
	padding-left: 60px;
	padding-top:50px;
	width:1000px;
	height: 1400px;
}

#content {
	position: relative;
	left: 315px;
	margin-top:-188px;
	text-align: left;
	width: 605px;
}

#name {
	position: relative;
	top: 0px;
	left: 0px;
	width: 263px;
}

#motion {
	position: relative;
	top: 30px;
	left: 0px;
	width: 263px;
}

#print{
	position: relative;
	top: 45px;
	left: 0px;
	width: 263px;
}

#illustration {
	position: relative;
	top: 60px;
	left: 0px;
	width: 263px;
}

#resume {
	position: relative;
	top: 60px;
	left: 0px;
	width: 263px;
}

#contact {
	position: relative;
	top: 75px;
	left: 0px;
	width: 263px;
}

#about {
	position: relative;
	top: 100px;
	left: 0px;
	width: 263px;
	text-align: right;
}

#popup {
	position: absolute;
	top: 25px;
	left: 20px;
	text-align: left;
	height: auto;
	width: 605px;
}

h1#brandon {
	width:264; height:82px;
	background: url('images/brandon_sugiyama.png') no-repeat; 
	text-indent:-1000px;
	}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica sans-serif;
	font-weight: normal;
	font-size: 11px;
}