@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #444444;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 8px 0 8px;
}

h1 {
	color: #FFFFFF;
	margin: 0 0 0 0;
	font-size:large;
}

h2 {
	color: #FFFFFF;
	margin:	0 0 0 0;
	font-size: medium;
}

h3 {
	color: #FFFFFF;
	margin:	0 0 0 0;
	font-size: 10px;
	font-weight:bold;
}

h3sans {
	color: #FFFFFF;
	margin:	0 0 0 0;
	font-size: 10px;
}

h4 {
	color: #FFFFFF;
	margin:	0 0 0 0;
	font-size: 10px;
	font-weight:bold;
}


a { text-decoration: none; }

a:link { color: #FFFFFF; text-decoration: none; }

a:visited { color: #FFFFFF; text-decoration: none; }

a:hover { color: #FFFFFF; text-decoration:underline; }

a:active { text-decoration:underline; }

img
{
	border-style: solid; 
	border-color: #CCCCCC;
	border: 0px;
}

body#home a#menuHome, 
body#about a#menuAbout,
body#contact a#menuContact,
body#gallery01 a#menuGallery01,
body#gallery02 a#menuGallery02,
body#gallery03 a#menuGallery03,
body#gallery04 a#menuGallery04,
body#gallery05 a#menuGallery05 {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #002F2F;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #555555; 
	padding: 4px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#leftHeader {
	float: left;
	width: 24%; /* since this element is floated, a width must be given */
	padding: 0 0 4px 0;
}

#rightHeader {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 0 4px 0;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

#galleryHeader {
	background: #666666;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 4px 0 4px 0;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

#titleHeaderPN {
	background: #7A7A7A;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#titleHeader {
	background: #7A7A7A;
	float: left;
	width: 50%;
	margin: 0;
	padding: 4px 0 4px 0;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

#pnHeader {
	background: #7A7A7A;
	float: right;
	width: 50%;
	text-align: right;
	margin: 0;
	padding: 4px 0 4px 0;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

.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;
}

#mainContent {
	margin: 0 auto;
	text-align: center;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #7A7A7A;
	
}

#pictures {
	color:	#FFFFFF;
	text-align: center;
	font-size: smaller;
}

#imageBottom {
	padding: 8px 0 8px 0;
	background: #7A7A7A;
	text-align: left;
}

#info {
	text-align: left;
	font-size: smaller;
}

#info p {
	margin: 0;
}

#footer { 
	padding: 8px 0 8px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#555555;
	text-align: center;
} 

#footer p {
	font-size: xx-small;
	color: #999999;
}

#footer a {
	color: #999999;
}
