/* MAIN */

body{
	background-color: #372926;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}

/* CONTAINERS */

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:800px;
}

#mainblock{position:absolute; left:0px; top:0px; width:1000px; height:866px; z-index:1;}

#banner{position:absolute; width:500px; height:100px; z-index:3; left: 40px; top: -1px;}

#resume{position:absolute; width:72px; height:134px; z-index:4; left: 246px; top: 117px;}

#demoreel{position:absolute; width:72px; height:134px; z-index:5; left: 302px; top: 83px;}

#shotbreakdown{position:absolute; width:72px; height:134px; z-index:4; left: 424px; top: 116px;}



#reel{
	position: absolute;
	left: 88px;
	top: 235px;
	width: 700px;
	height: 515px;
	z-index: 6;
}


#blogcontainer{
	position: absolute;
	left: -52px;
	top: 240px;
	width: 908px;
	height: 518px;
	z-index: 6;
}


#scrollareaSMALL{
	position: absolute;
	left: 0px;
	top: 44px;
	width: 622px;
	height: 478px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8C3A9;
	margin: 0px;
	padding: 0px;
	z-index: 6;


}

#scrollareaBLOG{
	position: absolute;
	left: 82px;
	top: 250px;
	width: 588px;
	height: 378px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	margin: 0px;
	padding: 0px;
	z-index: 6;


}






/* TEXT STYLE */

a.links:link {
	color: #D8C3A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 120%;
} 
a.links:visited {
	color: #D8C3A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 120%;
} 
a.links:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	line-height: 120%;
} 
