/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #cbe8ff /*url(images/img01.gif) repeat-x*/;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
	color:#4397e5;
	
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}






#logo {
	position: absolute;
	top: 0px;
	left: 18px;
	margin: 0 auto;
}
#menu {
	position: absolute;
	bottom: 0px;
	right: 1px;
	margin: 0 auto;
}
#header {
	width:820px;
	height: 104px;
	background-color: #9ED611;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat-x;
	position: relative;
	border-bottom: 4px solid #4489C1;
	margin: 0 auto;
}






/* Menu */
/*
#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #72c376;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #72c376;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}*/

/* Logo */

/*#logo {
	width: 820px;
	height: 143px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 500px;
	padding: 20px 30px 20px 50px;
	
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size:10px;
	
}

#buyuk {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size:11px;
	
}


.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #0099FF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #72c376;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #4397e5;
}

/* Footer */

#footer {
    width: 820px;
	margin-top:3px;
	height: 30px;
	margin: 0 auto;
	background-color: #333366;
	text-align: center;
	padding: 4px 0 10px 0;
	background-image: url("images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	color:#FFFFFF;
	
	font-size:12px;
	
}

.footer a:hover {
color:#FFFF99;}




