body {
	margin: 0;
	padding:0;
	font-family:verdana, arial, san-serif;
	font-size: 90%; background-color:#557489;
}

a {color:#660000;}
a:hover {color:#996666;}


#container {
	width:1050px;
	background-image: url(images/containerbkgrnd.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	border-left: 2px solid #99cccc;
	border-right: 2px solid #99cccc;
}

/* left column */

#left-imgs {
	width:250px;
	float:left;
	margin-right:-251px;
}
#left-imgs img {
       padding-left: 10px;
     padding-bottom: 10px;
   padding-top: 0px;
       margin-top: 0px;
}

.leftimage {padding-top:0px; margin:0px;}

/* Header */

#right-wrap { padding-left:250px;}

#header {margin:0px; padding:0px; background:#82aeb2; height:200px;}
#header p, #header img   {margin:0px; padding:0px; }

/* copy content */

#content1 {padding:10px  310px 10px 10px ; width:450px;  float:left;}
#content1 ul {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.75em;
	padding-left: 20px;
}
#content1 li {
	margin:0px;
	padding-left: 0px;
	padding-bottom: 15px;
}

#content1 img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top: 1px solid #C8CBD0;
	border-right: 1px groove #C8CBD0;
	border-bottom: 1px ridge #C8CBD0;
	border-left: 1px groove #C8CBD0;}
#content2 {padding:10px; width:280px; margin-left:-301px;  float:right;}
#content2 img {
       padding-left: 10px;
     padding-bottom: 10px;
   padding-top: 0px;
       margin-top: 0px;
}

/* Navigation */

#navigation 
{ width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */

	font-size: 1em;
	background:#557489;
}


#navigation ul 
{
	margin:0  5px  0px 0px;
	list-style-type: none;
	padding:0 0 0 5px;
}

#navigation li {list-style-type:none;
float:left;
padding:5px 0px;}

#navigation a
{display: block;
	color: #660000;
	margin-bottom: 3px;
	font-weight: normal;
	padding: 5px 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom-color: #000;
	font-family: "Arial Narrow", "Trebuchet MS", "Lucida Grande", Sans-Serif;
	text-decoration:none;
}
h3 {
	font-family: "Arial Narrow", "Trebuchet MS", Tahoma, Sans-Serif;
	color: #663333;
	vertical-align: 90%;
	font-size: 1.3em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	}


#navigation a:hover
{
	border-bottom:1px solid #ffcccc;
}

#navigation a.current
{
	border-bottom: 1px solid #660000;
}

div.clearfloats  {clear:both;}

/* Footer */


#footer {
	width: 1030px;
	background:#5B5656;
	font-size: 0.75em;
	padding: 10px;
	color: #FFFFFF;
}

