	@charset "utf-8";
/* Style Sheet Title */

/* General Styles */

body{
background:#EFEFEF;
margin:50px 0;
font-family:Arial, Helvetica, sans-serif;
}

h1{
color:#999999;
}

h2, a{
color:#EF4036;
}

h3{
color:#333333;
}

p, li{
line-height:22px;
font-size:15px;
color:#666666;
}

li{
background:url(images/structure_images/ul.png) 0 50% no-repeat;
list-style:none;
padding-left:20px;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

small{
font-size:12px;
}

#allContainer{
width:700px;
height:auto;
min-height:250px;
margin:auto;
padding:20px;
background:#FFFFFF;
border:2px solid #DFDFDF;
}

#banner{
width:100%;
height:auto;
margin-bottom:10px;
}

#content{
width:100%;
height:auto;
}

.sep{
width:100%;
height:1px;
border-bottom:1px solid #DFDFDF;
margin-bottom:10px;
}
