/* CSS Document */

body	{
	padding:		0px;
	margin:			0px; 
	text-align:		center;
	background:		url(../images/spacer.jpg) repeat-x;
	color:			#000000;
	font-family:	Arial, Helvetica, sans-serif;
	}

#header	{
	background:		url(../images/bg-header.jpg);
	width:			704px;
	height:			140px;
	border-bottom:	5px solid #977197;
	}

#header img#logo	{
	position:		relative;
	top:			10px;
	left:			50px;
	}

#header img#city	{
	float:			right;
	border:			0px;
	padding:		0px;
	}

#container	{
	text-align:		left;
	margin: 		0 auto;
	width:			704px;
	background:		#000000;
	color:			#ffffff;
	}


ul#nav	{
	font-family:	arial;
	font-size:		12px;
	margin-left:	0;
	padding-left:	0;
	list-style-type:none;
	background:		#660066;
	float:			left;
	width:			704px;
	border-bottom:	5px solid #977197;
	}

ul#nav li	{
	display: 		inline;
	}

ul#nav a	{
	display:		block;
	float:			left;
	padding:		.2em 1.5em;
	text-decoration:none;
	color:			#ffffff;
	background:		#660066;
	border-right:	1px solid #fff;
	}

ul#nav a:hover	{
	color:			#ffffff;
	background:		#4F004F;
	}

#content	{
	width:			704px;
	height:			100%;
	background:		#000000;
	}

#footer	{
	background:		#4F004F;
	color:			#ffffff;
	text-align:		center;
	font-size:		12px;
	}
