/* CSS Document */

body {
    margin: 0;
    padding: 0;
/*    background: #fff url(../images/sci.png) top left no-repeat;*/
    color: #333;
	background: #b77032 url(../images/background/body.png) top left repeat-x;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

h1, h2 {
	margin: 0 0 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #503f3f;
}

h2 {
    font-size: 100%;
}

#header {
	margin: 15px 10% 0 190px;
	width:740px;
	background-image: url(../images/background/header.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height:160px;
}

#header h1{ position:relative; top:-300px; left:200px;}

#wrapper {
    text-align: left;
	background-image: url(../images/background/content.png);
	background-repeat: repeat-y;
	background-position: top center;
    margin: 0 10% 0 190px;
	width:740px;}

#nav {
    position: absolute;
    top: 140px;
    left: 60px;
    width: 90px;
}

#maincontent {
	
     margin:0 20px;
}
#maincontent h1, #maincontent h2{
	
     padding-top:10px;
}

#maincontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
}

#maincontent a:link, #maincontent a:visited {
    color: #3d75ac;
}

#maincontent a:hover, #maincontent a:active {
    color: #fff;
    background-color: #503f3f;
    border-bottom: none;
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 85%;
    line-height: 1.4;
}

#pictureWrapper {
    float: right;
    margin: 0 20px 0 10px;
}

.movieWrapper {
    background-color: #fff;
    padding: 20px;
	width: 660px;
	margin:10px auto;
}

.picBorder {
    background-color: #fff;
    padding: 10px;
    border: #503f3f solid 2px;
}

p#caption {
	margin: 0;
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
	width: 550px;
}


p.captionthumb {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
}

.warning {
    font-weight: bold;
    color: #f00;
}

#footer {
    margin-bottom: 0;
	width:740px;
	height:90px;
	font-size: 85%;
    clear: both;
	background-image: url(../images/background/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;}

#footer p{ text-align:center;}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #503f3f solid 10px;
    color: #503f3f;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #503f3f;
    color: #fff;
}

a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}

form {
	margin: 0 0 0 200px;
	font-size: x-large;
}

form h2 {
    color: #503f3f;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #503f3f;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}

#gallery {
    width: 525px;
}

#picCount {
  color:#503f3f;
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
    width: 350px;
}

#main_image p {
   color:#503f3f;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

blockquote {
    position: absolute;
    top: 380px;
    left: 10px;
    width: 150px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffe6bb;
	text-indent: 20px;
	/*background-color: #9f5d35;*/
	margin: 10px;
	padding: 0;
	}
.quote_lead {
	margin: 0px 0px 0px 0px;
	background-image: url(../quotations/images/top_quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
}
.quote_body p{
	background-image: url(../quotations/images/quote.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 90%;
	text-indent:0px;
    text-align: left;
	margin: -2px 0px 0px 0px;
}
.quote_end{
	margin: -2px 0px 0px 0px;
    height:30px;
    background-image: url(../quotations/images/btm_quote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
	}
	ul.disc {list-style-type: disc}
	ul.circle {list-style-type: circle}
	ul.square {list-style-type: square}
	ul.none {list-style-type: none}
