
/* css base */
body {
	margin:0;
	padding:0;
	font-family: 'Helvectica', 'Arial', 'Verdana', 'Tahoma';
	color: #333;
	font-size: 14px;
	line-height: 200%;
}

a, a:active {
	color: #ca1111;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #820909;
}

a.selected {
	color: #00F;
}

#layout {
width: 960px;
margin: 0 auto;
}
#header{
float:left;
width:450px;
position: fixed;
}
#header a:hover {
	border:0;
}

#content {
	float:right; 
	width:490px;
	text-align:justify;
}
#navigation {
border-bottom: solid 1px #D64D4D;
padding: 10px 0 0 0;
}
	#navigation ul {
	margin:0;
	padding:0;
	list-style:none;

	}
	
	#navigation ul li {
	margin:0;
	display:inline;
	text-transform:uppercase;
	padding: 0 10px 0 0;
	}
	#navigation a:hover {
	}

/* titles */

h1 {
	display:none;
}

h2 {
	font-weight:normal;
	color: #ca1111;
	font-size: 36px;
	text-transform:uppercase;
	margin: 10px 0;
	padding:0;
	font-family: 'MolotRegular';
}

h3 {
	font-weight:none;
	color: #820909;
	font-size: 24px;
	text-transform:lowercase;
	margin: 4px 0 0 0;
	padding:0;
	font-family: 'MolotRegular';
}
		
h4, h5, h6 {
	margin:0;
	padding:0;
	text-transform:lowercase;
	font-weight:normal;
	font-style:italic;
	}


/* images */

	p.affiliates img , p.icons img, .codes img {
		text-align:center;
		margin:2px;
		 }


/* Forms */
	.commentform {
		width:90%; }

	.form {
		width:90%; }

	.password {
		width: 40%;	}

	input, textarea, option, select {
		font-family: "Helvetica", "Arial", "Tahoma", "Verdana";
		font-size: 12px;
		color: #333;
		background: #FFF;
		border: solid 1px #b70e29;
		padding:4px;
		}

	input:focus, textarea:focus, option:focus, select:focus {
		border:solid 1px #c7a04d;
		}
		
@font-face {
    font-family: 'MolotRegular';
    src: url('fonts/Molot-webfont.eot');
    src: url('fonts/Molot-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Molot-webfont.woff') format('woff'),
         url('fonts/Molot-webfont.ttf') format('truetype'),
         url('fonts/Molot-webfont.svg#MolotRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


