/* basic stuff */



/* remember to define focus styles! */
:focus {
	outline: 0;
}

.clr:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



body {
	font-family: arial,tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align:center;

 
	
}

ol, ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	
}
blockquote, q {
	
}

img.yazar{
	width:70px;
	height:90px;
}

#page{
	z-index:9999;
	position:relative;
}

hr{
	width:100%;
	color:#BED7FF;
	height:1px;
	border-style: none none dashed;
	margin:20px 0 20px 0;
}

h1 {
	font-family: arial;
	font-size: 26px;
	color: #CC0000;
	font-weight: bold;
	line-height: 30px;
	margin: 0; 
	padding: 0;
}

h2 {
	font-size:18px;
	font-weight: normal;
	color:#000000;
	line-height:22px;
}

h3 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	text-align:center;
}

}

a, a:link { color: #0000ff; background: transparent; text-decoration: none; }
a:visited { color: #0000ff; background: transparent }
a:hover { color: #000066; background: transparent }
a:active { color: #000066; background: transparent }

/* let's start with the whole page container */

#container {
	background-position: center; position: relative;
	margin: 10px auto;
	width: 730px;
	padding: 10px;
	text-align: left;
	border: 2px solid #d9d9d9;
	color: inherit; background-color:#fff; background-repeat:no-repeat; background-attachment:scroll
}
/* and now the specific divs */





#footer {
	

	
	
	text-align: center;
}
/* no need for extras...they're just not displayed */

#extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}
h1 { 
	font-size: 9pt; 
	letter-spacing: 1px; 
	margin: 0;
	padding: 0;
	color: #000066;
	}
