
body {
	background-color: #000000;
	background-image: url(/images/background.gif);

	font-family: Arial,Helvetica,sans-serif;

	text-align: left;
}

a:link, a:visited, a:active {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}

strong {
	font-weight: bold;	
}

blockquote {
	margin-left: 20px;
}

h1 {
	font-family: Verdana;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;	
}
	
h1 a:link {
     color: #FFFFFF;
     font-size: 22px;
     text-decoration: none;}

h1 a:visited, h1 a:hover, h1 a:active {
	 color: #FFFFFF;
     text-decoration: none;}


h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
   margin: 0px;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
   margin: 0px;
	padding: 10px 0 5px 0;
}


#emoContainer {
	width: 825px;
	margin: 0 auto;
	padding: 15px 0;
}

#emoHeader {
}

#emoHeader .tagline {
	background-color: #e80000;
	text-align: center;
	height: 30px;
}

#emoHeader .masthead {
	background-color: #eaeaea;
	height: 98px;
}

#emoHeader .links {
	background-color: #e80000;
	text-align: center;
	height: 24px;
	clear: both;

	padding-top: 6px;
}

#emoBody {
  background-color:#FFF;
  float:left;
  width:430px;

  border-left:220px solid #EAEAEA;
  /* The width and color of the left rail */

  border-right:175px solid #EAEAEA; 
  /* The width and color of the right rail */
}


#leftRail{
  float:left;
  width:220px;
  margin-left:-220px;
  position:relative;

  text-align: left;
}

#center{
  float:left;
  width:410px;
  margin-right:-500px;
   
  padding: 10px 10px 20px 10px;

  color: #333333;
	text-align: left;
}


#center li {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 20px;
	margin-bottom: 7px;
}

#rightRail{
  float:right;
  width:175px;
  margin-right:-175px;
  position:relative;
}

#leftRail ul {
	margin-bottom: 15px;
}

#leftRail .nav li {
	color: #33679B;
	width: 198px;

	padding: 5px 10px;
	font-weight: bold;

	background-color: #EAEAEA;

	border-right: 1px solid #E80000;
	border-bottom: 1px solid #E80000;

	text-align: left;
}

.nav a:link, .nav a:visited, .nav a:active {
     color: #FF0000;
     font-size: 12px;
     text-decoration: none;
}

.nav a:hover {
	 text-decoration: underline;
}


#emoFooter {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

#emoFooter A:link, #emoFooter A:visited, #emoFooter A:active {
     color: #FFFFFF;
     text-decoration: underline;
}

.tip {
	border: 1px solid #E80000;
}

.tip .head {
	background-color: #E80000;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;

	text-align: center;
	padding: 3px 0;
}

.tip .body {
	text-align: left;
	padding: 10px 10px;
	color:#333333;
	font-size:12px;
}

.tip .body ul {
}

.tip .body li {
	color: #E80000;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 10px;
	margin-bottom: 7px;
}

.tip .body li span {
	color: #333;
}

.album {
	float: left;
	width: 350px;
	border: 1px solid #999;
	padding: 5px;
	margin: 10px;
	
	font-size: 90%;
	color: #333;
}

.album img {
	float: left;
	margin-right: 10px;
}

.albumtitle a {
	font-size: 120%;
}

.albumtitle {
	margin-bottom: 10px;
}