/*----------all----------*/
* {
margin:0;
padding:0;
margin-left:auto;
margin-right:auto;
text-align:left;
}

strong {font-weight: normal;}
em {font-style: normal;}
a:visited {color:#0000ff;}
a:hover {text-decoration:none;}
ol {list-style:none;}
.red {color:#ff0000;}



/*----------layout----------*/
body {
background:url(img/back.gif) center repeat-y;
}

#container {
width:800px;
}

p {
font-size:100%;
letter-spacing:1px;
margin-bottom:1em;
margin-right:20px;
margin-left:30px;
}

.clear {
clear:both;
}


/*----------header----------*/
#header {
height:200px;
background:url(img/banner.jpg) left no-repeat;
}


/*----------content----------*/
#content {
width:800px;
line-height:1.6;
}

h2 {
color:#cc0000;
font-size:140%;
border-left:7px solid #009933;
padding-left:7px;
margin-bottom: 8px;
clear:both;
}

h3 {
font-size:100%;
margin-bottom:1em;
clear:both;
}

/*----------address----------*/
address {
color: #ffffff;
font-style:normal;
text-align: center;
line-height:25px;
background:blue;
height:25px;
clear:both;
}

address a {
text-decoration: none;
color:#ffffff;
}

address a:visited {
color:#ffffff;
}

#pr {
font-size:60%;
color:#dddddd;
}

#pr a {
text-decoration: none;
color:#dddddd;
}