@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color:#FFFFFF;
}
a:hover{
	color:#f5821f;
}
.hori_line {
	background-image: url(images/hori_line.png);
	background-repeat: repeat-x;
	background-position: top;
}
.dots {
	background-image: url(images/dots.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.trans_bg {
	background-image: url(images/trans_bg.png);
	background-repeat: repeat;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	vertical-align:bottom;
	padding-bottom:5px;
}

.bottom_banner {
	background-image: url(images/content_37.jpg);
	background-repeat: repeat-x;
}
.bbanner {
	border: 1px solid #000000;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.about_bg {
	background-image: url(images/about_bg.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	min-height:770px;
}

#body h1 {
    margin: 10px 0 50px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: arial, verdana, sans-serif;
    text-transform: capitalize;
    color: #fff;
}

#body h2 {
    margin: 10px 0 50px 0;
    font-size: 16px;
    font-family: arial, verdana, sans-serif;
    text-transform: capitalize;
    color: #f5821f;
}

#body .post {
    padding: 15px;
}


#vert-banner {
    padding: 5px 7px;
}

.gallery img, #gallery img {
    padding: 1px;
    background: #FFF;
    border: 3px solid #ddd;
}

#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    margin: 10px 5px 10px 0;
    padding: 5px 15px 5px 0;
    text-align: center;
}


/** pagination ****
*****/

#pagination {
    width: 70%;
    margin: 20px auto;
    text-align: center;
}

#pagination span {
    margin: 0 5px;
}

#pagination span a {
    text-decoration: none;
    padding: 2px 5px;
    border: 1px solid #FFF;
    background-color: #ddd;
    color: #000;
}

#pagination span a:hover {
   background-color: #aaa;
}
