@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFDFD;
}

#page-container {
		width: 100%;	/*margin: auto;*/
	position: absolute;
	left: 0px;
	top: 0px;
}

#band {
	position:absolute;
	top:20px;
	left:0px;
	height: 80px;
	background-color: #6F0909;
	letter-spacing: -3px;
	width: 100%;

}

#band h1 {
	color: #E94959;
	font-size: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
	font-family: Verdana, Geneva, sans-serif;
}

#line {
	position:absolute;
	top: 100px;
	height: 5px;
	background-color: #FC5207;
	width: 100%;
}

#line_2 {
	position:absolute;
	top: 105px;
	height: 5px;
	background-color: #FFFDFD;
	width: 100%;
}

#navigation {
	position:absolute;
	background-color: #CD192A;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 150px;
	left: 50px;
	height: 1300px;
}

#navigation-line{
	position:relative;
	top:-1200px;
	left: 200px;
	height: 800px;
	width: 5px;
	background-color: #FC5207;
}

#navigation p {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	text-align: right;
	line-height: 0.4em;
}
#navigation p a.main {
	font-size: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	line-height: 0.4em;
}
#navigation p a.designer {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	text-align: right;
	line-height: 1.4em;
}

#navigation h6 {
	color: #981220;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-weight: normal;
}

a.main:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: right;
}
a.main:visited {
	text-decoration: none;
	color: #6F0909;
}
a.main:hover {
	text-decoration: none;
	color: #FC5207;
}
a.main:active {
	text-decoration: none;
	color: #FFF;
}

a.secondary:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CD192A;
	text-align: right;
}
a.secondary:visited {
	text-decoration: none;
	color: #6F0909;
}
a.secondary:hover {
	text-decoration: none;
	color: #E94959;
}
a.secondary:active {
	text-decoration: none;
	color: #FFF;
}

a.designer:link {
	text-decoration: none;
	text-align: right;
	color: #981220;
	font-weight: lighter;
}
a.designer:visited {
	text-decoration: none;
	color: #981220;
}
a.designer:hover {
	text-decoration: none;
	color: #FC5207;
}
a.designer:active {
	text-decoration: none;
	color: #981220;
}
/* was container used prior to this am #container {
	position:absolute;
	width:850px;
	height:450px;
	margin:20px auto 0 auto;
	background-color: #FFFDFD;
	left: 200px;
	top: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/  

#container {
	position: absolute;
	top:110px;
	left:200px;
	width:725px;
	height:450px;
	margin:0px;
	padding-top:30px;
	padding-left:50px;
	padding-bottom:0px;
	padding-right:0px;
	background-color: #FFFDFD;
	line-height: 1.7em;
}

#container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2.5em;
}
