*
{
	margin: 0px;
	padding: 0px;	
}


/* BODY -----------------------------------------------*/
body
{
	background: url(../images/bg01.jpg) fixed;
}
/* END BODY ------------------------------------------*/



/* CONTAINER -----------------------------------------*/
#container
{
	width: 800px;
	background-color: #f1f0c7;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 3px double #000;
}
/* END CONTAINER --------------------------------------*/


/* HEADRER --------------------------------------------*/
#header
{
	padding: 15px;
	margin: 0px;
	text-align: left;
	background:#00004f;
	height: 190px;
	color: #fff;
}

#logo
{
	position: relative;
	left: 20px;
	top: 25px;
	background: url(../images/logo4.gif) no-repeat center;
	width: 110px;
	height:	127px;
	float: left;
}

#iso
{
	position: relative;
	top: -30px;
	left: 45px;
	background: url(../images/iso.gif) no-repeat center;
	width: 120px;
	height:	120px;
	float: right;
}

#header h2
{
	position: relative;
	top: 35px;
	left: 30px;
	font-size: 1.8em;
	letter-spacing: 0.3em;
	font-family:  Georgia;
	color: #FFF;
}

#header h4
{
	clear: both;
	position: relative;
	top: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/* END HEADER ------------------------------------------*/



/* NAV -------------------------------------------------*/
#nav
{
	padding: 5px;
	margin: 0px;
	background: #a09526;
	text-align: center;
	font-weight: bolder;
	color: #EBE5A2;
	letter-spacing: 0px;
	word-spacing: 2px;
}
    
#nav p a:link
{
	text-decoration: none;
	color: #00004f;	
}

#nav p a:visited
{
	text-decoration: none;
	color: #00004f;
}

#nav p a:hover
{
	text-decoration: underline;
	color: #ffc300;	
}

#nav p a.current
{
	text-decoration: underline;
	color: #ffc300;	
}


/* END NAV ----------------------------------------------*/



/* PAGE -------------------------------------------------*/
#page
{
	margin: 0px;
	padding: 15px 15px 30px 15px;
	text-align: justify;
}
/* END PAGE ---------------------------------------------*/



/* FOOTER -----------------------------------------------*/
#footer
{
	padding: 5px;
	margin: 0px;
	background: #a09526;
	text-align: center;
	font-weight: bolder;
	color: #EBE5A2;
	clear: both;
	word-spacing: 1px;
	letter-spacing: 0px;
}

#footer span
{
	color: #000;	
}

#footer p a:link
{
	text-decoration: none;
	color: #00004f;	
}

#footer p a:visited
{
	text-decoration: none;
	color: #00004f;
}

#footer p a:hover
{
	text-decoration: underline;
	color: #ffc300;	
}

#footer p a.current
{
	text-decoration: underline;
	color: #ffc300;
}


/* END FOOTER -------------------------------------------*/

div#copyright
{
	margin: 0;	
	background: #00004f;
}

div#copyright p
{
	text-align: center;
	font-size: 0.8em;
	color: #EBE5A2;
	padding: 10px;
}