body{
margin: 0;
padding: 0;
font-family: arial;
}

#header{
height: 160px;
margin: 0;
padding: 0;
}

#wrapper{
width: 897px;
height: 100%;
font-family: arial;
font: normal 13px #000;
text-align: left;
padding: 15px 0 10px 0;
}

#common{
width: 900px;
height: 100%;
}

#chromemenu{
width: 897px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg2.2.png) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10px arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #F7F7F7;
font-weight: bold;
padding: 6px 12px 6px 7px; /*6px 12px 6px 7px*/
text-decoration: none;
background: url(divider2.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #fff;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px arial;
line-height:22px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}

.baslik{
margin: 7px 0 0 5px;
color: #6C6C6C;
font-family: Verdana;
border-bottom: 2px solid #ccc;
width: auto;
}

p{
margin: 10px 0 3px 5px;
font-family: trebuchet ms;
width: auto;
}

li{
margin: 7px 0 3px 5px;
font-family: trebuchet ms;
list-style-type: none;
}

#navigation{
height: auto;
width: 15%;
position: relative;
margin:5px 5px 0 5px;
float:left;
}

#content{
	height: auto;
	width: 650px;
	position: absolute;
	margin: 5px 5px 5px 0px;
	text-align: justify;
	float: right;
	left: 135px;
	top: 187px;
	color: #6C6C6C;
}

#copyright{
        height: 25px;
	width: auto;
	border: 1px solid #ccc;
	position: absolute;
	top: 127%;
}
	
