/* CSS Document Developed by Avishek Nath from NesWebDesign © All rights Reserved. */
/* Global Style*/

body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color: #333333;
	line-height:18px;
	font-family: Tahoma, "Trebuchet MS", "Times New Roman";
 }
 
 
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
 text-decoration: underline;}
form {
 margin: 0px;
 padding: 0px;
}

p{padding:5px 0px;
margin:0px;

}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color:#FFF;
	padding-top:10px;
	font-weight: bold;
	padding-bottom:5px;
}


h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#00395A;
	padding-top:10px;
	font-weight:normal;
	padding-bottom:5px;
}
.f-left {
 float: left;
}
.f-right {
 float: right;
}
.red {
 color: #FF0000;
}
/* Design Structure */

#main {
	width:1000px;
	margin:0 auto;
	background:#FFF;
}


#container{
width:1000px;
float:left;
margin-top:20px;
}

#container .top{
width:1000px;
float:left;
height:23px;
background: url(../images/container-top.jpg) no-repeat left top;
}

#container .middle{
width:1000px;
background: url(../images/containerbg.jpg) repeat-y left top;
float:left;
}

#container .bottom{
width:1000px;
float:left;
height:21px;
background: url(../images/container-bottom.jpg) no-repeat left top;
}

#logo{
float:left;
margin-left:20px;
}

#box{
float:left;
width:954px;
margin-left:21px;
display:inline;
margin-top:10px;

}

#box .top{
float:left;
width:954px;
background: url(../images/box-topround.jpg) no-repeat left top;
height:56px;
}

#box .middle{
float:left;
width:954px;
background: url(../images/box-bg.jpg) repeat-y left top;
}

#box .bottom{
float:left;
width:954px;
background: url(../images/box-btmround.jpg) no-repeat left top;
height:32px;
}

#about{
float:left;
margin-right:425px;
padding-left:30px;
margin-top:2px;
}

#forum{
float:left;
margin-top:2px;
}


#content-left{
float:left;
width:560px;
margin-left:30px;
display:inline;
color:#503110;
font-size:14px;
text-align:justify;

}

.org-txt{
font-weight:bold;
color:#F7931D;
font-size:16px;
}

.org-txt-normal{
color:#F7931D;
font-size:16px;
}


#content-right{
float:left;
width:300px;
margin-left:40px;
display:inline;
color:#503110;
font-size:14px;
}

#content-right ul{
margin:0px;
padding:0px;
font-size:15px;
padding-left:30px;
padding-top:10px;
}


#content-right ul li{
color:#F7931D;
padding-bottom:5px;

}

#content-right ul li a{
color:#F7931D;
}

.imgleft{
margin:0px 10px;
border:1px solid #F7941E;
float:left;
}


#forum-btn{
background:url(../images/forum-btn.jpg) no-repeat left top;
width:159px;
height:23px;
float:right;
padding-top:5px;
padding-left:10px;
font-size:13px;
font-weight:bold;
color:#FFF;
margin-top:60px;
}

#forum-btn a{
color:#FFF;
}

#footerlinks{
float:left;
width:980px;
clear:both;
color:#F7931D;
font-weight:bold;
text-align:right;
padding-top:15px;
padding-right:20px;
}

#footerlinks .ftrimg{
padding-left:30px;

}

#footerlinks a{
color:#F7931D;
padding-right:10px;
text-decoration:underline;
}

#footerlinks a:hover{
text-decoration:none;
}

A.more:link {font: bold 14px tahoma, arial; color: #133D8D; text-decoration:underline;}
A.more:visited {font: bold 14px tahoma, arial; color: #133D8D; text-decoration:underline;}
A.more:active {font: bold 14px tahoma, arial; color: #133D8D; text-decoration:underline;}
A.more:hover {font: bold 14px tahoma, arial; color: #FF6000; text-decoration:underline;}