body{
    background-color: white;
    width: 1000px;
    font: 12px helvetica;
    margin: 0;
    padding: 0px;
}

a {
    border: none;
    background: white;
}

#index{
    background-image:url('splash.gif');
    background-repeat: no-repeat;
}

p{
    font: 14px courier;
    color: black;
    text-align: left;
    margin:0px;
    padding: 20px 0px;
}

h1{
    font: 24px courier;
    color: #DAA520;
    text-align: left;
    margin:0px;
    padding: 50px 0px 0px 40px;
}

h2{
    font: 24px helvetica;
    color: black;
    text-align: left;
    margin:0px;
    padding: 0px 0px 0px 0px;
}

h3{
    font: 24px helvetica;
    color: black;
    text-align: right;
    margin:0px;
    padding: 0px 0px 0px 0px;
}

#index{
        background-color: white;
        ;
}

#siteContainer img{
        border:0px;
}

#nav{
	background-color: white;
	width:100px;
	margin: 0px;
	padding: 0px;
}

#nav li{
	font: 24px helvetica;
	font-weight: bold;
	color: #00CED1;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	list-style-type: none;
}

#nav li a{
	text-decoration: none;
	font: 24px helvetica;
	font-weight: bold;
	color: #00CED1;
    }

#nav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #00CED1;
}

#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B0E0E6;
}

#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #B0E0E6;
}

#nav .nav{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

#links li{
	font: 12px courier;
	color: #FFD700;
	display: block;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	list-style-type: none;
}

#links li a{
	text-decoration: none;
	font: 14px courier;
	color: #FFD700;
    }

#links a:link {
	text-decoration: none;
	color: #FFD700;
}

#links a:visited {
	text-decoration: none;
	color: #FFD700;
}

#links a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #DAA520;
}

#fresh{
        background-color: white;
	width: 500px;
        margin: 0 auto;
	padding: 10px 0px 40px 0px;
}

#text{
        background-color: white;
	width: 250px;
	padding: 0px;
	float: left;
}

#content{
        background-color: white;
	width: 750px;
	padding: 0px 0px 20px 0px;
	float: left;
}


#thumbs{
        background-color: white;
	width: 750px;
	padding: 15px 0px 15px 30px;
	float: left;
}

#fresh p{
        font: 14px courier;
        color: black;
        text-align: center;
        margin:0px;
        padding: 20px 0px;
}

#table p{
        font: 14px courier;
        color: black;
        text-align: center;
        margin:0px;
        padding: 20px;
}

#table {
	width: 750px;
        margin: 0px;
	padding: 20px 0px 0px 0px
}

#notes {
        margin: 40px;
}