﻿/*
  generic style sheet
  by Brian Nielsen
*/

/*body style*/
body {
    background: #000000;
    font-size: 16px;
	color: #646365;
}

/*link style*/

a:link {
    color: #AC1E14;
}
a:hover {
    color: #000000;
    background-color: #646365;
}
a:active {
    color: #000000;
}
a:visited {
    color: #5C1E11;
}

a {
    font-family: "Helvetica Nue", serif;
    font-style: italic;
    text-decoration: overline;
	font-weight: 700;
}

/*div class stlyes*/

.container {
	
	}
.header {
	width: 800px;
	margin: 0 auto;
	white-space: no-wrap;
	letter-spacing: -4px;
	padding: 0px;
}

.header img {
	border: 0px;
    padding: 0px;
    margin: 0px;
}

.content {
/* #BE1A11 #FFFF63 */
	border: #70130C 5px solid;
	width: 780px;
	margin: 0 auto;
	padding: 5px;
}
.subNav {
	background: #5a595b;
	text-align: center;
	margin-bottom: 5px;
	width: 775px;
	padding: 2px;
	font-size: 22px;
}
.prop{
	height:400px;
	float:right;
    width:1px;
}
.clear {
clear:both;
height:1px;
overflow:hidden;
}
#flashcontent {
	width: 100%;
	height: 560px;		
}


/*paragraph style*/
p {
	text-indent: 1cm;
}

