﻿
body {
	font-family: "Unikurd web", Arial, "Times New Roman", Tahoma ;
	font-size: 0.8em;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding:8px;
	padding-top:0px;		
	border-right: medium #725972 solid;
	border-bottom: medium #725972 solid;
	border-left: medium #725972 solid;
	border-top: medium #725972 solid;
	background: silver;
}
#masthead {		
	width: 812px;
	height: 130px;		
	border: 3px  #431;	
	border-style:solid;
	background-image: url("images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#tool {
	width: 820px;
	margin-top: 5px;
	margin-bottom: 5px;	
	
}
#content {
	float: left;
	width: 630px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align:right;
}
#input {
	width: 63px;
	height:29px;	
	}
	
#navigation {
	position: relative;
	float: right;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left: 1px dotted #725972;
	font-size: small;
	font-weight: bold;	
	direction: rtl;
}
#footer {
	text-align: center;
	clear: both;
	width: 820px;
	margin-top: 15px;	
	font-size:x-small
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	
}
#navigation a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color:blue;
	}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
a:hover {
	color: red;
	text-decoration: underline;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	margin-top:10px;
	}
h6 {
	color: #503750;
	font-family:"Unikurd Web"

	}
h5 {
	color: #503750;
	font-family:"Unikurd Web"

	}
h4 {
	color: #503750;
	font-family:"Unikurd Web"

	}
h3 {
	color:#503750;
	font-family:"Unikurd Web"

	}
h2 {
	color: #503750;
	font-family:"Unikurd Web"

	}
#content h1 {
	color: #503750;
	font-family:"Unikurd Web"

	}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}