/* - - - - - - - - - - - - - - - - - - - - -

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
background:#010101 url(../img/background.jpg) no-repeat center 358px fixed;
font-family:"Times New Roman", Times, serif;
}

hr{
border:1px solid #CCCCCC;
}
/* ----- IDS ----- */

#container{
margin:0 auto;
width:800px;
}	
#navigation{
color:#fff;
font-size:12px;
}
#header{
background:url(../img/header.jpg) no-repeat;
height:620px;
}	

#navigation a{
color:#fff;
text-decoration:none;
}
#navigation a:hover{
color:#FF9900;
}
#navigation img{
vertical-align:middle;
}
#primary_content{
background:#fff;
padding:10px 23px 10px 23px;
}
#primary_content p{
font-style:italic;
margin:0 0 10px 0;
padding:0 5px 0 5px;
color:#5d5d5d;
}
#footer{
background:#ccc;
padding:2px 0 2px 4px;
}

img{
border:none;
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
color:#1e1e1e;
text-decoration:none;
font-size:12px;
}
a:hover{
color:#000;
text-decoration:underline;
}
