/* CSS Document */
/* V6 */

h1 {
	float:left;
	font-family: helvetica, arial, sans-serif;
	font-size: 50px;
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
	border-top: 1px;
	padding: 10px;
}

h2 {
	float:right;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	border-top: 1px;

}

/* Links at the top right start*/

ul li {
	display: inline;
	list-style: none;
	font-size:12px;

}

ul {
	float: right;
}

li {
	padding-right: 5px;
}

/*Links at top right end*/

/* page backgrounds start*/

#home {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#photography {
	background-image:url('dog.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#animation {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left top;
}

#maya {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#interactivity {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#sketches {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#contact {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#bio {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

#linksPage {
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
}

/* page backgrounds end*/

#header {
	width: 840px;
	height: 80px;
	background-color:#FFFFFF;
	font-family: helvetica, arial, sans-serif;
	border-bottom-color: #06C;
	margin: 0;
	border-top: 1px;
	font-size: 12px;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333333;
}

#page {
	width: 800px;
	height: 600px;
	border: thick;
}

#content {
	width: 800px;
	padding: 1px;
	left: 2px;
	top: 80px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}


#contentanimation {
	width: 800px;
	height: 640px;
	padding: 1px;
	left: 2px;
	top: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background-image:url('kids.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left top;
}


#designer {
	background-color:#FFFFFF;
	width: 848px;
	height: 20px;
	padding: 4px;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color:#333333;
	left: 0px;
	top: 875px;
	border-bottom: 10px;
	border-top: 20px;
}

#footer {
	font-family: helvetica, arial,  sans-serif;
	background-color:#FFFFFF;
	width: 850px;
	font-weight: bold;
	height: 22px;
	text-align:left;
	left: 1px;
	top: -60px;
}

#links {
	background-color:#FFFFFF;
	width: 848px;
	height: 20px;
	padding:10px 1px 1px 1px;
	text-align: justify;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color:#006699;
	left: -3px;
	top: 392px;
}

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

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

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

/*div id AND div class? */
#page #content p {
	text-align: right;
}
#page #content p {
	text-align: left;
	font-style: italic;
}
#page #content p {
	text-align: left;
}

