html, body, ul, ol, li, p,
blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset,
a, div, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
}

body {
	height: 100%;
	background: url(images/background.jpg);
	color: #ffffff;
}

/*--------- Layout -----------------*/

#container {
	width: 760px;
	margin: 5px auto;
	padding-bottom: 5px;
	background-color: transparent;
}

#header {
	background: transparent url(images/curves-top-bw.jpg) no-repeat top;
	height: 150px;
	text-align: right;
}

#content {
	background-color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 14px;
}

#main {
	margin-right: 200px;
}


#border-top {
	background: transparent url(images/border-top.gif) no-repeat top;
	height: 40px;
}

#border-bottom {
	background: transparent url(images/curves-bottom-bw.gif) no-repeat bottom;
	height: 40px;
	clear: both;
}

#sidebar {
	width: 170px;
	margin: 10px;
	margin-left: 20px;
	height: 100%;
	float: right;
	text-align: center;
}


/*----------- Menu ----------------*/

#menu ul{
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menu li{
	float: left;
	display: inline;
}

#menu li a{
	text-align: center;
	color: #444444; 
	text-decoration: none;
	display: block;
	margin: 10px 5px 1px 5px;
	height: 25px;
	he\ight: 25px;
	width: 75px;
	//font: 16px Forte, cursive, Arial, Helvetica, sans-serif;
	font: 18px Verdana, Arial, Helvetica, sans-serif;		
}

#menu li a:hover{
	color: #111111;
}

#menu li a.wide{
	width: 140px;
}

/*----------- General Styling -----*/

p {
	padding: 10px;
}

h1 {
	padding: 0px 10px;
	font: 60px Forte, cursive, Arial, Helvetica, sans-serif;
}

h2, h3 {
	padding: 10px;
}

h3 a {
	font-size: 12px;
	background-color: #222222;
	color: #eeeeee;
	text-align: center;
	margin: 10px 0px;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0px;
}

a {
	color: #dddddd;
}
ol, ul {
	margin-left: 50px;
}

marquee a {
	text-decoration: none;
}

#border-bottom p {
	padding: 10px 0 0 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar p {
	font-size: 9px;
}

ol.links li {
	padding: 5px;
}

table {
	padding: 20px;
	width: 700px;
}

td.normal {
	vertical-align: top;
	text-align: left;
	width: 300px;
}

td.firstcol {
	vertical-align: top;
	text-align: left;
	width: 200px;
}

td.lastcol {
	vertical-align: top;
	text-align: center;
	width: 200px
}

.album {
	clear: left;
	/* color: #ffffff;
	background-color: #444444; */
	font-size: smaller;
}

form {
	width: 80%;
}

form label { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 10px; 
	text-align: right; 
}

form input, form textarea {
	width: 50%;      
	margin: 5px 0 0 10px;                       
}

form input#subscriberemail {
	width: 150px;
	margin: 0;
}

form input#submit {
	margin-left: 180px;
}

textarea { 
	overflow: auto; 
}

form.paypal {
	width: 200px;
}

form.subscribe {
	width: 170px;
}