body 
{
  background:#000000;
  margin:0;
  padding:0;
  font:small/1.6em "Century Gothic", Tahoma, Arial,sans-serif;
  text-align:left;
  color:#fff;
}

#content table
{
	margin-left: 12px;
	padding-left:0;
}


#content td
{
	text-align:left;
	padding:0;
	margin:0;

}
.azz
{
	color: #DFAFA1;
}
.quo
{
	font-size: 130%;
	text-align: center;
}

#page 
{
  margin:0 auto;
  padding-top:0px;
  width:800px;
  text-align:left;
	
}

#top
{
	width: 564px;
	padding:0;
	margin:0;
	float:left;
	height: 70px;
	background: red;
	background:#000 url(images/menu.jpg) no-repeat right top;
}

#side
{
	width: 236px;
	padding:0;
	margin:0;
	height:600px;
	float: right;
	/*background:#000 url(images/side.jpg) no-repeat left top;*/
}

#content
{
	width: 390px;
	padding:0;
	margin:0;
	float: left;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}

#content p
{
	margin-left: 25px;
}

#content h1
{
	font-size: 170%;
	margin-left: 24px;
	text-transform: uppercase;
}

#content h2
{
	font-size: 150%;
	font-style:italic;
	margin-left: 24px;
}

#content h3
{
	font-size: 120%;
	font-weight: normal;
	font-style:italic;
	margin-left: 24px;
	text-transform: uppercase;
}

#content ul
{
	list-style-image: url(images/ul2.jpg);
}


#content a, a:visited {
	border-bottom: #fff 1px dotted;
}

#content a:hover {
	font-weight: normal;
	border-bottom: #fff 1px solid;
}
#nav
{
	width: 174px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
	padding:0;
	float: right;
	margin:0;
}

#nav ul
{
	list-style: none;
	float: right;
	text-align: right;
}

#nav ul li
{	
	
	
	margin-right: 25px;
	margin-bottom: 25px;
}

#nav ul li a
{
	padding-right: 15px;
	background: none;
}

#nav ul li a:hover
{
	background: url(images/ul.jpg) no-repeat center right; 
}

a, a:visited {
  color:#fff;
  text-decoration:none;
  border-bottom:0; 
  font-weight: normal;
  }

a:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3 a:visited:hover {
  color:#fff;
  font-weight: bold;
  }