/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN SITE */

html {
	background-color:#000
}

#container {
	background-image:url(images/bg_02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height: 870px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	overflow:hidden;
	height: 250px;
	width: 960px;
}

#header img,.png {
	float: left;
	top: 75px;
	position: relative;
}

.dot {
	font-family: "Bookman Old Style", "Goergia Bold Italic", "serif", "Times";
	font-size: 24px;
	color: #9F0;
	font-style: italic;
}

#nav {
	float:right;
	font-family: "Bookman Old Style", "Georgia Bold Italic", "serif", "Times";
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	top: 100px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 5px;
	font-style: italic;
}

#nav li {
	display:inline;
	color: #FFF;
	text-decoration: none;
}

#nav li a {
	color:#FFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #9C0;
	text-decoration: none;
}
#main {
	height: 600px;
	width: 920px;
	border: thin solid #9F0;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}


#flashcontent {
		height: 100%;
}

#footer {
	height: 50px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#footer ul {
	float: left;
	padding-bottom: 5px;
}

#footer ul li {
	display:inline;
	font-family: "Bookman Old Style", "Georgia Bold Italic", "serif", "Times";
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
	font-style: italic;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #9C0;
	text-decoration: none;
}
#footer p {
	float:right;
	font-family: "Bookman Old Style", "Georgia Bold Italic", "serif", "Times";
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 5px;
	font-style: italic;
}
#footer p a {
	color: #666;
	text-decoration: none;
}
#footer p a:hover {
	color: #CCC;
	text-decoration: none;
}
.greentext {
	font-family: "Bookman Old Style", "Georgia Bold Italic", serif, Times;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #9C0;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 20px;
}
.whitetext {
	font-family: "Bookman Old Style", "Georgia Bold Italic", serif, Times;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 20px;
}
.whitetext a {
	color: #FFF;
	text-decoration: none;
}

.whitetext a:hover {
	color: #9C0;
	text-decoration: none;
}
#content {
	height: 100%;
}
