/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 100% Verdana, Geneva, sans-serif;
}


body {
	 background-color: #cbd8d2;
	 margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
     padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
     text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 800px;
  text-align: left; /* Redefines the text alignment defined by the body element. */

}

img {
     margin: 0px;
  	 padding: 0px;
  	 border: none;
} 

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 120% Verdana, Geneva, sans-serif;
}
	
#infoDiv {
     background-color: transparent; 
	 position: absolute; 
	 left: 400px; top: 65px; 
	 z-index: 1000; 
	 border: none; 
	 padding: 0px; 
	 width: 300px; 
	 height: auto; 
	 overflow: visible;
	 text-align: left;
}

.floatleft {
     float: left;
	 width: auto;
	 height: auto;
	 padding-right: 10px;
	 padding-top: 0px;
	 padding-bottom: 10px;
	 padding-left: 0px;
	 margin-bottom: 0px;
}

.floatright {
	 float: right;
	 width: auto;
	 height: auto;
	 padding-left: 10px;
	 padding-top: 0px;
	 padding-bottom: 10px;
	 padding-right: 0px;
	 margin-bottom: 0px;
}

.center {
     text-align: center; 
	 display: block;
     margin-left: auto;
     margin-right: auto; 
}

.caption {
     color: white; 
	 font-family: verdana, arial, helvetica, sans-serif; 
	 letter-spacing: .1em;
	 font-size: 10px; 
	 font-style: normal; 
	 line-height: 13px; 
	 text-decoration: none;
}

.menu {
     color: white; 
	 font-family: verdana, arial, helvetica, sans-serif; 
	 letter-spacing: .1em;
	 font-size: 10px; 
	 font-style: normal; 
	 line-height: 13px; 
	 text-decoration: none;
}

.content {
	 color: white; 
	 font-family: verdana, arial, helvetica, sans-serif; 
	 letter-spacing: .1em;
	 font-size: 10px; 
	 font-style: normal; 
	 line-height: 13px; 
	 text-decoration: none;
}

.title {
	 border: 2px solid white;
	 color: white; 
	 font-family: verdana, arial, helvitica, sans-serif; 
	 letter-spacing: .5em;
	 font-size: 1em; 
	 font-style: normal; 
	 line-height: .5em; 
	 text-decoration: none; 
	 adding-left: 5px;
	 padding-right: 10px; 
	 padding-top: 3px; 
	 padding-bottom: 3px;
}

.subtitle {
	 color: white; 
	 font-family: verdana, arial, helvetica, sans-serif; 
	 letter-spacing: .3em;
	 font-size: 11px; 
	 font-style: normal; 
	 line-height: 11px; 
	 text-decoration: none;
}

#thumbsbox {
	background-color: #999999;
	position: absolute;
	text-align: left;
	padding: 10px;
	top: 65px;
	left: 150px;
	border: 2px solid #bbbbbb;
	height: auto;
	width: 210px;
	z-index: 1;
}

#contentbox {
	background-color: #999999;
	position: absolute;
	text-align: left;
	padding: 10px;
	top: 60px;
	left: 130px;
	border: 2px solid #bbbbbb;
	height: auto;
	width: 550px;
	z-index: 1;
}

#profilebox {
	background-color: transparent;
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 70px;
	left: 20px;
	border: none;
	height: auto;
	width: 90px;
	z-index: 5;
}


#menubox {
	background-color: transparent;
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 165px;
	left: 20px;
	border-right: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-top: 2px solid #bbbbbb;
	height: auto;
	width: 120px;
	z-index: 6;
}


#movie {
	background-color: transparent;
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 265px;
	left: 20px;
	border-right: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-top: 2px solid #bbbbbb;
	height: auto;
	width: 320px;
	z-index: 6;
}

#moviejadon {
	background-color: transparent;
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 387px;
	left: 399px;
	border-right: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
	border-left: 2px solid #bbbbbb;
	border-top: 2px solid #bbbbbb;
	height: auto;
	width: 320px;
	z-index: 6;
}

#paintingbox {
	background-color: transparent;
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 5px;
	left: 14px;
	bottom-border: none;
	height: auto;
	width: auto;
	z-index: 0;
}

#headerbox {
	background-color: transparent;
	position: absolute;
	text-align: center;
	padding: 10px;
	top: 4px;
	left: 253px;
	border: none;
	height: auto;
	width: 375px;
	z-index: 4;
}

#headerbox2 {
	background-color: transparent;
	position: absolute;
	text-align: center;
	padding: 10px;
	top: 30px;
	left: 253px;
	border: none;
	height: auto;
	width: 375px;
	z-index: 4;
}



#websitebox {
	background-color: transparent;
	position: absolute;
	text-align: center;
	padding: 10px;
	top: 29px;
	left: 253px;
	border: none;
	height: auto;
	width: 375px;
	z-index: 4;
}

#imagebox {
	background-color: transparent;
	position: absolute;
	text-align: center;
	padding: 10px;
	top: 80px;
	left: 212px;
	border: none;
	height: auto;
	width: 400px;
	z-index: 4;
}

a.linky:link {	
	border: none;
	color:	#555555;
	background:	none;
	text-decoration: none;
	padding: 1px;
	font-size: 12px;
}	
		
a.linky:visited	{
	border: none;
	color:	#555555;
	background:none;
	text-decoration: none;
  	padding: 1px;
	font-size: 12px;
}	
		
a.linky:visited:hover {
	border: none;
	color:	#000;
	background:	none;
	text-decoration: none;
	padding: 1px;
	font-size: 12px;
}	
	
a.linky:active {	
	border: none;
	color:	#555555;
	background:	none;
	text-decoration: none;
	padding: 1px;
	font-size: 12px;
}		
		
a.linky:hover {
	border: none;
	color:	#000;
	background:	none;
	text-decoration: none;
	padding: 1px;
	font-size: 12px;
}	

a.norm:link	{	
	border: none;
	color:	white;
	background:	#bbbbbb;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	
		
a.norm:visited {
	border: none;
	color:	white;
	background:	#bbbbbb;
	text-decoration: none;
	border: none;
	display: block;
  	padding: 1px;
}	
		
a.norm:visited:hover {	
	border: none;
	color:	#555555;
	background:	#cccccc;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	
	
a.norm:active {	
	border: none;
	color:	white;
	background:	#bbbbbb;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}		
		
a.norm:hover {	
	border: none;
	color:	#555555;
	background:	#cccccc;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}		

a.normon:link {	
	border: none;
	color:	white;
	background:	#999999;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	
		
a.normon:visited {
	border: none;
	color:	white;
	background:	#999999;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	
		
a.normon:visited:hover {	
	border: none;
	color:	white;
	background:	#999999;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	
	
a.normon:active	{	
	border: none;
	color:	white;
	background:	#999999;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}		
		
a.normon:hover {	
	border: none;
	color:	white;
	background:	#999999;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px;
}	

ul {
	list-style-type: square;
}







	
