@import url('reset.css');
@import url('text.css');

/* @override http://www.rabidvinylmonks.com/new/css/styles.css */

/* MY SHIT */

body {
	background-color: #f2f1e7;
	font: bold 18px/24px Helvetica, Arial, Geneva, sans-serif;
	text-align: justify;
	color: #f2f1e7;
}

img {
	float: left;
}

p {
	margin: 5px 0 0;
	}

p span{
	background:#2a2a28;
}

p:last-child {
	margin-bottom: -13px;
}

#container {
	width: 902px;
	height: 1183px;
	margin-right: auto;
	margin-left: auto;
}

#flash {
	width: 673px;
	height: 310px;
	float: left;
	background-image: url(../Images/12.jpg);
}

#bottom {
	background-color: #2a2a28;
	padding-top: 60px;
}

#bottomContainer {
	width: 679px;
	border-top: 1px solid #f2f1e7;
	border-bottom: 1px solid #f2f1e7;
	display: block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	padding-left: 4px;
	padding-right: 4px;
	float: none;
}
	
#bottomForm {
	width: 680px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#bottomForm #email_address{
	border: none;
	background-color: #828276;
	font: bold 18px Helvetica, Arial, Geneva, sans-serif;
	height: 30px;
	width: 310px;
	color: #2a2a28;
	padding-right: 8px;
	padding-left: 8px;
}

.email {
	background-color: red;
}

#bottomForm #email_address:focus,
#bottomForm #email_address:active {
	background-color: #f2f1e7;
}
#bottomForm #submit {
	background: url(../Images/button.gif) 0 0;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 30px;
	width: 124px;
	vertical-align: top;
}
#bottomForm #submit:active,
#bottomForm #submit:hover {
	background-position: 0 -30px;
}

a, a:visited {
	text-decoration: line-through;
	color: #f2f1e7;
}

a:hover, a:active {
	color: #828276;
	text-decoration: none;
}

