@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	font-size: 0.9em;
}
#header {
	width: 100%;
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-attachment: fixed;
}
.dot {
	color: #0099FF;
}
#header h1 {
	color: #FF0000;
	text-align: right;
	margin-right: 15%;
	letter-spacing: 0.2em;
	word-spacing: 1em;
	line-height: 2.5em;
}

#header .diller {
	color: #CCCCCC;
	letter-spacing: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header .diller a {
	color: #CCCCCC;
	text-decoration: none;
}
#header .diller a:link, #header .diller a:visited {
	color: silver;
	text-decoration: none;
}
#header .diller a:hover, #header .diller a:focus {
	color: #FFCC00;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}


#header a {
	color: #FF0000;
	text-decoration: none;
}

#header a:link {
	text-decoration: none;
	color: #FF0000;
}

#header a:hover {
	color: #3E3EFF;
}

#wrapper {
	text-align: left;
	width: 85%;
	max-width: 1200px;
	min-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 70% 0%;
	padding: 0px;
	background-color: #eee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #ACACAC;
	border-bottom-color: #000000;
	border-left-color: #5C5C5C;
}
#content {
	float: left;
	width: 69%;
	background-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: silver;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0px;
}

#content div {
	width: 85%;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding: 0%;
	background-color: transparent;
}
#content p {
	line-height: 1.4em;
	color: #222222;
}
.xetsiz_link {
	text-decoration: none;
	font-weight: bold;
}

#content li {
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}




#nav {
	float: right;
	width: 29%;
	background-color: #eee;
	background-position: -10px 0px;
	background-attachment: fixed;
}

#nav div {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
}

#nav table p {
	font-weight: bold;
	color: #333333;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#footer p {
	text-align: center;
	line-height: 3;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	color: #eee;
}
#footer a {
	color: #eee;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding-right: 1px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCC00;
	text-decoration: none;
	padding-right: 1px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCCC00;
}
