﻿body {
	font-family:Arial;
	font-size:12px;
	margin:0 auto 0 auto;
	width:700px;
	background-color:#cccac8;
	/*background-image:url(../images/background.gif);
	background-repeat:repeat;*/
}

fieldset {
	border:solid 0px #000000;
}

h1   { 
	padding: 0px;
	margin-top:0;
	margin-bottom:10px;
	color: #444; 
	font-size: 28px; 
	font-weight: bold;
	letter-spacing:-2px;
	font-family:verdana;
	text-transform:lowercase;
	border-bottom:1px dotted #444;
}

h2   { 
	padding: 0px;
	margin-top:0;
	margin-bottom:10px;
	color: #444; 
	font-size: 23px; 
	font-weight: bold;
	letter-spacing:-2px;
	font-family:verdana;
	text-transform:lowercase;
	border-bottom:1px dotted #444;
}

h3	{
	color:#555555;
	font-size:18px;
	text-align:left;
	margin:0px;
	font-weight:normal;
}

ul {
	list-style-type:none;
	display:inline;
	padding-left:0;
	margin-left:0;
}

ul li {
	display:inline;
	padding-left:0;
	margin-left:0;
}

img {
	border:none 0 #ffffff;
	vertical-align:middle;
}



a {
	background: transparent;
	color: #b20000; 
	padding:1px 3px 2px 3px; 
	border: none;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #FFF; 
	background-color: #b20000;
	text-decoration: none;
}

a.nohover {
	text-decoration: none; 
	background: transparent; 
	padding: 0px;
}

p {
	margin-top:5px;
}
  
  .logo
  {
	
	text-transform:none;
	font-size: 35px; 
	letter-spacing:0px;
	margin:0 0 -8px 5px;
	padding:0;
		color:#666;
	 border:none;
	float:left;
  }
  
  
  .ugly
  {
	float:left;	
  }
  
  .ugly img
  {
	
  }

/***********************
 * Menu styles *
 ***********************/
.menu {
	float:right;
	list-style-type:none;   
	padding:5px; 
	width:450px;     
}

.menuitem 
{
	float:left;
	padding-left:10px;
}

/*
.menu .second {
	margin-left:100px;
	margin-top:-10px;
}

.menu .third {
	margin-left:260px;
	margin-top:-80px;
}

.menu .fourth {
	margin-left:360px;
	margin-top:-40px;
}

.menu .last {
	margin-left:440px;
	margin-top:45px;
}
*/
.menu a {
  text-decoration:none;
  font-weight:bold;
  color:#444;
  font-size:25px;
  /* border:dashed 1px #ccc; */
  letter-spacing:-1px;
}

.menu a:hover 
{
	color:#ffffff;
	/* border:dashed 1px #b20000; */
}

.menu .active-item {
  text-decoration:line-through;
}


/* Header */

.header {
	padding-top:15px;
	height:260px;

}  

/* Content */

.content {
	background:#e6d6ee;
	clear:both;
	background-position:right top;
	background-repeat:repeat-y;
	padding:20px 12px 40px 12px;
	min-height:300px;
	width:640px;
	margin-left:5px;
}

.content-wrapper 
{
	
	
}




/* Footer */

.footer {
	/*background-image:url(../images/FooterBack.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	height:80px;

}

/* Music */
.music {
	float:right;
	margin-top:0px;
	margin-right:20px;
	clear:both;
}

/* copyright */
.copyright {
	background-color:#e6d6ee;
	font-size:10px;
	padding:2px;
	margin:0;
	float:left;
	margin-top:10px;
	margin-left:5px;
	color:#000;
	width:250px;
	
}

.copyright a {
	color:#000;
	text-decoration:none;
}

.copyright a:hover {
	color:#fff;
}


	
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  /*needed to shrink IE5.5 div's*/
  font-size:1px;
}


