
body {
    text-align: center;
    background: #ffc415;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

span.example{
    font-size: .6em;

}

th.border{
    border-bottom-style:solid;
}
td.border{
    border-bottom-style:solid;
}

a.header{
    text-decoration:none;
}
img.header{
    text-decoration:none;
    border:none;
}

p {
    margin-left:20px;
    padding:1px;
}

#footer p{
    margin: 3px;
    padding:1px;
}

h1, h2, h3, h4{
    margin-left:10px;
    color:orange;
}

p.title{
    text-align:center;
    font-size:large;
    font-weight:bold;
    padding:0;
    margin: 0 auto;

}

ul {
    margin-left:2px;
}

li{padding:3px}

img.center {
    display:block; /*images must be set to block in order use auto margins*/
    margin:0 auto; /*centers images in most browsers*/
    text-align:center; /*centers images in older browsers*/
}
div.img-right
{
    margin: 2px;
    /*border: 1px solid #0000ff;*/
    height: auto;
    width: auto;
    float: right;
    text-align: center;
}
div.img-left
{
    margin: 2px;
    /*border: 1px solid #0000ff;*/
    /*height: auto;
    width: auto;*/
    float: left;
    /*text-align: center;*/
}

div.img a:hover img {border: 1px solid #0000ff;}

img {
    margin: 5px;
    border: 3px solid orange;
}
div.desc
{
    text-align: center;
    font-weight: bold;
    width: 230px;
    margin: 2px;
}

caption{
    font-weight:bold;
    font-style:italic;
}

td.center{
    text-align:center;
}

th {
    text-align:center;
    font-weight:bold;
    border-bottom-style:solid;
}
td {
    padding:4px;
}

/* links */
a.white:link {color: #FFF}
a.white:visited {color: #FFF}
a.white:hover {color: #FFF}


a.gold:visited {color:#FFC415}
a.gold:link {color:#FFC415}
a.gold:hover {color:#FFC415}

a.black:visited {color:#000000}
a.black:link {color:#000000}
a.black:hover {color:#000000}

a.black-small:visited {color:#000000;
                       font-size:1em;
}
a.black-small:link {color:#000000;
                    font-size:1em;
}
a.black-small:hover {color:#000000;
                     font-size:1em;}
/* form */

form {
    margin-left:20px;
}

label.contact {
    float: left;
    width: 6em;
}

input {
    background-color: #F2F5A9 ;/*#ffc415;*/
    border: 1px solid #555555;
    font-size: 10px;
}

textarea{
    background-color: #F2F5A9 ;/*#ffc415;*/
    border: 1px solid #555555;
    font-size: 10px;
}

select{

    background-color: #F2F5A9;
    border: 1px solid #555555;
    font-size: 10px;
}

label {
    /* float: left;
    width: 8em;*/
    font-weight:bold;
    font-size:small;
}

fieldset{
    margin-left: 10px;
    margin-right: 10px;

}

legend{
    color: #FFc415;
    text-align: center;
    font-weight:bold;
}


#block{
    background:#FFC415;
    font-weight:bold;
    color:#000000;
    padding:2px;
}
/* main page */
div#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 50em;
}

#wrapper {
    text-align: left;
    padding: 0px;
    border:0;
    width: 600px;
}

#header {	
    margin-left: 0px;
    background-color: #FFFFFF;
    height: 125px;
}

#logo {
    float: left;
    padding: 4px;


}

#quote {
    float: left;
    font-size: .8em;
    font-style:italic;
    color:gray;
    font-weight:bold;
    /*margin-top: 25px;
    margin-right: 100px;
    border-style: solid;
    border-width: 1px;*/
    width: 500px;
    padding: 3px;
    text-align: center;
}

#nav{
    clear: both;
    /*margin-left: 20%;*/
    padding: 5px;
    text-align: center;
}

#wrapper2{
    background: #FFFFFF;
    width:100%
}

#content1 {
    clear:left;
    float:left;
    width:100%;
    /*overflow:hidden;*/
    background:#ffffff; /* column 2 background colour */


}
#content2 {
    float:left;
    width:100%;
    /*position:relative;
	right:50*/
    background:#ffffff; /* column 1 background colour */

}
#col1 {
    float:left;
    width:32%;
    /*position:relative;
	left:52%;
	overflow:hidden;*/

}
#col1 img {
    margin: 5px;
    border: 3px solid orange;
}
#col2 {
    float:left;
    width:62%;
    margin: 5px;
    /*position:relative;
	left:56%;
	overflow:hidden;*/
}

#footer {
    clear: both;
    /*background: #A2A2A2;*/
    text-align: center;
    /*width: 75%;*/
    /*margin-top: 5px;*/
    font-size: .9em;
}

.foo {
    border: solid red;
    padding: 0px;
    margin: 0px;
}
