@charset "utf-8";

/* CSS Document */

*{

	margin: 0px;

	padding: 0px;

}



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

}



#wrapper #logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



#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;

}



#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;

	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;
	height: auto;
	width: 700px;

}




#wrapper #bgImg #container1 {
	color: #000;
	height: auto;

}



#wrapper #bgImg {
	height: auto;
	background-repeat: repeat-y;
	width: 700px;
	text-align: center;
	overflow: hidden;
	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;
	float: none;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

}
