body {
margin:0px;
padding:0px;
background:url(images/bg.jpg) top repeat-x;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#330033;
}

a {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#913791;
text-decoration:none;
}

a:hover {text-decoration:underline;}

.baslik {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#913791;
}

#tasiyici{
width:1003px;
margin:auto;
}

#sol {
float:left;
width:280px;
margin-top:63px;
text-align:center;
}

#sag {
float:right;
width:723px;
margin-top:65px;
text-align:right;
}

#icerik {
float:right;
width:723px;
margin-top:15px;
}

#alt, #alt a{
margin-top:20px;
width:100%;
height:55px;
background-color:#913791;
font-size:10px;
font-family:Calibri, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
clear:both;
text-decoration:none;
}

.buton {
margin-left:3px;
}

.menubg {
background: url(images/menu_bg.jpg) repeat-y;
}

#copyright {
margin:auto;
width:1003px;
height:55px;
}


.arrowlistmenu{
width: 220px; /*width of menu*/
margin:auto;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(images/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #913791;
}


