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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#container {
	width: 943px; 
	height: 692px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	top: 20px;
}

#logo {
	position: absolute; 
	top: 27px;
	left: 0px;
	border:none;
}

#body {
	position: absolute;
	top: 215px;
	left: 45px;
	border:none;
}

#copy {
	position: absolute;
	bottom: 0px;
	left: 320px;
	border:none;
}

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

#nav img {
	border-style: none;
}

#portfolio {
	border:none;	
	position:absolute;
	left: 773px;
	top: 10px;
}

#text {
	width: 404px;
	height: 190px;
	position:absolute;
	top: 235px;
	left:70px;
}

a:link {
	color: #A2A2A2;
	text-decoration:none;
}
a:visited {
	color: #A2A2A2;
	text-decoration:none;
}
a:hover {color: #666;
	text-decoration:none;
}

/* class divisions */

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;
	letter-spacing: auto;
	color:#666;
	text-align:justify;
}