@import url("layout.css");
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #000 url('../images/ballok-bg.jpg') repeat-y fixed right top;
}
#container {	
	margin-top:0px;
	width: auto;
	margin-right: 100px;
	margin-left:0px;
	background:#FFFFFF;
	padding: 0px 0px 0px 5px;
}
#top {
	width:100%;
	background:white url('../images/b1.jpg') no-repeat scroll left top;
	height:270px;
}
#logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 270px;
	height:100px;
	width:100%;

}
/* Navigation Styles */
#navigation {
	width: auto;
	margin-right: 100px;
	background-color: #DCDBE0;

}
#navigation ul {
	list-style-type: none;
	width:auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	background-color: #FFFFCC;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #808080;
	border: 1px solid #ffffff;
	color: #FFA500;
}
/* Navigation_docs Styles */
#navigation_docs {
	width: 185px;
}
#navigation_docs ul {
	list-style-type: none;
	width:185px;
	margin: 0;
	padding: 0;
}
#navigation_docs li {
	float: left;width: 185px;
}
#navigation_docs a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}
#navigation_docs a:hover {
	background-color: #FFFF99;
	color: #800000;
}
#ballok 
	{position: absolute;
	width: 100px;
	right: 0px;
	top: 0px;

	height: 133px;
}
#content {
	margin-top:30px;
	border-top:1px orange solid;
	border-left:1px orange solid;
	width:auto;
	background: #FFFF99 url('../images/corn.jpg') no-repeat scroll right
bottom;
	margin-bottom: 0px;
	padding: 0px 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	background:black url('../images/footer.jpg') no-repeat scroll left bottom; 
	height:80px;
	margin-top:0px;
	padding-left:5px;
}
/* Masthead Styles */
/* Content Styles */
h6 {
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}
h5 {
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}
#content h1 {
	color: #800000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: large;
}
#content h2 {
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:24px;
}
#content h3 {
	color: #33627D;
}
#content h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFF99;
	font-size: 24px;
}
#content p {
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 20px;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 34px;
	margin-left: 460px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.6699ff {
	color: #6699FF;
	font-weight: bold;
}
#1 li {
	list-style-type: none;
	list-style-image: url('../purple1.gif');
}
#1 ul {
	list-style-type: none;
	list-style-image: url('../purple2.gif');
}

.allow_bg_color {
	color: #FFFF99;
}


