@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #f7f7f7;
	border-top: 0;
}

#wrap {
	width: 970px;
	margin: 0 auto;
	text-align: right;
}

#stripe {
	background: #212121;
	border-bottom: 2px solid #0088ce;
	height: 10px;
	overflow: hidden;
	margin: 0 0 20px;
}

#header {
	height: 100px;
	overflow: hidden;
}

#logo {
	display: inline;
	float: left;
	height: 100px;
	margin: 0 10px;
	width: 300px;
}
#menu ul {
	float: right;
	margin: 35px 0 0;
}

#menu ul li {
	display: inline;
	float: left;
	margin-left: 10px;
}

#home {
	height: 403px;
	position: relative;
	text-align: left;
}

#home #title {
	bottom: 28px;
	color: #fff;
	height: 71px;
	margin: 0 10px;
	position: absolute;
	width: 940px;
	left: 5px;
	background-image: url(../images/bgback.png);
	background-repeat: repeat;
	background-position: 0 0;
	top: 289px;
}

#home #title h1 {
	font-size: 3em;
	margin: 20px 30px 0;
	text-shadow: #000 1px 1px 2px;
}

#home #title h2 {
	font-size: 2.4em;
	margin: 15px 30px 0;
	text-shadow: #000 1px 1px 2px;
}

#home #title h3 {
	font-size: 1.2em;
	margin: 0 30px 0;
	text-shadow: #000 1px 1px 2px;
}

#home #title h4 {
	font-size: 1.2em;
	margin: 0;
	text-shadow: #000 1px 1px 2px;
}




#home div.title-shadow {
	height: 25px;
	font-size: 0.9em;
	padding: 5px 10px;
	overflow: hidden;
	text-align: right;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top: 1px solid #d5d5d5;
}



#footer {
	clear: both;
	padding: 0px 5px 10px;
	margin: 0px 0 0;
}



#footer p {
	color: #999;
	margin: 0 5px;
	float: right;
	font-size: 10px;
}

#footer p a {
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana, sans-serif, Georgia;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}
#anaresim {
	text-align: center;
}
