body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        background-color: #1B2934;
}



/*background styles*/

#header_bg {
	height: 132px;
        background-repeat: yes-repeat;
	background-image: url(../images/header_bg.jpg);
}
#footer_bg {
	height: 115px;
        background-repeat: yes-repeat;
	background-image: url(../images/footer_bg.jpg);
}
#search_bg {
	height: 132px;
        width: 191px;
        background-repeat: no-repeat;
	background-image: url(../images/header_03.jpg);
}
#footer {
	height: 68px;
        width: 751px;
        background-repeat: no-repeat;
	background-image: url(../images/footer_01.jpg);
}
.main {
        width: 481px;
        background-repeat: yes-repeat;
	background-image: url(../images/main_bg.jpg);
}
#left1 {
        background-image: url(../images/left_02.jpg);
        width: 269px;
        height: 40px;
}
#left2 {
        background-image: url(../images/left_04.jpg);
        width: 269px;
        height: 42px;
}
#photo_bg {
	height: 235px;
        width: 199px;
        background-repeat: no-repeat;
	background-image: url(../images/img_01.jpg);
}
.nav_tab_bg {
	height: 34px;
        width: 751px;
        background-repeat: no-repeat;
	background-image: url(../images/nav_Tab_bg.jpg);
}
.white {
        background-color: #FFFFFF;
        width: 1px;
}
.gray {
        background-color: #EAEAEA;
        width: 269px;
        vertical-align: top;
        text-align: center;
}



/*random styles*/

.nav_vr {
	height: 45px;
        width: 1px;
        background-repeat: no-repeat;
	background-image: url(../images/nav_vr.jpg);
        vertical-align: top;
}
.nav {
        text-align: center;
        vertical-align: top;
}



/*text styles*/

.h1 {
	font-family: arial,tahoma;
	font-size: 16px;
	color: #233139;
   	font-weight: bold;
	text-decoration: none;
}
.h2 {
	font-family: arial,tahoma;
	font-size: 16px;
	color: #FFFFFF;
   	font-weight: bold;
	text-decoration: none;
}
.h3 {
	font-family: arial,tahoma;
	font-size: 13px;
	color: #636A74;
   	font-weight: bold;
	text-decoration: none;
}
.t1 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #233139;
	text-decoration: none;
}
.t2 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #969696;
	text-decoration: none;
}
.t3 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.small {
	font-family: arial,tahoma;
	font-size: 10px;
	color: #oooooo;
	text-decoration: none;
}


/*hyperlink and hover styles*/

a.a {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #556D79;
	text-decoration: none;
}
a.a:hover {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #8C831C;
	text-decoration: none;
}
a.a1 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #8C831C;
   	font-weight: bold;
	text-decoration: none;
}
a.a1:hover {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #1B2934;
  	font-weight: bold;
	text-decoration: none;
}
a.a2 {
	font-family: arial,tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.a2:hover {
	font-family: arial,tahoma;
	font-size: 12px;
	color: #D7CA47;
	text-decoration: none;
}
a.a3 {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #C4C4C4;
	text-decoration: none;
}
a.a3:hover {
	font-family: arial,tahoma;
	font-size: 11px;
	color: #CEE534;
	text-decoration: none;
}

a.nav_a {
	font-family: tahoma;
	font-size: 11px;
	color: #8C831C;
   	font-weight: bold;
	text-decoration: none;
}
a.nav_a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #1B2934;
  	font-weight: bold;
	text-decoration: underline;
}

.pic, a.pic, a.pic img { 
        filter: Alpha(opacity=100); 
        -moz-opacity: 1.0; 
}
a.pic:hover, a.pic:hover img { 
        filter: Alpha(opacity=60); 
        -moz-opacity: 0.6; 
} 

.pic1, a.pic1, a.pic1 img { 
        filter: Alpha(opacity=100); 
        -moz-opacity: 1.0; 
}
a.pic1:hover, a.pic1:hover img { 
        filter: Alpha(opacity=80); 
        -moz-opacity: 0.8; 
} 

.hidden, a.hidden, a.hidden img { 
        filter: Alpha(opacity=0); 
        -moz-opacity: 0.0; 
}