img {
		/*display: block;*/
}
body, table {
		font-family: tahoma, franklin gothic, times, arial, verdana, arial, sans-serif;
		font-size: 10pt;
		color: #10385c;
}
body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #fafafa;
}
#container {
		margin: 15px auto 0 auto;
		padding: 0;
		width: 810px;
		position: relative;
		text-align: left;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #cccccc;
}
#container_inner {
		border: 4px solid #97d4e6;
		margin-right: 0px;
		background-color: #ffffff;
		position: relative;
}
#header {
		height: 70px;
		background-image: url('/_img/header.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		border: 1px solid #ffffff;
}
#content {
		min-height: 450px;
		border-top: 2px solid #97d4e6;
		border-bottom: 2px solid #97d4e6;
}
#footer {
		height: 20px;
		background-image: url('/_img/footer.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		border: 1px solid #ffffff;
}
#outerfooter {
		width: 810px;
}
#outerfooter td, #outerfooter a{
		color: #02203a;
		font-size: 9px;
		text-decoration: none;
}
#outerfooter a:hover{
		color: #990000;
}
#righttd {
		background-image: url('/_img/fox.gif');
		background-repeat: no-repeat;
		background-position: top center;
}
#pagetitle {
		margin: 66px 100px 0px 0px;
		text-align: center;
		color: #02203a;
}
#pagetitle h1 {
		margin: 0;
		padding: 0;
		font-size: 15pt;
		font-weight: normal;
		color: #10385c;
		/*letter-spacing: 1px;*/
}

.contentimage {
		border: 1px solid #97d4e6;
		border: 1px solid #eee;
		background-color: #ffffff;
		padding: 4px 4px 4px 4px;
		margin: 40px 0 5px 10px;
		float: right;
}
p{
		margin: 0 0 20px; 0;
		padding: 0;
		font-size: 10pt;
		color: #10385c;
		letter-spacing: 0pt;
}
h2 {
		color: #2c94b1;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 12pt;
		font-weight: normal;
		/*letter-spacing: 1px;*/
}
h3 {
		color: #2c94b1;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 10pt;
		font-weight: normal;
		/*letter-spacing: 1px;*/
}
a {
		color: #2c94b1;
		font-weight: normal;
		/*letter-spacing: 1px;*/
		text-decoration: none;
}
a:hover {
		color: #cc0000;
		text-decoration: none;
}

#menu {
		margin-top: 40px;
		border: 0px dotted #ff6600;
}

#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 180px;
}
#menu li {
		margin-bottom: 3px;
}

#menu li a {
		display: block;
		text-align: right;
		padding: 0 10px 0 0;
		color: #fff;
		line-height: 30px;
		font-size: 10pt;
		text-decoration: none;
		background-image: url('/_img/button2.png');
		background-repeat: no-repeat;
		background-position: top left;
}
#menu li a:hover {
		background-position: bottom left;
}

#menu ul li ul
{
		display:none;
		background:#FFF;
		z-index:99;
}

#menu ul li:hover ul, #menu li.over ul { 
		display: block; 
} 

ul.subMenu
{
		position:absolute;
		left:180px;
		
}

#concept
{
		top:147px;
}
#cakes
{
		top:213px;
}
#guides
{
		top:180px;
}
#pagecopy {
		padding: 25px 25px 5px 25px;
		position:relative;
}
.slider {
		margin: 0 28px;
		border-top: 1px solid #97d4e6;
		padding: 5px;
}