body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
        font-family: gill, arial, tahoma, sans-serif;	font-size: 12px;
	color: #dfdad7;
	background: #E8F7FE url(images/body_bg.jpg) top repeat-x;
}
		
a:link, a:visited { color: #FFFF88; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #88ff9e; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_30 { margin-right: 30px; }
.margin_right_40 { margin-right: 40px; }

.fl {
	float: left;
}

.fr {
	float: right;
}

.rc_btn_01 a {
	display: block;
	width: 120px;
	height: 24px;
	font-size: 12px;
	padding: 2px 0 0 0;
	text-align: center;
	background: url(images/button_01.jpg) no-repeat;
	color: #FFFF88;
	text-decoration: none;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/container_bg.png) repeat-y;
}

#header {
	clear: both;
	width: 980px;
	height: 130px;
	background:url(images/header_bg.png) no-repeat;
        margin: 0 auto;
}

#header #site_title {
	float: left;
	width: 460px;
	margin: 70px 0 0 260px;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 40px;
	color: #7fc9f5;
	letter-spacing: 10px;
}

#top_panel {
	clear: both;
	width: 940px;
	height: 230px;
	padding: 0 20px;
	background: url(images/content_bg_02.jpg) no-repeat;
}

/* menu */

#menu {
	float: left;
	width: 220px;
	margin: 0px 0 0 0; 
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0 0 0px 0;
	padding: 0px 0 5px 0;
	background: url(images/hd_01.jpg) bottom left repeat-x;
}

#menu ul li a {
	display: block;
	font-size: 16px;
	letter-spacing: 3px;
	text-decoration: none;
	color: #FFFF88;
	outline: none;
	padding: 24px 0 8px 12px;
        text-indent: 20px;
}

#menu li a:hover {
	color: #88FF9F;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a:hover span {
	display: block;
}

#menu-home span {
width: 145px;
  height: 80px;
  background: url(images/home.png) no-repeat;
  top: 135px;
  left: 15px;
}

#menu-about span {
  width: 145px;
  height: 80px;
  background: url(images/about.png) no-repeat;
  top: 175px;
  left: 15px;
}

#menu-about {
  margin-left:10px;
}

#menu-port {
  margin-left:10px;
font: bold 13px/13px Georgia, "Times New Roman", Times, serif;
}

#menu-port span {
width: 145px;
  height: 80px;
  background: url(images/portfolio.png) no-repeat;
  top: 245px;
  left: 15px;
}


#menu-cnt span {
  width: 145px;
  height: 80px;
  background: url(images/contact.png) no-repeat;
  top: 295px;
  left: 15px;
}

/* end of menu */

#banner {
	float: left;
	width: 380px;
	height: 150px;
	margin: 0 20px;
	padding: 40px;
	background: url(images/banner_bg.jpg) no-repeat;
}

.banner_header {
	font-size: 24px;
	color: #FFFF88;
	font-weight: bold;
	padding: 0 0 22px 0;
	margin: 0 0 15px ;
}

#banner p {
	font-size: 14px;
	line-height: 24px;
        margin-bottom: 20px;
	color: #ffffff;
}

#template_rss_twitter {
	float: left;
	margin-top: 20px;
	width: 220px;
	font-size: 20px;
}

.section_rss_twitter a {
	display: block;
	width: 210px;
	padding: 10px 0;
	font-weight: bold;
	letter-spacing: 3px;
}

.section_rss_twitter a:hover {
	text-decoration: none;	
}

.section_rss_twitter a span {
	letter-spacing: 5px;
	font-size: 16px;
	margin-top: 5px;
	display: block;
}

.rss a {
	color: #e67b15;
	background: url(images/rss_icon.png) right center no-repeat;
}

.rss a:hover {
	color: #e59a53;
	background: url(images/rss_icon.png) right center no-repeat;
}


.twitter a {
	color: #70d0b4;
	background: url(images/twitter_icon.png) right center no-repeat;
}

.twitter a:hover {
	color: #a3deca;
	background: url(images/twitter_icon.png) right center no-repeat;
}


.facebook a {
	color: #62abd1;
	background: url(images/facebook_icon.png) right center no-repeat;
}

.facebook a:hover {
	color: #9bd1ee;
	background: url(images/facebook_icon.png) right center no-repeat;
}

/* content */

#content {
	clear: both;
	padding: 0 0 0 20px;
	background: url(images/content_bg_pattern.jpg) repeat;
        color:#333;
        font-size:14px;
        letter-spacing: 1px;
}

.content_column img {
	background: #FAF6E8 -51px;
	padding: 5px 5px;
        margin:0 auto;
	margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        margin-left: 30px;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	cursor: pointer;
}

.content_column img:hover {
	background-color: #E7F3FF;
}


.column_w220 {
	float: left;
	width: 220px;
	padding-top: 40px;
        color: #dfdad7;
}

.content_column {
	position: relative;
	float: left;
	width: 420px;
	padding: 0 35px;
	padding-top: 35px;
        margin-top:-10px;
	background: url(images/middle_col_bg.png) repeat-y;
        min-height: 1050px;
}

.content_column a {
	color:#1B4F68;
        border-bottom:1px solid #ccc;
        font-weight:bold;
}

.header_01 a {
         color:#124562;
         border-bottom:none;
}

.header_01 a:hover {
	color:#333;
        border-bottom: none;
}

