/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
}

/* header css */

#header{
width:780px;
height: 131px;
margin : 30px auto 0px;
background-image: url(../images/header.jpg);
background-position:top;
background-repeat: no-repeat;
text-align:right;
}

/*Navigation*
******************************************************************/
#navigation{
width:375px;
height: 30px;
padding-top:91px;
float:right;
}

#navigation a{
display:block;
height: 22px;
padding-top: 8px;
float:left;
text-align:center;
text-decoration: none;
color:#adaabd;
}
	#nav01{
	width: 42px;
	height: 30px;
	}
	#nav02{
	height: 30px;
	width: 57px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}
	#nav03{
	width: 66px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}
	#nav04{
	width: 75px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}
	#nav05{
	width: 54px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}
	#nav06{
	width: 61px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}
	#nav07{
	width: 65px;
	border-left-color:#adaabd;
	border-left-width:1px;
	border-left-style:solid;
	}

#navigation a:hover {
	color: white;
	}
	#navigation a.active,
	#navigation a.active:hover {
		color: #E8C974;
		}

/*=========================*/
/* end of header css */ 


#content{
width:780px;
height: 394px;
margin : 0px auto 0px;
background-color:#191143;
}

#footer{
width:755px;
height: 21px;
margin : 0px auto 0px;
padding: 9px 15px 0px 10px;
background-image:url(../images/footer.jpg);
}

	

#left{
float: left;
}

#right{
float: right;
}

	#right a:link { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}
	#right a:visited { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}
	#right a:hover { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}


.violet10n {font-weight : normal; font-size : 10px; font-family : Arial, Helvetica, sans-serif; color : #7975a3; }
.violet11n {font-weight : normal; font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #7975a3; }
.violet13n {font-weight : normal; font-size : 13px; font-family : Arial, Helvetica, sans-serif; color : #7975a3; }

.link_d11 { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}
.link_d11:link { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}
.link_d11:visited { font-family: Arial, Helvetica, sans-serif; color: #7975a3; text-decoration: none; font-size: 11px; font-weight: normal}
.link_d11:hover { font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-size: 11px; font-weight: normal}




