@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{  
margin:0; 
padding:0; 
} 

table
{ 
border-collapse:collapse; 
border-spacing:0; 
} 

fieldset,img
{  
border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var
{ 
font-style:normal; 
font-weight:normal; 
} 

ol,ul
{ 
list-style:none; 
} 

caption,th
{ 
text-align:left; 
} 

h1,h2,h3,h4,h5,h6
{ 
font-size:100%; 
font-weight:normal; 
} 

q:before,q:after
{ 
content:''; 
} 

abbr,acronym
{
border:0; 
} 

body
{
background-color:#ffffff;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
text-align:center;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:0px 10px;
padding-bottom:30px;
}

a
{
outline:none;
color:#0000FF;
}

strong
{
font-weight:bold;
}

#wrapper
{
text-align:left;
margin:0 auto;
width:700px;
margin-top:10px;
}

h1
{
font-size:2.4em;
padding-top:30px;
color:#000000;
}

h2
{
font-size:2em;
padding-bottom:10px;
padding-top:20px;
}

h3
{
font-size:1.8em;
padding-bottom:10px;
padding-top:10px;
}

p
{
font-size:1.3em;
line-height:1.5em;
padding-bottom:10px;
}

ul
{
margin-left:40px;
margin-bottom:20px;
}

li
{
list-style-type:disc;
font-size:1.3em;
margin-bottom:5px;
}

img.click
{
margin-top:15px;
}

