* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	background: #000 url(images/background.gif) repeat-x;
}

a:link { color: #c33f27; text-decoration: none }
a:visited { color: #c33f27; text-decoration: none }
a:active { color: #c33f27; text-decoration: none }
a:hover { color: #c33f27; text-decoration: underline }

.menu a:link { color: white; text-decoration: none; }
.menu a:visited { color: white; text-decoration: none; }
.menu a:active { color: white; text-decoration: none; }
.menu a:hover { color: white; text-decoration: underline; }

.container {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	margin-bottom: 10px;
	height: 203px;
	background: #000 url(images/headerbg.gif) no-repeat;
}
		
.menu {
	font-size: 15px;
	color: white;
	position: relative;
	bottom: 90px;
	left: 350px;
	text-transform: uppercase;
}

.content {
	border: 1px solid #535353;
	padding: 20px;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
}

.txt {
	font-size: 14px;
}

.footer {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	font-size: 11px;
	color: #535353;
}

input {
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
}

textarea {
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
}

.album{
	border:1px solid #535353;
	border-left:5px solid #535353;
}