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

@import 'reset.css';
@import 'default.css';

body{
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	background:#F5CD49 url(../images/bg.jpg) no-repeat;
}
/* YAZI */
h1{
	font-size:28px;
	display:none;
}
h2{
	font-size:20px;
	margin-bottom:5px;
	padding-top:15px;
	margin-left:10px;
}
h3{
	font-size:16px;
	margin-bottom:5px;
	color:#6F0000;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

a{
	color:#0044AA;
	text-decoration:none;
}

a:hover{
	
}

p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3;
	margin-left:10px;
}

/* YAPI */
#container{
	
}

/* header */
#header{
	position:relative;

}
	#header h1{
		padding:5px 0;
	}
	#header h1 a{
		color:#000;
	}
	#header .nav{
		position:absolute;
		right:0;
		top:7px;
	}
	#header .nav li{
		display:inline;
		float:left;
		margin-right:10px;
	}
	#header .nav a{
		display:block;
		padding:3px;
		border:1px solid #000;
		color:#000;
	}
	#header .nav a:hover{
		color:#FFF;
		background:#000;
	}
/* //header */
/* content */
#content{
	width:911px;
	margin:0 auto;
}

	/* section */
	.section{
		margin:0 auto;
		width:885px;
		background:#e3e3e3;

	}

#section-left{
	width:200px;
	float:left;
	display:inline;
	margin:5px;
}
#section-right{
	float:left;
	display:inline;
	width:650px;
	margin:10px;
}
#yildiz{
	width:153px;
	float:left;
	display:inline;
	margin-top:50px;
}
#welcome{
	width:530px;
	margin:10px 10px 0 10px;
	float:left;
	display:inline;
	
}
#welcome p{
	text-align:justify;
}
#welcome p a{
	float:right;
	display:inline;
	color:#900;
	font-weight:bold;
}
#adam{
	width:175px;
	float:left;
	display:inline;
}
#footer{
	text-align:center;
	background:url(../images/footer.jpg) repeat-x;
	height:70px;
	
}
#footer a{
	color:#fff;
}
#footer p{
	color:#fff;
}
