/* ---( BASE Styles )------------------------------------ */

	body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc4c4;
	font-size: 11px;
	}
	

/* ---( TEXT Styles )------------------------------------ */

	.title-01 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}
	
	.title-02 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #d70000;
	}
	
	.title-03 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #655252;
	}
	
	.footer {
	color: #666666;
	}
	
	.just {
	text-align: justify;
	}
	

/* ---( LAYOUT Styles )------------------------------------ */
	
	.nav-bg{
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	}
	
	.nav-bg-01{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #000000;
	}
	
	.nav-bg-02{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
	

/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #cdc4c4;
	}
	
	a:hover {
	color: #d70000;
	text-decoration: none;
	}
	
	a.nav-01:link, a.nav-01:active, a.nav-01:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.nav-01:hover {
	color: #d70000;
	text-decoration: none;
	}
	
	a.nav-02:link, a.nav-02:active, a.nav-02:visited {
	color: #796767;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.nav-02:hover {
	color: #d70000;
	text-decoration: none;
	}
	
	