body{
	background: url(back.jpg) left top no-repeat #000000;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

p{
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	text-align: left;
}

a:link{
	color: #ffff00;
	font-variant: small-caps;
	text-decoration: none;
}

a:hover{
	color: #3f4c6b;
	font-variant: small-caps;
	text-decoration: none;
}

a:visited{
	color: #cc0000;
	font-variant: small-caps;
	text-decoration: none;
}

h1 {
	font-size: 13pt;
	background: url(../images/bar.png) bottom left no-repeat;
}

h2 {
	font-size: 13pt;
	padding-bottom: 0px;
}

#main {
	width: 700px;
	background: #c79810;
	border: 2px #808080 ridge;
	margin: auto;
	overflow: auto; 
}

#header {
	background: url(images/rotator.php) no-repeat;
	width: 100%;
	height: 119px;
}

#ticker{
	width: 100%;
	height: 20px;
	background: #cc0000;
}

#menu {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}

#menu a{
	text-decoration: none;
	padding: 0px 39px 0px 39px;
	color: #f9f7ed;
	background-color: #88630a;
	border: 3px double #88630a;

}

#menu a:hover{
	background-color: #a77f2c;
	border-style: double;
}

#menu a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: double;
}

#text {
	width: 100%;
	padding-top: 10px;
	background: #c79810;
}

#sidebar {
	width: 200px;
	float: left;
	padding-bottom: 20px;
	background: #c79810;
}

p.sidebar {
	border: 1px #f9f7ed solid;
	width:85%;
	padding:10px 5px 10px 5px;
	margin:20px auto;
}


#main-text {
	width: 490px;
	background: #ffffff;
	color: #000000;
	float: right;
}

p.main {
	color: #000000;
}

a.main-text {
	color: blue;
	font-variant: small-caps;
	text-decoration: none;
}

a.main-text:hover {
	color: red;
	font-variant: small-caps;
	text-decoration: none;
}

a.main-text:visited {
	color: #73880a;
	font-variant: small-caps;
	text-decoration: none;
}

#countdown {
	width: 100%;
	background: #73880a;
	color: #ffffff;
	text-align: center;
	float: right;
}

p.countdown {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

#text-content {
	width: 100%;
	color: #000000;
	float: right;
}
.style1 {
	border-style: solid;
	border-width: 0px;
}
.style2 {
	border-style: solid;
	border-width: 1px;
}

#flashcontent{
}

