﻿/* --------------------------------------------- DIV tags */
#container {
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #8c8c8c;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #ffffff;
	top: 0px;
	position: relative;
}

/* --------------------------------------------- Masthead */
#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 760px;
	overflow: hidden;
	margin: 0;
	text-align: right;
	background-color: #ffffff;
	background-image: url('../images/masthead_image.jpg');
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #333333;
	font-weight: 700;
	letter-spacing: -1px;
	clip: rect(auto, auto, -50px, auto);
}
#masthead h1 {
	color: #000000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}

/* --------------------------------------------- Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #999999;
	text-align: center;
	background-image: url('../images/roundbg-tile.gif');
	background-repeat: repeat;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #d96a75;
	background-color: #d96a75;
}

/* --------------------------------------------- Left Column */
#column_l {
	position: relative;
	float: left;
	margin: 0;	
	width: 450px;
	padding: 15px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}

/* --------------------------------------------- Right Column */
#column_r {
	position: relative;
	float: right;
	margin: 0;
	width: 250px;
	padding: 15px 10px;
	background-color: #ffffff;
}

/* --------------------------------------------- Bottom Column */

#column_bottom
{	
	padding: 15px;
}



/* --------------------------------------------- Single Full Page Column */
#column_wide
{
	position: relative;
	margin: 0;
	width: 700px;
	padding: 15px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}

/* --------------------------------------------- Footer */
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	font-size: x-small;
	color: #c77;
}

/* --------------------------------------------- ELEMENT tags */
#credits {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 760px;
	text-align: center;
	margin: 10px auto 10px auto;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/testingtiling.jpg');
	background-repeat: repeat;
}
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
p, ol, ul {
	font-size: small;
	color: #000000;
}



/* NOTE COLORS  ------------------------*/
/* 
d96a75 dk rose
   
   
*/   

