@charset "UTF-8";
@media all {

/*
	This id defines the overall page's div container - this div should follow the body tag.
*/

#headline {
	width:485px;float:right;text-align:right;
}

#headline2 {
	width:960px;float:right;text-align:right;
}

.contentbox {
	height:486px;width:485px;background-color:#000;text-align:left;
}

.contentbox2 {
	height:486px;
	width:900px;
	text-align:left;
	margin:20px;
	padding:10px;
	color:#ddd;
}

#logo {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 101px;
	background-color:#000;
	text-align:left;
	z-index:0;
}

#page {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	background:#000 url(../../images/bg.jpg) no-repeat;
	text-align:center;
	z-index:0;
	padding-bottom:100px;
}

#page2 {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	background:#000 url(../../images/bgd.jpg) no-repeat;
	text-align:center;
	z-index:0;
}

/*
	This css contains all of the basic root defines.  Do not make specific changes in this area.
*/
html * {
	font-size: 100.01%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	color:#fff;
	background-color:#000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin: 0 0 0.25em 0;
}
h1 {
	font-size: 200%;
}                        /* 24px */
h2 {
	font-size: 166.67%;
	color:#6d4f2b;
}                     /* 20px */
h3 {
	font-size: 150%;
	color:#c87434;
}                        /* 18px */
h4 {
	font-size: 133.33%;
}                     /* 16px */
h5 {
	font-size: 116.67%;
}                     /* 14px */
h6 {
	font-size: 116.67%;
	font-style:italic;
} /* 14px */
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	
}
dd {
	margin: 0 0 1em 2em;
	font-weight:bold;
}
cite, blockquote {
	font-style:italic;
}
blockquote {
	margin: 0 0 1em 1.5em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}
a, a:link, a:focus, a:visited {
	color: #3B5990;
	text-decoration:none;
	background:none;
}
a:hover, a:active {
	background-color: #3B5998;
	text-decoration:underline;
	background:none;
}
table {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed;
}
th, td {
	padding: 0.5em;
}
/*thead th {
	background: #444;
	color: #fff;
}*/
tbody th {
	background: #ccc;
	color: #333;
}
tbody th.sub {
	background: #ddd;
	color: #333;
}
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 solid;
}
img {
	border:0;
}
.clearAcc { clear:both; height:5px; }

p.bread {
	padding:0;
	margin:0 0 5px 15px;
	color: #3B5990;
}

img.popup {
	clear:both;
	float:left;
	padding:0 20px 20px 0;
}

.nojava { text-align:center; margin:10px; border:1px solid #fff; background:#000 url('../../images/noJava-BG.png') }

.nojava p {
    width:300px;
    margin:4px;

    margin-left:348px;
    margin-right:348px;

    background-color:#fff;

    border:1px solid #000;
}

.gallery {
	float:left;
	background-color:#000;
	margin:10px;
}

.gallery ul {
	list-style-type:none;
}

.gallery ul li {
	display:block;
	background-color:#000;
	margin:10px;
}

