body {
	padding: 0;
	background-image: url("../images/blueBlackFade.png");
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #3451c3;
	font: 76% verdana,tahoma,sans-serif;
	color: #303030;
}
#TextBoxContent {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right; 
	width: 20em; 
	height: 24em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif;
	font-size: 16px;
	font-weight: normal;
}
#padding {
	padding: 1em;
	background-color:inherit;
	height:420px;
}
#innerpage {
	/* Background image: */
	padding: 1em;
	height: 20em;
}
.menutitleHome{
	display:block;
	width:125px;
	padding:4px 2px 4px 10px;
	font-size:1.1em;
	font-weight:bold;
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .8; 
	color:#286ea0;
	border:1px solid #FF9900;
}
.menutitleHome:hover{
	background-color:#FFFF99;
	color:#660066;
	border:1px solid #dadada;
}

.menutitleHome a:hover{
	color:#FF9900;
}

.submenuHome{
	margin-bottom: 0em;
}

a{
	text-decoration:none;
	background-color:inherit;
	font-weight:bold;
	color:#286ea0;
}

/*
a:hover{
	background-color:inherit;
	color:#207732;
}
*/

#dropmenudiv a:hover{  /* this is extra styling in addition to JS created dropmenu styling */
	text-decoration: none; 
	color: #FF6600;
}

h1{
	margin:0;
	font-size:3.6em;
	letter-spacing:-2px;
	text-align:right;
	background-color:inherit;
	color:#003;
	z-index: 10; /* I need todo this z-index with position relative in order to get MattyTat title to show over the container to see the bottom of the Y */
	position: relative;
}

h2{
	margin:5px 0 10px 0;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:normal;
}

p{
	margin:0 0 15px 0;
	line-height:1.3em;
}

#title{
	margin:20px auto -9px auto;
	width:700px;
}

#container{
	margin:0 auto 15px auto;
	width:700px;
	padding:10px;
	color:#303030;
	border:20px solid #505050;
	background-color:#FFFFFF;
	background-image: url("http://www.mattytat.com/images/tikiMaskBackgroundPic.jpg");
	background-repeat: no-repeat;
}

#sidebar{
	float:left;
	width:110px;
	padding-left:50px; 
}

#footer{
	clear:both;
}

#footerLink{
	text-decoration:none;
	background-color:inherit;
	font-weight:bold;
	color:#FFFFFF;
}

#footerLink a{
	text-decoration:none;
	background-color:inherit;
	font-weight:bold;
	color:#FFFFFF;
}

#footerLink a:hover{
	text-decoration:underline;
	background-color:inherit;
	font-weight:bold;
	color:#6666CC;
}

#siteMapLink{
	text-decoration:none;
	background-color:inherit;
	font-weight:bold;
	color:#FFFFFF;
}

#siteMapLink a{
	text-decoration:none;
	background-color:inherit;
	font-weight:bold;
	color:#FFFFFF;
}

#siteMapLink a:hover{
	text-decoration:underline;
	background-color:inherit;
	font-weight:bold;
	color:#6666CC;
}

.credits{
	margin-bottom:0;
	font-size:0.8em;
	background-color:inherit;
	color:#FFFFFF;
}

.credits a{
	background-color:inherit;
	color:#aaaaaa;
}

a.one { 
	font-weight: bold; 
	text-decoration: none; 
	color: #339933;
} 

a.one:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990066;
}

a.one:hover, a.one:active { 
	text-decoration: underline; 
	color: #FF6600;
} 

a.two { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3333FF;
} 

a.two:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990066;
} 

a.two:hover, a.two:active { 
	text-decoration: underline; 
	color: #FF6600;
} 

.xlink {cursor: crosshair}
.hlink{cursor: help}
.hourglass{cursor: progress}
.notallowed{cursor: not-allowed}
.downarrow{cursor: s-resize}

/* this is the anchor style for the "Hide Box" popup link */

a.hideLink { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #339933;
} 

a.hideLink:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #990066;
} 

a.hideLink:hover, a.hideLink:active { 
	text-decoration: underline; 
	color: #FF6600;
}

.orangeMedText{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: large;
	font-weight: bold;
	color: #FF6600;
}

.orangeSmallerText{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}

.textTailBlack{
	font-family: monospace, san-serif; 
	font-size: large; 
	font-weight: bold; 
	color: #000000;
}

.thumbnailFloatLeft{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}	

.thumbnailFloatRight{
	padding: 7px;
	border: 1px solid #ddd;
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
}

.thumbnailPlain{
	padding: 7px;
	border: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thumbnailPlainBorder{
	padding: 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thumbnailPlainCenter{
	padding: 2px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	align: center;
}

.videoText{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: 16px;
	font-weight: bold;
	color: #6633CC;
}

.videoTextBlue{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}

.videoTextCenter{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: 16px;
	font-weight: bold;
	color: #6633CC;
	text-align: center;
}

/* noscript warning */

.messageFailed {
    font-size: large;
	color: #FF6600;
}

.thankYouText {
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif; /**/
	font-size: 22px;
	font-weight: normal;
	color: #FF6600;
}

/*
#TextBoxContent p {
	font-family: Arial, Helvetica, 'Microsoft Sans Serif', Sans Serif;
	font-size: 16px;
	font-weight: normal;
}

#TextBoxContent h1 {
	font-size: 2em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#TextBoxContent a:link {
	color: #C2361D;
}

#TextBoxContent a:hover, #TextBoxContent a:active {
	color: #33201D;
}

#TextBoxContent a:visited {
	color: #892614;
}

*/

