@charset "UTF-8";
/* CSS Document */

p {display: inline}
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #efefef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: small;
	line-height: 1.1;
}
.floatLeft {
	float: left;
	width: 400px;
}
.floatLeft2 {
	float: left;
}
.floatRight {
	float: right;
	text-align: left;
	width: 350px;
}
.rightCol {
	margin-left: 370px;
	text-align: left;
}
.oneColFixCtr #container {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}
.topRight {
	margin-left: 600px;
	text-align: right;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #FFFFFF;
	line-height: 20px;
	color: #333333;
	padding: 0px;
}
h1 {
	font-size: x-large;
	width: 100%;
	color: #666666;
}
h2 {
	font-size: large;
	margin-top: 0px;
	color: #999999;
}
.rightCol2 {
	margin-left: 440px;
	text-align: left;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
}
ul#menu li{
	display:block;
	margin:0;
	pading:0;
	width: 263px;
	text-align: center;
	float: left;
}
ul#menu li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:8px 5px 8px 5px;
	color: #333333;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	background: transparent url("http://www.pikkipi.com/menu_bkgd.jpg") no-repeat top right;
	;
	}
ul#menu li a:hover{
	background: #cccccc;
	}
a {
	color: #000000;
}
.flickrpanel {
	background-color: #E0DDDE;
	text-align: left;
	padding: 15px;
}
