
body 
{
	margin: 0 40px 0;
	padding: 0;
	background: #c0c0c0;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
}

h2{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 24px;
	text-align: center;
	background-color: yellow;
}

h3{
	font-variant: normal;
	font-size:14px;
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-family: cursive;
}

blockquote {
	font-style: italic;
}


/*Horizontal Rule */
hr{
color: #f00;
background-color: #f00;
height: 2px;
}


/* Header */

#header {
	width: 740px;
	height: 180px;
	margin: 0 auto;
}

/* Shadow */
#shadow{
background-image: url(images/shadow.png);
margin: 0 auto;
width:750px;
 }



/* Content */

#content {
	width: 728px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}



/* Menu */

#menu {
	width: 728px;
	margin: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

/*This section controls the look of the Menu Text*/


#menu a {
	display: block;
	float: left;
	width: 200px;
	height: 24px;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: blue;
}


#menu a:hover {
	color: red;  /*when you hover over the menu links, they turn Red */
	font-size: 1.8em;
}

#menu ul {
		margin: 0px;
		padding: 0px;
}

#menu li a {
    display: block;
    text-decoration: none;
    border-width: 4px;
}
#menu li a:link {
    color: #000000;
    background-color: #CCCCCC;
    border-style: outset;
}
#menu li a:visited {
    color: #000000;
    background-color: #CCCCCC;
    border-style: outset;
}
#menu li a:hover {
    color: #000000;
    background-color: #999999;
    border-style: outset;
}
#menu li a:active {
    color: #000000;
    background-color: #666666;
    border-style: inset;
}

/*  ============================================  */



/* Column One */

#colOne {
	float: left;
	width: 452px;
	padding: 20px 0 0 23px;
}





/* Column Two */

#colTwo {
	float: right;
	width: 204px;
	padding: 20px 23px 0 0;
}


/* Footer */

#footer {
	clear: both;
	width: 540px;
	margin: 0 auto;
	padding: 10px 0;
	
}

#footer p {
	text-align: center;
	font-size: xx-small;
}

/*=============IMAGES ===============*/

img.floatLeft { 
  float: left; 
  margin: 4px 8px 4px 4px; 
}


.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


