﻿/* temel stiller */
html {
	margin: 0;
	padding: 0;
	}
body {
	color: black;
	font-family: Verdana;
	font-size: 11px;
	background: #dcddde;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	}
a {
	color: black;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
textarea {
	color: black;
	font-family: Verdana;
	font-size: 11px;
	}

input {
	color: black;
	font-family: Verdana;
	font-size: 11px;
	}

select {
	color: black;
	font-family: Verdana;
	font-size: 11px;
	}

h1 {
	font-size: 18px;
	margin: 5px 0;
	}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	}
	.clearer {
	clear: both;
	font-size: 1px;
	margin: -1px 0;
	}
	
	.bar {
	width: 100%;
	overflow: hidden;
	}
	.bar .left a {
		color: white;
		}
	
	#page {
	width: 930px;
	background: url('../dostjp/images/back.gif') repeat-y;
	padding: 10px 30px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	}
	
	#content {
	width: 930px;
	margin: 10px 0;
	overflow: hidden;
	}
	.content_banner{
	width: 930px;
	padding-bottom: 10px ;
	padding-top: 10px ;
	overflow: hidden;
	}
	
	.content_banner img{
	border-right: 1px solid #b8bbbd;
	border-bottom: 1px solid #b8bbbd;
	}
	
	.content_left {
		width: 150px;
		height: 100%;
		float: left;
		}
	.content_middle {
		width: 580px;
		height: 100%;
		margin: 0 10px;
		background: #edeeee url('../dostjp/images/details.gif') repeat-x;
		float: left;
		}
	.content_right {
		width: 180px;
		height: 100%;
		float: right;
		}
		
#content .header {
	height: 14px;
	padding: 3px 7px;
	background: url('../dostjp/images/header_black.gif');
	}		
#content .header .text {
	float: left;
	font-family: Arial;
	font-weight: bold;
	color: white;
	}
	#content .header .text a {
		color: white;
		}
#content .header .arrow {
	padding-top: 4px;
	float: right;
	}
	
#content .menu {
	width: 150px;
	background: #FAE9E2;
	margin: 2px 0 10px 0;
	}
	#content .menu .item {
		margin: 0;
		padding-left:10px;
		line-height: 17px;
		}
		#content .menu .item a {
		color:#883917; 
		}
		
	#content .menu .seperator {
	    width: 140px;
		margin:0;
		font-size: 1px;
		border-bottom: 1px solid #d2d2d3;
		}
		
		
.content_middle .main {
	width: 560px;
	padding: 10px;
	overflow: hidden;
	}
	#content .left {
		width: 560px;
		margin-right: 0px;
		float: left;
		}
		#content .left img {
			border: 5px solid white;
			float:left;
			margin-right:10px;
			 margin-bottom:1px;
			}
			
#content .colorbox {
	padding: 10px;
	background: #ebf5ef;
	}
			
#content .colorbox .item {
	margin: 0;
	padding:0;
	}
				
#content .colorbox a{
	color:#1B3424;
	}
	
	#content .colorbox .seperator {
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-bottom: 1px solid #d2d2d3;
	}
	
	.content_middle .main {
	width: 560px;
	padding: 10px;
	overflow: hidden;
	}
	
	#content .news {
		width: 100%;
		margin-bottom: 10px;
		}
		#content .news .item {
			width: 254px;
			padding: 10px;
			margin-bottom: 10px;
			background: white;
			border-right: 1px solid #b8bbbd;
			border-bottom: 1px solid #b8bbbd;
			float: left;
			overflow: hidden;
			}
			#content .news .item img {
				margin-right: 10px;
				}
	#content .news .item .bold {
				font-weight: bold;
				margin: 0 0 5px 0;
				padding: 0;
				}
			#content .news .item .normal {
				margin: 0;
				padding: 0;
	}
#footer {
	width: 910px;
	text-align: left;
	color: white;
	background: url('../dostjp/images/header_black.gif');
	padding: 5px 10px;
	overflow: hidden;
	margin: 0 auto;
	}
	#footer .left {
		float: left;
		}
	#footer .right {
		float: right;
		}
	#footer .right	a {
	color:white;
	}				
		

