a:link {font-family:Verdana, Helvetica, "Century Gothic", sans-serif; color: #000; text-decoration: none; }
a:active {font-family:Verdana, Helvetica, "Century Gothic", sans-serif; color: #000; text-decoration: none; }
a:visited {font-family:Verdana, Helvetica, "Century Gothic", sans-serif; color: #000; text-decoration: none; }
a:hover {font-family:Verdana, Helvetica, "Century Gothic", sans-serif; color: #000;text-decoration: underline }

h1	{
	font-family:Verdana, Helvetica, "Century Gothic", sans-serif;
	font-size:18px;
	margin:0 0 -10px 0;
	font-weight:normal;
	}
	
h2	{
	font-family:Verdana, Helvetica, "Century Gothic", sans-serif;
	font-size:12px;
	font-style:italic;
	}

p
	{text-indent: 0em;
	text-align:justify;
	font-family:Verdana, Helvetica, "Century Gothic", sans-serif;
	line-height:16px;
	color:#000000;
	font-size:12px;}

#container {
	margin:0 auto;
	display:block;
	background-image:url(images/backgroundGraphic.gif);
	background-repeat:no-repeat;
	height:600px;
	width:800px;
	}
	
body {
	margin:0 auto;
	background-color:#9AC2E7;
	background-image:url(images/bgSliver.gif);
	background-repeat:repeat-x;
}

html {
	margin: 0;
	padding: 0;
}

#header {
	width:800px;
	display:block;
	height:140px;
}

#logo {
	float:left;
}

#headerRight {
	float:left;
	width:300px;
}

#nav {
	float:right;
	height: 20px;
	padding:0 0 0 0;
	margin:112px 10px 0 50px;
}

#nav a {
	font-size:12px;
	font-weight:bold;
	}

.navMenu {
	font-family:Verdana, Helvetica, Arial, "Century Gothic", sans-serif;
	text-align:left;
	display:inline;
	padding-right:26px;
	}

#mainContent {
	width:800px;
	margin-top:40px;
}

#contentLeft {
	float:left;
	width:400px;
}

#contentRight {
	float:right;
	margin-left:5px;
	width:390px;
	}

.thumbnail {
	float:left;
	display:inline;
	padding:0 4px 4px 0;
	}

.imgRt {
	float:right;
	}
	
#footer {
	margin:0 auto;
	width:800px;
	height:10px;
	}
	
#footer H3 {
	font-family:Verdana, Helvetica, Arial, "Century Gothic", sans-serif;
	text-align:right;
	font-size:10px;
	color:#CDE1F3;
	text-align:right;
	padding-right:10px;
	}
	
#footer a {
	text-decoration: none;
	color:#CDE1F3;
	}