/* Body section start */
body
{
    padding: 0px;
	width: 920px;
    height: auto;
    margin: 0 auto;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	border:0px;
	color:#000000;
	background:url('../images/back.gif') repeat;
	text-align:justify;
}
/* Body section end */

/* Wrapper section start */
#wrapper
{
    padding: 0px;
	width: 920px;
    height:auto;
	margin: 0 auto;
	background-color:#ffffff;
	margin-top:30px;
	float:left;
	padding-bottom:10px;
}
#wrapperinner
{
	width: 900px;
    min-height: auto;
	background-color:#ffffff;
	padding-top:10px;
	margin-left:10px;
}
#wrapperinnerothers
{
	width: 900px;
    min-height: 500px;
	background-color:#ffffff;
	padding:10px;
	padding-left:10px;
}
#lefthome
{
	padding: 0px;
	width: 200px;
    min-height: 780px;
	float:left;
	margin-right:10px;
	background-color:#BCBAAD;
}
#logohome
{
	padding: 0px;
	width: 200px;
    height: 255px;
	float:left;
}
#centerhome
{
	width:450px;
	float:left;
	min-height:780px;
}
#menuohome
{
	width:220px;
	float:left;
	height:auto;
}
#menuohome ul 
{
	list-style:square;
	display:block;
	font-size:11pt;
	font-weight:bold;
}
#menuohome ul li a
{
	color:#000000;
	text-decoration:none;
}
#menuohome ul li a:hover
{
	color:#CC9900;
	text-decoration:none;
}
#menuohome ul li.active
{
	color:#CC9900;
}
#menuohome ul li.active a
{
	color:#CC9900;
}
#menuohome ul li.active a:hover
{
	color:#CC9900;
}
#main-content {
    width: 900px;
	float:left;
	height:780px;
}
#footer {

    height: 35px;
	padding: 0px;
	width: 900px;
	border-top:solid 1px #000000;
	float:left;
	font-size:10pt;
	background-color:#BCBAAD;
}
img {
    border: 0 none;
}

#logoothers
{
	width:700px;
	float:left;
	height:150px;
}
#menuothers
{
	padding: 0px;
	width: 240px;
    height: auto;
	float:left;
	margin-left:10px;
}
#menuothers ul
{
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	font-size:10pt;
	font-weight:bold;
}
#menuothers ul li a
{
	color:#000000;
	text-decoration:none;
	padding:5px;
}
#menuothers ul li a:hover
{
	color:#CC9900;
	text-decoration:none;
}
#menuothers ul li.active
{
	color:#CC9900;
	background-color:#EFEFD6;
}
#menuothers ul li.active a
{
	color:#CC9900;
}
#menuothers ul li.active a:hover
{
	color:#CC9900;
}
#header
{
	width:900px;
	height:180px;
	float:left;
}
h1,h2 ,h3, h4, h5 ,h6
{
	color:#000000;
}
#contentothers
{
	width: 900px;
	float:left;
	min-height:550px;
	background-color: #FFFFFF;
}
#leftcontentothers
{
	width:570px;
	float:left;
	min-height:627px;
	background-color: #FFFFFF;
}
#rightcontentothers
{
	width:300px;
	float:left;
	height:auto;
	margin:50px 0px 0px 30px;
	text-align:right;
}
.tdclass
{
	width:25%;
	height:40px;
}
input[type="submit"]
{
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
    -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    background: url("../images/submit_btn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #cbcbcb;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-right: 2px;
    padding: 6px 5px;
    width: 110px;
	margin-top:5px;
	font-weight:bold;
}
input#submit:hover{
	background-position:0 -45px;
}
a
{
	color:#000000;
		text-decoration:none;
}
a:hover
{
	color:#F3005A;

}
ul.gallery {
	width: 900px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0px 0px 10px -3px; 
	padding: 0;
}
ul.gallery li {
	float: left;
	display: inline; 
	text-align:center;
}
ul.gallery li a.thumb1 {
	width: 130px; /*--Width of image--*/
	height: 95px; /*--Height of image--*/
	margin:5px;
	border:solid #cbcbcb 5px;
	text-align:center;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 130px;
	height: 95px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb1:hover {
	width: 130px; /*--Width of image--*/
	height: 95px; /*--Height of image--*/
	margin:5px;
	border:solid #BCBAAD 5px;
}

ul.gallery li a {text-decoration: none; color: #777; display: block;}