@charset "UTF-8";
/* CSS Document */
* { padding: 0px; margin: 0px; }

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 background:#ededed url(images/wrapper.jpg) repeat-x top center;
}
h1{
 text-align: left;
 line-height:25px;
 color:#C06;
 font-weight: bold;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 margin-bottom:15px;
}
h2{
 text-align: left;
 line-height:25px;
 color:#C06;
 font-weight: bold;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 margin-bottom:10px;
}

h3{
 text-align: left;
 line-height:17px;
 color:#333;
 font-weight: bold;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}
h4{
 text-align: left;
 line-height:18px;
 color:#CC6699;
 font-weight: bold;
 font-style:italic;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}

#wrapper { 
 margin:0 auto;
 width:100%;
 height:100%;
}
#header { 
width:960px;
height:226px;
display:block;
background:url(images/header.png) no-repeat center;
margin:0 auto;
}

#cont { 
width:335px;
height:436px;
margin:0 auto;
background:url(images/txt-under.png) no-repeat center center;
color:#ededed;
line-height:19px;
}
#cont a{ 
color:#C06;
text-decoration:none;
}
#cont a:hover{ 
color:#C06;
text-decoration:none;
border:1px dotted #C06;
}

#account { 
width:600px;
height:auto;
display:block;
margin:0 auto;
background:#000;
color:#ededed;
line-height:19px;
padding:10px;
margin-bottom:20px;
}
#account a{ 
color:#C06;
}
.txt{ 
width:250px;
height:350px;
padding:60px 10px 10px 48px;
text-align:justify;
font-size:15px;
}
#footer { 
width:100%;
margin:0 auto;
color:#333;
line-height:18px;
margin:0 auto;
}
.down{ 
width:100%;
font-size:14px;
padding:5px 0px 0px 0px;
}
.down a{ 
color:#C09;
text-decoration:none;
line-height:20px;
}
.down a:hover{ 
color:#C09;
text-decoration:underline;
}
.boxfoot{ 
width:960px;
height:auto;
display:block;
margin-top:40px;
margin:0 auto;
border-top:3px dotted #999;
}
.txtf{ 
width:960px;
height:auto;
clear:both;
padding-top:30px;
padding-bottom:20px;
border-top: 3px dotted #999;
display:block;
font-size:12px;
color:#333;
}
.txtf a{ 
color:#C06;
font-size:15px;
font-weight:bold;
text-decoration:none;
}
.txtf a:hover{ 
text-decoration:underline;
}
.boxf{ 
width:310px;
height:auto;
display:block;
margin:5px;
float:left;
}
.boxf ul{ 
margin-left:15px;
line-height:20px;
font-size:13px;
}
.boxf ul li img{ 
border:0px;
float:left;
margin:5px 5px 0px 0px;
padding:0px;
}
.boxf ul li a{ 
color:#333;
text-decoration:none;
}
.boxf ul li a:hover{ 
color:#333;
text-decoration:none;
border-bottom:1px dotted #333;
}

