/*------------------------------------------------------------------------
website:   http://club.dogus.edu.tr/daubk/
date:      2008-01-10
version:   0.2
------------------------------------------------------------------------*/
body
	{
		margin:0;
		padding:0;
		background-color:#FFFFFF;
		background-image:url(../images/bg.png);
		background-repeat:repeat;
		background-attachment:fixed;
		color:#000000;
		font-family:Sans-Serif;
 		font-size:1em;
 		font-style:normal;
 		font-variant:normal;
 		font-weight:normal;
 		direction:ltr;
 		line-height:1.4em;
 		letter-spacing:normal;
 		white-space:normal;
 		word-spacing:normal;
	}
#container
    {
        margin-top:0;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:10px;
        background-color:Transparent;
        padding:10px;
        width: 750px;
        height: auto;
    }
#header
    {
        color:#FFFFFF;
        margin:0;
        background-color:Transparent;
        background-image:url(../images/top_bg_orion.gif);
        background-repeat:no-repeat;
        width:580px;
        height:130px;
        padding:10px 160px 10px 10px;
    }
#navigation
    {
        margin-top:10px;
        margin-left:0;
        margin-right:0;
        margin-bottom:10px;
        background-color:Transparent;
        width:750px;
        height:auto;
        position:absolute;
        color:#2895CC;
        text-decoration:none;
    }
#navigation ul .item
    {
        display:none;
    }
#navigation ul:hover .item
    {
        display:block;
    }
#navigation ul:hover .item a
    {
        text-decoration:none;
        display:block;
    }
#navigation ul:hover .top a
    {
        text-decoration:none;
        display:block;
    }
#navigation ul:hover a:hover
    {
        color:#999;
    }
#navigation ul:hover a:active
    {
        color:#999;
    }
#navigation a:visited
    {
        color:#2895CC;
    }
#navigation ul
    {
        width:130px;
        float:left;
        margin:0px 5px 0px 5px;
        padding:5px;
        background-color:#000000;
        list-style:none;
        text-align:center;
        text-decoration:none;
    }
#clear
    {
        clear:both;
        height:1px;
        font-size:0;
    }
#main
    {
        margin-top:52px;
        margin-left:0;
        margin-right:0;
        margin-bottom:10px;
        padding:10px;
        background-color:#FFFFFF;
        width:730;
        height:auto;
    }
#footer
    {
        color:#FFFFFF;
	    font-size:0.8em;
 	    line-height:1.2em;
		text-align:center;
        margin-top:10px;
        margin-left:0;
        margin-right:0;
        margin-bottom:0;
        background-color:Transparent;
        background-image:url(../images/bottom_bg_crux.gif);
        background-repeat:no-repeat;
        width:580px;
        height:130px;
        padding:10px 10px 10px 160px;
    }
img
	{
		border:0;
	}
ul
	{
		list-style-type:none;
	}
h1
    {
        font-size:1.8em;
 		line-height:2.6em;
 		font-weight:bold;
    }
h2
    {
        font-size:1.6em;
 		line-height:2.3em;
 		font-weight:bold;
    }
h3
    {
        font-size:1.4em;
 		line-height:2em;
 		font-weight:bold;
    }
h4
    {
        font-size:1.2em;
 		line-height:1.7em;
 		font-weight:bold;
    }
abbr, acronym
    {
	    border-bottom:thin dotted;
    }
p
	{
		text-indent:2.5em;
	}
*.fp
	{
		font-size:1.5em;
	}
*.left
	{
		text-align:left;
	}
*.right
	{
		text-align:right;
	}
*.center
	{
		text-align:center;
	}
img.left
	{
		float:left;
	}
img.right
	{
		float:right;
	}
img.leftc
	{
		float:left;
        clear:both;
	}
img.rightc
	{
		float:right;
        clear:both;
	}
*.smaller
	{
		font-size:0.8em;
 		line-height:1.2em;
	}
*.larger
	{
		font-size:1.2em;
 		line-height:1.7em;
	}
a:link
	{
		text-decoration:none;
		color:#2895CC;
		background-color:inherit;
	}
a:visited
	{
		text-decoration:none;
		color:#567899;
	}
a:hover
	{
		text-decoration:underline;
	}
a:active
	{
		text-decoration:underline;
	}