/*My first style sheet with stylemaster*/

body {
background-color: #cca37a;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif, "Cooper BlkItHd BT";
font-size: 1em;
margin: 0;}



div {}

.footer {}

#header {
background-color: #ffffff;
padding-left: 350px;
padding-right: 125px;
padding-top: 5px;
padding-bottom: 5px;
visibility: visible;}

#outer-image {
height: 199px;
background-image: url(images/about-outer-image.jpg);
background-position: center top;}

#inner-image {
background-image: url(images/about-inner-image.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
height: 199px;}

#content {
position: relative;
width: 900px;}

#navbar {
position: absolute;
width: 200px;
top: 0px;
left: 15px;
}

#navbar ul {
margin: 0;
padding: 0;
border-right: none;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
	}

#navbar ul li a:link , #navbar ul li a:visited {
display: block;
font-weight: bold;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
border-left: 1px #000000 solid;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
}


#navbar li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.45em;
		margin-top : -1.6em;
		width: 200px;
	}
	

#navbar li:hover ul, #navbar li.sfhover ul { 
    left: auto; 
}


	
* html #navbar a {
	height: 1px;
}



#main-text {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
margin-left: 198px;
padding: 25px;}

#header p {
font-size: .7em;
font-weight: bold;
}

img {
padding: 15px;}

h1 {
font-size: 1.2em;
text-align: center;
font-style: italic;
letter-spacing: 5px;
font-weight: bold;}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1.1em;
font-weight: bold;
color: #bbbbbb;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;}

p.footer {
font-weight: bold;
font-size: .6em;
text-align: center;}

a {
text-decoration: none;}

a:link {
color: #666666;
background-color: #95b7cd;}

a:visited {
color: #666666;
background-color: #95b7cd;}

a:hover {
color: #666666;
background-color: #aaddee;}

a:active {
color: #666666;
background-color: #3cc7f0;}
