@charset "UTF-8";

/*Page Layout Elements*/
/****************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
}

/* Where the header image goes*/
#headerimage{
	padding-top: 105px;
	margin-left: 54px;
}

/*Position and background of main content*/
#content{
	width: 1000px;
	height: 690px;
	background-color: #ded9d5;
	margin-left: 54px;
	position:absolute; top: 200px;
}

*Position and background of tv content*/
#moviecontent{
	width: 1000px;
	height: 740px;
	background-color: #ded9d5;
	margin-left: 54px;
	position:absolute; top: 200px;
}

/*Position and background of links*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: sienna;
background-color: none;
width: 9em;
padding: .4em 1em;
text-decoration: none;
font-size: 1.6em;
}

#navcontainer a:hover
{
background-color: burlywood;
color: #FFF;
}

#navcontainer ul li .active
{
text-decoration: underline;
color: #000;
}

#linkpatch{
	width: 140px;
	height: 250px;
	position: absolute; top: 220px; left: 54px;
}
/*Position and background of images and text area*/
#home{
	width: 608px;
	height: 55px;
	background-color: #ded9d5;
	position: absolute; top: 220px; left: 250px;
	text-align:center;
}
/*Position and background of images and text area*/
#cv{
	width: 608px;
	height: 55px;
	background-color: #ded9d5;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#tilepatch{
	width: 608px;
	height: 512px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}

/*Position and background of images and text area*/
#socialpatch{
	width: 305px;
	height: 472px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}



/*Position and background of images and text area*/
#portrait{
	width: 608px;
	height: 512px;
	background-color: #ded9d5;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#moviegallery{
	width: 608px;
	height: 476px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#moviepatch{
	width: 240px;
	height: 180px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#webgallery{
	width: 492px;
	height: 351px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#drawergallery{
	width: 606px;
	height: 561px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 250px;
}
/*Position and background of images and text area*/
#othergallery{
	width: 542px;
	height: 204px;
	background-color: #FFFFFF;
	position: absolute; top: 220px; left: 300px;
}
/*Position and background of images and text area*/
#othergallery2{
	width: 542px;
	height: 204px;
	background-color: #FFFFFF;
	position: absolute; top: 422px; left: 300px;
}
/*Position and background of images and text area*/
#othergallery3{
	width: 542px;
	height: 204px;
	background-color: #FFFFFF;
	position: absolute; top: 624px; left: 300px;
}
/*Text and font descriptions*/


h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}