body {
	font-family: "Trebuchet MS",Trebuchet,helvetica, arial, sans-serif;
	color: #2973DE;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a, a:link {
	color: #2973DE;
	text-decoration: none;
}

strong {
	font-size: 150%;
}


a:hover {
	text-decoration: underline;	
}

#container {
	width: 560px;
	margin: 2em auto;
	padding: 2em;
}

#content {
	padding: 2em 30px;
}

#content p {
	line-height: 1.3em;
}

#navigation {
	width: 500px;
	margin: 1em 30px 0 30px;
	font-size: 13px;
	text-align: justify;	
}

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

#navigation li {
	display: inline;
/*	width: 78px;*/
	padding: 0 25px 0 0 ; 
}


#navigation #prices {
	padding:  0;
}

#navigation a:link, #navigation a:visited {
	background: url(../img/small_pot_01_blue.gif) left no-repeat;
	padding-left: 14px;	
}

#navigation a:hover, #navigation a:active {
	background: url(../img/small_pot_01_green.gif) left no-repeat;
	padding-left: 14px;	
}

#navigation #about a, #navigation #birthdays a {
	background: url(../img/small_pot_02_blue.gif) left no-repeat;	
}

#navigation #about a:hover, #navigation #birthdays a:hover {
	background: url(../img/small_pot_02_green.gif) left no-repeat;
}

#navigation #parties a {
	background: url(../img/small_pot_03_blue.gif) left no-repeat;	
}

#navigation #parties a:hover {
	background: url(../img/small_pot_03_green.gif) left no-repeat;
}

#navigation #prices a {
	background: url(../img/small_pot_03_blue.gif) left no-repeat;	
}

#navigation #prices a:hover {
	background: url(../img/small_pot_03_green.gif) left no-repeat;
}

#credits {
	font-family:  helvetica, arial, sans-serif;
	text-align: center;
	width: 12px;
	height: 168px;
	margin: 0;
	padding: 0;	
	position: absolute;
	top: 4px;
	right: 2px;
	overflow: hidden;
	font-size: 11px;
	color: #ccc;
}

#credits a {
	color: #ccc;	
	background: url(../img/credits.gif);
	padding-left: 32px;
	height: 168px;
	display: block;
}

.bottomless {
	margin-bottom: 0;
}

.clear {
	clear: both;
}