/* CSS index_screen = for front page layout purposes only */
* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background: url("../images/bg.gif") top left repeat;
font-size: 100%;
margin: 10px;
}

h5, h6, p, ul, ol, dl, table, form {
font-size:70%;
font-family:Arial, Verdana;
line-height: 150%;
margin-bottom:10px;
}

h1 {
color:#993300;
font-family:Tahoma, Helvetica, Arial, Verdana;
font-size:140%;
font-weight:normal;
}

h2 {
color:#993300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

h3 {
float:left;
font-size:150%;
font-weight:bold;
text-align:center;
}

img{
border:none;
}

a:link {
color:#CC0000;
}

a:visited {
color:#990000;
}

a:hover {
color:#CC3300;
}

a:active {
color:#00CC66;
}

/* ABC */

#content {
width:760px;
}

#cont1 {
float:left;
margin-left:200px;
margin-right:10px;
padding:10px;
width:340px;
}

#cont1 h1 {
border-bottom:1px solid #CCCCCC;
color:#993333;
font-size:1em;
line-height:25px;
}

#cont1 p {
line-height:20px;
margin-top:5px;
margin-right:10px;
}

#cont2 {
float:right;
margin-top:15px;
margin-right:20px;
text-align:right;
width:150px;
}

	#cont2 h1 {
	color: #330000;
	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-size: 1.2em;
	font-weight:normal;
	margin-bottom: 10px;
	}


#cont2 h2 {
font-size: 0.8em;
margin-bottom:5px;
}

#footer {
color:#990000;
clear:both;
font-family:Tahoma, Arial;
font-size:70%;
padding-top:5px;
text-align:right;
width:100%;
}

#frame { 
background: #FFF url(../images/backer.jpg) bottom left no-repeat;
background-position:bottom left;
border: 3px solid #CCCCCC;
float:left;
height:auto;
left:50%;
margin-top:50px;
margin-left:-380px;
margin-bottom:50px;
position:absolute;
width:760px;
}

#galleryleft{
float:left;
margin-top:10px;
text-align:center;
width:170px;
}

#galleryright{
float:right;
margin-top:10px;
text-align:center;
width:170px;
}

#headwrap {
float:right;
height: 305px;
width:100%;
}

#logo {
float:left;
margin-left:25px;
margin-top:60px;
}

#myfooter {
border-top: 1px solid #CCC;
clear:both;
float: left;
width: 100%;
}

	#myfooter p {
	margin-left: 10px;
	margin-top: 5px;
	}

#nav {
float:right;
margin-bottom:20px;
margin-top:5px;
width:100%;
}

#nav ul {
list-style:none;
font-size:12px;

}

#nav li a {
border-bottom:2px solid #CCC;
color:#990033;
display:block;
float:left;
font-family:Verdana;
font-size:16px;
padding-bottom:5px;
padding-top:5px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:120px;
}

#nav a:hover {
color:#CC3300;
}

#wrapper{
width:780px;
}

.fright {
float:right;
}

#galleryframe {
background: white url(../images/navbg.gif) 0 0 no-repeat;
border: 3px solid #CCCCCC;
float:left;
left:50%;
margin-left: -380px;
position:absolute;
width:760px;
}