/*Generic styles*/

*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body	{
	background: #666;
	margin: 0 auto;
	}

h1	{
	font: 28pt "Times New Roman", serif;
	color: #f00;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	}

h2	{
	font: 18pt "Times New Roman", serif;
	color: #f00;
	font-weight: bold;
	margin: 30px 0 15px 10px;
	text-align: center;
	}

h3	{
	font: 14pt "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	}

p	{
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	}

ul	{
	Margin: 0 0 0 40px;
	font-size: 12pt;
	font-weight:bold;
	}

strong	{
	color: #e00;
	}

/*IDs*/

#wrapper{
	margin: 0 auto;
	width: 760px;
	background: #ffe;
	text-align: left;
	}

#banner	{
	background: url(img/lozenge1.jpg) no-repeat;
	width: 760px; height: 156px;
	}

#banner h1{
	margin-left: 185px;
	padding-top: 0;
	font: 48pt "Times New Roman", serif;
	color: #fff;
	font-style: oblique;
	}

#banner h2{
	margin-left: 185px;
	margin-top: -5px;
	padding-top: 0;
	font: 14pt "Times New Roman", serif;
	color: #fff;
	font-style: oblique;
	}

#main	{
	width: 760 px;
	}

#roundCorners{
	background: url(img/topRound.gif) no-repeat;
	}

#footer	{
	background: #f00;
	text-align: center;
	clear: both;
	padding-top: 10px;
	}

#footer p{
	padding: 5px 10px
	margin-left: 15px;
	color: black;
	font-size: 10pt;
	}

#footer a{
	color: white;
	}


/*classes*/

.logo	{
	clear: right;
	}

.navigation
	{
	height: 20px;
	font-size: 14pt;
	padding: 5px 0 5px 10px;
	background: url(img/navBar.gif) no-repeat;
	}

.navigation ul{
	list-style-type: none;
	margin: 0 0 0 35px;
	}

.navigation ul li{
	float: left;
	display: inline;
	border-right: 1px solid white;
	padding: 0 10px;
	text align: center;
	font-weight: bold;
	color: #666;
	}

.navigation ul li a{
	text-decoration: none;
	color: #000;
	padding: 0 10px;
	}

.gallery{
	float: left;
	margin: 10px 0 10px 20px;
	height: 150px;
	}

.ce-gallery{
	margin-left: 55px;
	height: 150px;
	}

.ce-gallery img{
	margin-left: 10px;
	height: 150px;
	}

.push-right{
	top: 30px;
	height: 150px; width: 220px;
	margin-left: 55px;
	}

.outline-gallery-right{
	margin-right: 15px;
	Float: right;
	clear: both;
	}

.outline-gallery-right img{
	margin: 0 15px 0 15px;
	}

.outline-gallery{
	height: 200px;
	margin: 80px 0 0 48px;
	}

.outline-gallery img{
	float: left;
	margin: 0 16px;
	}

.bigpix	{
	float: right;
	margin: 10px 20px 0 10px;
	}

.menu	{
	height: 35px;
	background: #f99;
	padding-top: 15px;
	}

.menu a{
	display: inline;
	color: #000;
	background: #f33;
	text-decoration: none;
	border: 4px outset;
	padding: 5px;
	margin-left: 15px;
	}

.menu a:hover, .menu a:focus{
	background: #fcc;
	}

/*Pseudo Classes*/

.navigation ul li a:focus, .navigation ul li a:hover
	{
	color: #fff;
	}

.navigation ul li a:active
	{
	background: white;
	color: black;
	}
