/* bu alanda bizim kabuk bir css style dosyamız var bakalım neler olacak */

html {}

body {
background:#fff url(gri.gif) repeat-x; 
color:#333;
font:12px arial, verdana, helvetica, sans-serif;

}

#wrap {
margin:0 auto;  
width:700px; 
background:transparent; color:#333; 
text-align:justify;
}

#header {width:700px; height:120px; background:#2e83ff; font:18px arial, verdana, helvetica, sans-serif; color:#fff;}

#content {width:700px; height:420px; background:#daedd1; color:#222; font:14px tahoma, verdana, helvetica, sans-serif; }

.left {width:200px; float:left; color:#333; background:#fff;}


#footer {width:700px; height:30px; background:#2e83ff; font:18px arial, verdana, helvetica, sans-serif; color:#ff9000;}

.buton {
font:12px arial, verdana, helvetica, sans-serif;
}

.buton a {
width:90px;
border-right:4px solid #c0c0c0;
border-bottom:4px solid #c0c0c0;
border-left:2px solid #333;
border-top:2px solid #333;
color:#2e83ff;
background:#f5f5f5;
padding:5px;
text-decoration:none;
}

.buton a:hover{
text-decoration:none;
color:#333;

border-right:2px solid #c0c0c0;
border-bottom:2px solid #c0c0c0;
border-left:4px solid #333;
border-top:4px solid #333;
color:#333;
background:#2e83ff;
}