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

/*//////// TAGS ////////*/

body {

color:#ffffff;
font-family:"Times New Roman", Times, serif;font-style:italic;
background-color:#333333;
font-size:14px;
margin-top:0px;
color:#ffffff;
text-align:justify;

}


a, a:visited {
color:#ffffff;
}

a:hover {color:#cccccc;}


h1{
font-family:"Times New Roman", Times, serif;font-style:italic;font-weight:normal;font-size:28px; margin:0; margin-bottom:15px;

}

h2{
font-family:"Times New Roman", Times, serif;font-style:italic;font-weight:normal;font-size:22px; margin:0; 

}

h3{font-size:22px; margin:0; font-weight:normal;  }
h4{font-size:12px; margin:0;}

h5{font-size:20px; margin:0; font-weight:normal; color:#ccc;}

/*//////// IDS ////////*/

#top{
width:975px;
margin:0 auto;

}

#menu{
border-top: #CC0000 solid 3px;

font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
font-size:17px; 
color:#CC0000;
padding:5px;

}

#menu a {color:#999999;
text-decoration:none;
font-weight:normal;
font-style:normal;}

#menu a:hover {color:#ffffff;}

#main{
width:975px;
margin:0 auto;
background-image:url(images_layout/bg_main.jpg);
background-position:top;
background-repeat:repeat-x;
}


#bottom {
width:975px;
margin:0 auto;
background-color:#666666;
font-size:10px;
font-family:"trebuchet MS", arial, verdana, Helvetica, sans-serif;
font-style:normal;
}

#bottom a {color:#FFFFFF; font-weight:normal; text-decoration:none;}

#container {
width:975px;
margin:0 auto;
border:#000000 solid 1px;
background-color:#000000;
}




/*//////// CLASSES ////////*/

.box {margin-left:20px; margin-right:20px;}

