body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	word-spacing:.3em;
	color:#036;
	margin:0px;
	padding:0px;
	background:url(../images/azrr-bg_02.png) repeat-x top left;
	background-color:#c92e31;
}

img {
	border:0px;
}

h1 {
	font-size:10px;
	color:#555;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:20px;
	color:#900;
	padding:3px 0px;
	margin:0px;
}

p {
	padding:5px 0px;
	margin:0px;
}

.nav {
	height:29px;
	background:url(../images/azrr-layout_05.png) repeat-x;
	padding-top:8px;
	color:#036;
	font-weight:bold;
}
	.nav a:link, .nav a:visited {
		color:#036;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		margin:0px 17px;
	}
	.nav a:hover, .nav a:active {
		color:#888;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		margin:0px 17px;
	}

.wrapper {
	background-color:#eee;
	padding:15px 30px;
	margin:0px;
	text-align:justify;
}

.contact {
	background:url(../images/contact.png) no-repeat top left;
	padding:28px 40px;
	width:670px;
	height:230px;
}


.footer {
	background:url(../images/azrr-layout_17.png) repeat-x top left;
	text-align:center;
	height:130px;
	margin:0px;
	padding:8px 15px;
	color:#eee;
	font-size:12px;
	word-spacing:.3em;
}
	.footer a:link, .footer a:visited {
		color:#eee;
		text-decoration:none;
	}
	.footer a:hover, .footer a:active {
		color:#900;	
		text-decoration: underline;
	}

.nav_table table{
	background-color:#036;
	color:#fff;
	border-left:3px solid #ccc;
	border-bottom:3px solid #ccc;
	border-top:3px solid #222;
	border-right:3px solid #222;
	font-weight:bold;
}
.nav_table td {
	text-align:left;
}
.nav_table th {
	color:#FF3;
	font-size:14px;
}
.nav_table a:link, .nav_table a:visited {
	color:#fff;
	text-decoration:none;
}
.nav_table a:hover, .nav_table a:active {
	color:#FF3;
	text-decoration:underline;
}

.new_link {
	background-color:#036;
	color:#eee;
	padding:3px 10px;
	font-size:14px;
	font-weight:bold;
	width:90%;
}
.new_link a:link, .new_link a:visited {
	color:#FF3;
	text-decoration:underline;
}
.new_link a:hover {
	color:#ff3;
	text-decoration:none;
}
















