body {
	margin: 10px 0px 10px 0px;
	background-color: #cee3ed;
}
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
}
p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 16px;
}
h2 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #00bef2;
	font-size: 14px;
}

/* Menüler ve Alanlar */

.menuUst {
	background-color: #0076a3;
	color: #FFFFFF;
	text-align: right;
}
.banner {
	background-image: url(http://www.kaymakli.net/Images/BannerBg.gif);
	background-repeat: repeat-x;
	height: 111px;
}
.menuAna {
	background-image: url(http://www.kaymakli.net/Images/MenuBg.gif);
	background-repeat: repeat-x;
	height: 33px;
}
.icerikAlani {
	background-color: #FFFFFF;
	padding: 10px;
}
.menuAnaAraCizgi {
	background-image: url(http://www.kaymakli.net/Images/MenuAraCizgi.gif);
	height: 33px;
	background-repeat: no-repeat;
}
.sayfaBasligi {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 20px;
	font-weight: normal;
}

/* Linkler */

a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a.linkMenuUst {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.linkMenuUst:hover {
	text-decoration: underline;
}
a.linkMenuAna {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #0076a3;
	text-decoration: none;
	font-weight: bold;	
}
a.linkMenuAna:hover {
	text-decoration: none;
	color: #FF3300;
}
a.linkMenuSol {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #0076a3;
	text-decoration: none;
}
a.linkMenuSol:hover {
	text-decoration: underline;
}
a.linkMenuAlt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #0076a3;
	text-decoration: none;
}
a.linkMenuAlt:hover {
	text-decoration: underline;
}

/* Metinler */

.yaziNormal {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
}
.yaziNormalBeyaz {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
}
.yaziNormalTuruncu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FF3300;
}

/* Çizgiler */

.cizgiYatay {
	background-image: url(http://www.kaymakli.net/Images/YatayCizgi.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}