@charset "utf-8";

/* CSS Document */

*{

	margin: 0px;

	padding: 0px;

}



#wrapper {
	background-color: #f7f7f7;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: thin solid #FFF;
	float: none;

}



#wrapper #logo {

	border-bottom-style: solid;

	border-bottom-color: #333;

	border-bottom-width: thin;

}



#wrapper #navigation {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	height: 20px;
	text-decoration: none;
	overflow: hidden;
	width: auto;
	float: none;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	position: relative;
	vertical-align: middle;

}



#wrapper #navigation ul {

	list-style-type: none;

}



#wrapper #navigation ul li {
	display: inline;

}



#wrapper #navigation ul li a {
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;

}

#wrapper #navigation ul li a:visited {

	color: #000;

	width: 700px;

}

#wrapper #navigation ul li a:hover {

	background-color: #666;

	vertical-align: middle;

	color: #FFF;

	position: relative;

}

#wrapper #navigation ul li a:active {

    color: #FC3;

}

a img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#wrapper #bgImg #container {
	float: none;
	width: 300px;
	height: auto;
	text-align: left;
	margin: 10px;
	padding: 10px;

}
#wrapper #bgImg #container ul {
}
#wrapper #bgImg #container ul li {
	list-style-type: none;
}
#wrapper #bgImg #container ul li a {
	color: #FFC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#wrapper #bgImg #container ul li a:link {

}
#wrapper #bgImg #container ul li a:hover {
	color: #0FF;
}
#wrapper #bgImg #container ul li a:active {

}





#wrapper #bgImg {

	height: 100%;

	background-repeat: repeat-y;

	width: auto;

	right: auto;

	text-align: center;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	background-image: url(../images/background211.jpg);

	overflow: hidden;

}

#wrapper #footer {

	background-color: #000;

	height: 15px;

	text-align: center;

	color: #FFF;

	font-size: 10px;

	padding-top: 2px;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: solid;

	border-top-color: #FFF;

	border-right-color: #FFF;

	border-bottom-color: #FFF;

	border-left-color: #FFF;

}
