@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;
	text-decoration: none;

}



#wrapper #logo {


}



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

}



#wrapper #navigation ul {

	list-style-type: none;

}



#wrapper #navigation ul li {
	display: inline;

}



#wrapper #navigation ul li a {

	color: #000;

}

#wrapper #navigation ul li a:visited {
	color: #000;
	text-align: center;
	vertical-align: middle;

}

#wrapper #navigation ul li a:hover {
	background-color: #666;
	vertical-align: middle;
	color: #FFF;
	text-align: center;

}

#wrapper #navigation ul li a:active {
	color: #FFF;

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}



#wrapper #bgImg #container {
	float: none;
	height: auto;
	width: 350px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;

}



#wrapper #bgImg #container1 {
	color: #000;
	float: none;
	text-decoration: none;

}



#wrapper #bgImg {
	background-repeat: repeat-y;
	float: none;
	background-color: #171008;

}

#wrapper #footer {
	background-color: #000;
	height: 15px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-top: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 700px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

}
