﻿/*CSS for Bubble Under Site*/

*{
 margin: 0;
 padding: 0;}

body{
 margin: 0;
 padding: 0;
 background-color: #C0C0C0;}

blockquote{
 margin: 10px 50px;
 font-style: italic;}
	
#header{
 background-color: yellow;
 color: blue;
 height: 500px;
 font-family: "Century Gothic";}

#header img{
 float: left;}

#header h1{
 border-bottom: 2px solid blue;
 padding-top: 100px;
 padding-bottom: 5px;
 margin-right: 100px;}

#header p{
 padding-top: 5px;}

#navigation{
 background: url(images/menu.png) repeat-x;
 padding: 0 10px;
 height: 45px;
 line-height: 45px;
 font-weight: normal;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;}

#navigation ul{
 list-style-type: none;}

#navigation li{
 float:left;}

#navigation li a{
 display: block;
 color: #ffffff;
 margin-right: 2px;
 font-size: 13px;
 font-weight: bold;
 padding: 0 30px;
 text-decoration: none;}

#navigation li a:hover{
 text-decoration: underline;}

#bodycontent{
 background-color: white;
 padding: 10px 10px 20px 10px;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 80%;}

#bodycontent h2{
 margin: 10px 0px;}

#bodycontent p.indent{
 margin: 5px 0px;
 text-indent: 15px;} 

#bodycontent ul{
 margin: 0px 40px;}

#footer{
 height: 45px;
 font-size: 75%;
 text-align: center;
 background: url(images/menu.png) repeat-x;
 color: white;
 padding: 0px 40px;}

#footer p{
 padding-top: 10px;}

.galleryphoto p{
 margin-top: 0;
 width: 500px;}

.galleryphoto img{
 border: 5px solid black;}

.galleryphoto{
 padding-bottom: 20px;
 border-bottom: 1px solid black;
 margin-bottom: 10px;}


/* This section deals with the position of items on the screen */

#wrapper{
	border-left: 1px solid black;
	border-right: 1px solid black;
 	width: 800px;
 	margin-left: auto;
 	margin-right: auto;
	}


 






	