﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: medium;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('../images/bg3.jpg') ;
	background-repeat: no-repeat;
}
#container {
	width: 946px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
	color: #fff;
	position: inherit;
}
#masthead {
	width:926px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	text-align: right;

	
}
#navigation {
	overflow: hidden;
	width: 930px;
	clip: rect(auto, auto, auto, 20px);
	position: relative;
	float: none;
	padding-left:7px;
}
#content {
	float: right;
	width: 880px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: relative;
}
#footer {
	text-align: left;
	clear: both;
	width: 906px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	padding-left: 1%;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	margin: 10px 10px 10px 0;
	padding: 0;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width:890px;

	margin: 0;
	padding: 0;
}
#navigation li {
	float:right;
	
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;

}

/* Styles for Footer */
#footer p {
	font-size: small;
	color: #fff;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color:   #acdeef;
	text-decoration: none;
}
a {
	color:    white;
	text-decoration: underline;
	
}
a:hover {
	color: #acdeef ;
	text-decoration: none ;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2 {
	color: #FFFFFF;
}
.metta {
	color: #000000;
	font-size: 1px;
}
.L {
	font-size: large;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-size: medium;
}
h1 {
	font-size: 1px;
	color: #000000;
}
.blink {
	color: #ca7;
	font-size: small;
	text-decoration: blink;
}
img.IMenu  {
	margin: 0;
	padding: 1px;
	border: 0 none;
	cursor: pointer;
}

a.IMenu img {
	border: 0 none;
	border: 1px transparent solid;
}

a.IMenu img:hover {
	border: 1px #00FFFF solid;
}

img.Enlargable  {
	margin: 5px;
	cursor: pointer;
	border: 1px transparent solid;
}

img.Enlargable:hover {
	border: 1px #00FFFF solid;
}


.Opacity {	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.Trans {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
