

/*
************************************************************
* Body
*/
body{
 text-align:center;
 background-repeat:repeat-x; 
background-color:#9099A2;
 font-family: Times, tahoma, arial, verdana;
 padding-top:18px;
 color:#1F3042;
} 

  

/*
************************************************************
* Doc
*/
#doc{
 margin:auto;
 width:750px; 
 text-align:left;
 background-color:white;
 border:2px solid #1F3042;
 border-bottom:6px solid #1F3042;
}   

#top{
 background-image:url(http://assets.integrated-internet.com/img/site/tj/tjheader.jpg); 
 background-repeat:no-repeat; 
 height:244px;
 cursor:hand;cursor:pointer;
 
}                                            

#content{
 padding:50px;
 padding-top:0;
 /*border:1px solid red;*/
 
} 


#foot{

 clear:both;
}

#bottom{

 height:39px;

} 

  

/*
************************************************************
* A
*/
a{
 color:#1F3042;
 text-decoration:none;
}
a:hover{
 color:#1F3042;
 text-decoration:underline;
} 

  

/*
************************************************************
* h
*/
h1, h2{
 color:#17324E;

 
}

h2{
 margin-top:2px;
 border-bottom:1px solid #17324E;
} 

  

/*
************************************************************
* Menu
*/
ul#menu{
 float:left;
 width:125px;
 list-style:none;
 padding-right:40px;
 padding-left:0px;
 margin-left:-20px;padding-right:40px;

 margin-right:30px;
 margin-top:0;
}

ul#menu li{
 
}

ul#menu a{
 width:auto;
 display:block;
 width:120px;
 background:#9099A2; 
 border:1px solid #B82924;
 padding:10px;
 
}

ul#menu a:hover{
 background:#1F3042;
 color:white;
} 

  

/*
************************************************************
* Form
*/
label{
 display:block;
 font-weight:bold;
 color:#1F3042;
}   
 

  

/*
************************************************************
* Gallery
*/
ul.gallery li{
 list-style:none;
 float:left;
 padding:6px;
 margin:6px;
 border:1px solid #ccc;
}
ul.gallery li img{
 width:40px;
 height:40px;
} 

  
 
