/* CSS Document Ike's Art Studio*/
body {
	margin: 0;
	padding: 0;
	background: #7F683F url('backbar.jpg') repeat-x top center; */
    font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	color: #FFF;
}
#wrapper { 
	margin: 0 auto;
	width: 820px;
	background: #7F683F url('back_main.jpg') no-repeat top center;
	text-align: left;
}
#head {
	height:344px;
/*	font-size:12em; */
	color: #FFF;
	padding: 0px 10px;
}
#head h1 a {
	text-decoration: none;
	color: #FFF;
}
#titleText {
	font-size: .5em;
	font-style: italic;
	margin: 0;
}


#contentContainer { /* THE RIGHT COLUMN, WHERE PARAGRAPHS LIVE */
/*	width: 750px; */
/*	float: right; /* FLOATED LEFT TO SIT NEXT TO NAVIGATION */
	text-align: justify;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 30px;
	clear: right;
	font-family: arial, helvetica, sans-serif;
	height: 420px;
/*	background: transparent url(backcontent1.jpg) no-repeat center top; */
}   
#contentContainer h2 {
	margin-top: 3px;
}

#KeyNoteImage {
	float:left;
	height:200px;
	width:400px;
	background: transparent url(generalglendshaf.jpg) no-repeat left top;
	border:1px solid #333;
	margin:0 10px 10px 0;
	position: relative; /* MUST BE RELATIVE IN ORDER TO CONTAIN ABSOLUTE ELEMENTS INSIDE */
}
.captionLeft {
	font-size: .9em;
	font-style: italic;
	width: 200px;
	position: absolute; /* THESE THREE LINES CONTROL THE PLACEMENT INSIDE ITS CONTAINER */
	top: 5px;
	left: 5px;
	text-align: left;
}

.captionRight {
	font-size: .9em;
	font-style: italic;
	width: 270px;
	position: absolute; /* THESE THREE LINES CONTROL THE PLACEMENT INSIDE ITS CONTAINER */
	top: 5px;
	right: 5px;
	text-align: right;
}

.captionNav {
	font-size: .8em;
	font-style: italic;
	width: 150px;
	text-align: center;
	color:#EFE8DC;
}
#gallerybox {
	color: #433721;
	text-align: center;
	width: 465px;
	position: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 650px;
}
#footer {
	padding: 10px 30px;
	margin: 0;
	color: #9EC600;
	text-align:right;
	font-size:1em;
	border-top: 1px dashed #9EC600;
	clear: both;
	font-family: arial, helvetica, sans-serif;
}
A.offsite {
  color : #9EC600;
	text-decoration : none;
}
A:active {
  color : #9EC600;
	text-decoration : none;
}
A:visited {
  color : #9EC600;
	text-decoration : none;
}
A:hover {
  color : white;
	text-decoration : underline;
}
A:link {
  color : #9EC600;
	text-decoration : none;
}

/*NEW HORIZONTAL NAVIGATION BAR*/
#navcontainer ul
{
padding-right: 32;
margin-right: 0;
color: White;
float: right;
width: 32%;
font-family: arial, helvetica, sans-serif;
margin: 0;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
padding: 0.35em 0.895em;
background-color: #9EC600;
color: #FFF;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
font-size: 1.25em;
display: block;
}
#navcontainer ul li a:hover
{
background-color: #83A400;
color: #fff;
}
#navigation>li, #navigation li>a { /* UNDO IE WHITESPACE HACK FOR COMPLIANT BROWSERS */
    float: none;
}
