body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 705px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 410px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #CCCCCC;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtr #bilgi {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-style: none;
	border-left-style: none;
}

.oneColFixCtr #baslik {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 45px;
}

.oneColFixCtr #bilgi2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 15px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
}

.hakkimizda{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 20px;
}

.odul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20pt;
	text-decoration: none;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

.style3 {
	font-size: 16px;
	color: #993333;
	font-weight: bold;
}

.style4 {
	font-size: 12px
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hakkimizda{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 20px;
	color: #666666;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}

/* begin gallery styling */
#jgal {
	list-style: none;
	width: 220px;
	padding-left: 0px;
}
#jgal li {
	opacity: .5;
	float: left;
	display: block;
	width: 100px;
	height: 50px;
	background-position: 50% 50%;
	cursor: pointer;
	border: 1px solid #333333;
	outline: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
}
#jgal li img {
	position: absolute;
	top: 60px;
	left: 244px;
	display: none;
	float: left;
}
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover {
	outline-color: #bbb;
	opacity: .99 /* safari bug */;
	border: 1px solid #FFFFFF;
}

/* styling without javascript */
#gallery { list-style: none; display: block; }

#gallery li {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

#gallery { display: none; } 
