﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: small;
	background-image: url('../images/singer.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}
#container {
	border-color: none;
	border-style: none;
	border-width: 0px;
	
	}
#masthead {
	text-align: center;
	
	
	margin-bottom: 5px;
}

#column_l {
	width: 600px;
	padding: 20px 10px 20px 20px;
	
	height: 420px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
html>body #column_l {
	width: 500px;
	padding: 20 15px 0 15px;
	
	color: #FFFFFB;
	line-height: 180%;
}
#column_2 {
	width: 745px;
	padding: 20px 10px 20px 20px;
	height: ;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #FFEEAA;
}

html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: normal;
	color: #F9F3E8;
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	display: inline;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #a0522d;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #581507;
}
/* Links */
a {
	border-color: 581507;
	border-style: none;
	border-width: thick;
	color: #A0522D;
	background-color: none;
	font-weight: bolder;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
html > body #columnl {
	margin: 30px 15px 0px 20px;
	width: 600px;
	padding: 20 15px 0 15px;
	background-color: none;
	color: #FFFFFB;
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
}
html > body #skin {
	border-color: none;
	border-width: inherit;
	border-style: none;
	margin: 30px 15px 0px 35px;
	width: 570px;
		padding: 20 15px 0 25px;
		background-color: none;
		color: #FFFFFB;
		line-height: 140%;
		font-style: italic;
	}

