/* CSS Document */


body { 

	background:url("images/main.jpg") no-repeat bottom center;
  
	background-attachment: fixed;
  
	text-align:center;
  
	font-family:Arial;
  
	font-size: 14px;
  
	line-height: 1.5em;
  
  
  }

#wrapper {

	width: 740px;
	
	margin: auto;
	
	text-align:left;
	
	}


#logo {

	background:url("images/logo.gif") top left no-repeat ;

	width:450px;

	height:92px;

}


#content {

	float:left;

	width: 500px;
	
	font-size:16px;

}

h1 {

	color: #00529c

}

h2 {

   color:#333333;
   
   font-size: 16px;
   
   }
      

.line {

	border-top: 1px dashed gray;
	
}

/*............................... Nav.................................... */

#nav {

	float: right;

	width:200px;

}


#main a:link, #main a:visited {

	font-weight:bold;

	color:#333333;

	text-decoration:none;

}

#main a:hover {

	color:#FF9900;

}


#main ul {

	list-style:none;

	width:200px;

	margin-left: 0;

	padding-left: 1px;

}

#main li {

	margin-bottom: 10px;
	
	background:url("images/arrow.gif") center left no-repeat ;
	
	padding-left:18px;


}

#sub {

	list-style:none;

	width:200px;

	margin-left: 0;

	padding-left: 1px;
	

}

#sub li {

	margin-bottom: 10px;
	
}

#sub a:link, #sub a:visited {

	color:#00529c;

}

#sub a:hover {

	color:#FF9900;

}


#footer{

	clear:both;

	height: 20px;

	background-color:#00529c;


}

.boom a:link, .boom a:visited {

color:#00529c;

}


.boom a:hover {

	color:#FF9900;

}


#content a:link, #content a:visited {

color:#00529c;

font-weight:bold;

}

#content a:hover {

color:#FF9900;

}

#board a:link, #board a:visited {

color:#000000;

font-weight:normal;

}

#board a:hover{

color:#999999;

}


#press a:link {
   
	color:#00529c;
	
	padding-left:20px;
	
	background:url(images/page.gif) left center no-repeat;
	
	}


.box {

color:#FF9900;

background-color:#00529c;

padding: 5px 0 5px 10px;

}

.pic {

border: 1px solid gray;

height: 120px;

width: 120px;

}