.content_column a:hover {
	color:#333;
        border-bottom:1px solid #333;
}

.section_w180 a{
	color: #FFFF88;
}

.content_column_bottom {
	position: absolute;
	width: 500px;
	height: 15px;
	bottom: -15px;
	left: 0px;
	background: url(images/middle_col_bottom.png) no-repeat;
}

.content_column p {
	margin-bottom: 10px;
	text-align: justify;
}

.section_w220 {
	width: 220px;
}

.section_w220 h2{
	background: url(images/cat_title.png) no-repeat  ;
        height:50px;
        width:250px;
        margin-left:-38px;
        padding: 9px 5px 3px 10px;
        text-indent: 20px;
        color:#FFFF88;

}

.section_w220 li{
    list-style:url;
    font-size:10px;
    margin-left:-15px;
    font-size: 14px;
    letter-spacing: 1px;
    color:#E8F7FE;
    margin-bottom:5px;
    border-bottom:dashed 1px #ffff88;
}

.section_w220 ul{
    margin-bottom:15px;
    margin-top:-5px;
    margin-left:-15px;
}

.section_w220_right {
	width: 220px;
}

.section_w220_right h2{
	background: url(images/cat_title_right.png) no-repeat  ;
        height:50px;
        width:250px;
        margin-left:18px;
        padding: 9px 5px 3px 10px;
        text-indent: 20px;
        color:#FFFF88;

}

.section_w220_right li{
    list-style:url;
    font-size:10px;
    margin-right:-5px;
    font-size: 14px;
    letter-spacing: 1px;
    color:#E8F7FE;
    margin-bottom:5px;
    border-bottom:dashed 1px #ffff88;
}

.section_w220_right ul{
    margin-bottom:15px;
    margin-top:-5px;
    margin-left:15px;
}

.section_w220_right .textwidget {
    margin-bottom:15px;
    margin-top:-5px;
    margin-left:15px;
    color:#E8F7FE;
}

.section_w220_right form {
    margin-bottom:15px;
    margin-top:-5px;
    margin-left:32px;
    color:#E8F7FE;
}

.input {
    font-size: 12px;
    color:#4486A4;
}


.section_w180 {
	padding: 20px;
}

.header_01 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 10px 0;
	background: #FFFF88 url(images/divider.jpg) bottom repeat-x;
	margin: 0 0 15px 0;
}


.header_02 {
	width: 150px;
	height: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 0 0 70px;
}

.news_title {
	background: url(images/news_title.png) no-repeat;
}

.search_title {
	background: url(images/search_title.png) no-repeat;
}

.comment_title {
	background: url(images/comment_title.png) no-repeat;
}

.login_title {
	background: url(images/login_title.png) no-repeat;
}

.globe_title {
	background: url(images/globe_title.png) no-repeat;
}

.mail_title {
	background:url(images/mail_title.png) no-repeat;
}

.twitter_update_title {
	background: url(images/twitter_update_title.png) no-repeat;
}


.image_wrapper {
	width: 122px;
	height: 122px;
	background: #271309;
	padding: 6px;	
}

.float_left_image {
	float: left;
	margin: 3px 15px 5px 0;
}

.float_right_image {
	float: right;
	margin: 3px 0 5px 15px;
}

.image_wrapper img {
	border: 1px solid #6d5f58;
}


.section_w180 form {
	margin: 0px;
	padding: 0px;
}

.inputfield {
	height: 16px;
	width: 170px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton {
	float: right;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

#message_input {
	background:#FFFFFF none repeat fixed 0 0;
	border:1px solid #BBBBBB;
	display:block;
	margin-top:5px;
	padding:5px;
	width: 170px;
	margin-bottom: 5px;
}

.twitter_update ul {
	margin: 0px;
	padding: 0px;
}

.twitter_update ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.latest_news {
	clear: both;
	padding-bottom: 20px;
}

.latest_news_title a {
	font-weight: bold;
}

.added_date {
	color: #509cd4;
	font-size: 11px;
	font-weight: bold;
}

/* footer */

#footer {
	clear: both;
	width: 980px;
	padding: 30px 0;
	text-align: center;
	background: url(images/footer.jpg) no-repeat center;
}

/* end of footer */

/* -----comments------*/
#comments h3{
font-size:14pt;
font-weight:bold;
}
#comments li{
list-style:none;
text-align:left;
}

/* commentlist */
.alt{
    border:1px solid #F4F1E2;
}
.commentlist {
	clear: both;
	padding:  5px 0 10px;
	margin: 0;
}

.commentlist li {
	padding: 10px 10px 10px 10px;
	margin: 0;
	margin-top:2em;
}

.commentlist a {
    text-decoration:none;
	color: #125590;
}

.commentlist cite:hover {
    text-decoration:underline;
	color: #125590;
}

.commentlist .commentmetadata {
	display: block;
	padding: 0;
	clear: both;
	color: #666666;
}

.commentlist .commentmetadata a{
    text-decoration:none;
	color: #555555;
}

.commentlist .commentmetadata a:hover{
    text-decoration:none;
	color: #666666;
}

.comment-body img {
    border:none;
    margin:0;
}

.wp-smiley {
    border:none;
    margin:0;
}

.none {
    border:none;

}

#about{
    float:right;
}

#about_img{
    float:left;
}

#about_img img{
    border:none;
    background:#E8F7FE;
}
