/*Main CSS*/
*	{
	margin: 0;
	padding: 0;
	}

body	{
	border: 0px;
	font-family: Century Gothic;
	font-size: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: left;
	background-image:url('stripe.png');
	background-color: #000000 ;
	background-repeat:repeat;
	background-attachment:fixed;
 	background-position:bottom left;
 	text-align: center;
	}

h1	{
	font-family: flomotion;
	font-size: 42px;
	color: #BCD4E6;
	text-indent: 20px;
	letter-spacing: 4px;
	}

h2	{
	font-family: century gothic;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: none;
	text-indent: 35px;
	color: #F0F8FF;
	letter-spacing: 1px;
	}

a:link, a:visited, a:active{
	color:#92A1CF;
	text-decoration: none;
	border-bottom: 1px dotted #92A1CF;
	}

a:hover	{
	color: #CCCCFF;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #CCCCFF;
	}

.head, a.head:link, a.head:active, a.head:visited{
	color:#FFFFFF;
	text-transform: uppercase;
	font-family: Century Gothic;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	}

a.head:hover{
	color:#CCCCFF;
	background-color: #transparent;
	}

b	{
	font-family: century gothic;
	}

i	{
	font-family: century gothic;
	}

u	{
	border-bottom: 1px dashed #3c3644;
	font-family: century gothic;
	text-decoration: none;
	}

big	{
	font-family: century gothic;
	font-size: 200%;
	color: #CCCCFF;
	line-height: 100%;
	}

#contain	{
	width: 1107px;
	height: -100px;
	margin: auto;
	background-color: transparent;
	text-align: center;
	}

#naviheader {
	width: 1051px;
	height: 200px;
	margin-top: -100px;
	margin-left: 115px;
	background-color: #;
	background: url('');
	background-repeat: no-repeat;
	}

#navigation {
	color: #FFFFFF;
	width: 195px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: auto;
	background-color: #000000;
	background-image:url('');
	background-attachment:fixed;
 	background-position:top left;
 	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	margin-right: 10px;

	}

#navigation2 {
	color: #FFFFFF;
	width: 195px;
	height: auto;
	float: right;
	text-align: right;
	margin-top: auto;
	background-color: #000000;
	background-image:url('');
	background-position:top right;
	background-attachment:fixed;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	margin-left: 10px;
	border-bottom: 0px solid #000000;
	}

#navigation a:link, #navigation a:visited, #navigation2 a:link, #navigation2 a:visited, #navigation a:active, #navigation2 a:active{
	color: #92A1CF;
	text-decoration: none;
	border-bottom: 1px dotted #b1ac8a;
	font-family: Century Gothic;
	text-transform: uppercase;
	font-weight: none;
	}

#navigation a:hover, #navigation2 a:hover{
	color: #B0B0B0;
	}

#navigation .menu, #navigation a.menu:link, #navigation a.menu:active, #navigation a.menu:visited{
	color: #92A1CF;
	background-color: transparent;
	font-family: century gothic;
	font-size: 12px;
	font-style: bold;
	font-weight: none;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 2em;
	text-align: left;
	border-bottom: 0px dotted #b1ac8a;
	}

#navigation a.menu:hover{
	color: #5A4FCF;
	background-color: transparent;
	border-bottom: 0px dotted #b1ac8a;
	}

#main	{
	width: 620px;
	height: auto;
	padding: 20px 15px 15px 20px;
	font-family: century gothic;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3c3644;
	text-align: left;
	line-height: 180%;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#main a:link, #main a:visited, #main a:active{
	color: #A1CAF1;
	font-family: Century Gothic;
	text-transform: uppercase;
	}

#main a:hover{
	color: #FFFF;
	text-decoration: none;
	}

#main p	{
	margin: 0 0 10px 0;
	}

#main p.cmnt {
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	}

#main li {
	margin: 0 0 0 10px;
	}

#footer {
	width: 901px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px 20px 40px;
	font-family: century gothic;
	font-size: 10px;
	color: #b1ac8a;
	text-align: center;
	letter-spacing: 1px;
	}

#footer a:link, #footer a:visited {
	font-family: tahoma;
	font-size: 10px;
	color: #b1ac8a;
	border-bottom: 1px dotted #b1ac8a;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	}