* {
    padding:0;
    margin:0;
    outline:0;
}
/* main  */
body{
background: #f2f5f7 url(bg_body.gif) repeat-x top;
font-family: Trebuchet MS,Arial,Sans-Serif;
color:#5f5f5f;
font-size:13px;
line-height:1.66em;
}
a {
color:#38b;
text-decoration:none;	
}
a:hover {
color:#94b;
text-decoration:none;	
}
/* paragraphs */
p { line-height: 1.4em; }

/* headers */
h1, h2, h3, h4, h5 { font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif; font-weight: 800;margin-bottom:10px; }

h3 {
padding-bottom:5px;
border-bottom:1px dashed #cccccc;
font-size:18px;
}

/* mains */
#container {
width: 740px;
margin: 0 auto;
}
#header {
margin-top:100px;
margin-left:20px;
margin-right:20px;
}
#content {
padding:20px;
height:420px;
}
#content_wrapper {
background: url(bg_content.png) center center;
margin: 0 auto;
padding:20px;
}

/* misc */
.cl {
clear:both;
display:block;
height:0;
overflow:hidden;
visibility:hidden;
width:0;
line-height:0;
}

