    * {
        margin: 0;
        padding: 0;
    }
    body {
        text-align: center;
        background: #282828; 
        font: 14px arial;
		color: #2b2b2b;
    }
	img {
        border: 0;
    }
    div#site-wrapper {
        width: 950px;
        margin: 0 auto;
        background: #FFFFFF;
        margin-top: 0px;
        text-align: left;
    }
	
/* HEADER STARTS */
	#header {
		height: 147px;
	    position: relative;
	}
	#search {
		height: 95px;
		width: 273px;
		position: absolute;
		top: 10px;
		right: 15px;
		text-align: right;
	}
	#search p {
		margin: 10px 10px 7px 0;
		font: 12px arial;
		color: #FFF;
	}
/* HEADER ENDS */
	
/* MENU STARTS */
/* Main Menu */
	#top-menu {
		background: url(images/menu-bar.jpg) no-repeat;
		height: 32px;
		width: 950px;
		text-align: center;
	}
	#top-menu ul li { 
		position: relative;
		display: inline;
	}
	#top-menu li {
		display: inline;
		list-style-type: none;
	}
	#top-menu li a {
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		height: 25px;
		position: relative;
		top: 7px;
		text-align:center;
		width:70px;
	}
	.dot{
		padding: 0px 5px;
		height: 10px;
		color: #fff;
		position: relative;
		top: 5px;
	}
/* Site Menu Bars */
	div.title-bar.short h3{
		font: 12px arial;
		font-weight: bold;
	}
	div.title-bar.short a{
		font: 11px arial;
		color: #2b2b2b;
	}
/* MENU ENDS */

/* CONTENT STARTS */
	#content {

font-family: Tahoma,Verdana,Arial,Sans-Serif;

font-size: 11px;

font-weight: normal;

padding-left: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-top: 5px;

text-align: justify;

color: Black;

text-decoration: none;

}
#content ul{
	padding-left: 20px;
}
#content li{
	padding-top: 5px;
}
	#main-content { 
		background: url(images/main-side-bars.jpg) repeat-y;
		width: 915px; 
		padding: 0 18px 0 17px;
		float: left; 
	}
	#left-content {
		padding: 0px 0px 0px 0px;
		float: left;
		width: 183px;
	}
	#right-content {
		padding: 0px 0px 0px 0px;
		float: left;
		width: 731px;
	}
	#right-content p {
		padding: 10px 15px 0px 0px;
	}
	.title-bar {
		background: url(images/title-bar.jpg) repeat-x;
		min-height: 100px;
		padding: 7px 0 0 10px;
		margin-right: 15px;
	}
	.title-text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 27px;
		font-weight: bold;
		color: #fff;
	}
	.title-text a {
		color: #fff;
	}
	.short {width: 173px;}
	.long {width: 721px;}
	#divider {
		background: url(images/divider.jpg) repeat-y;
		width: 1px;
		min-height: 1px;
		float: left;
		overflow: hidden;
	}
	#right-content .first_p {
		padding: 25px 0px 0px 0px;
	}
/* CONTENT ENDS */

/* PICTURE GALLERY STARTS */

	#picture {
		margin-left: -10px;
		text-align: center;
		background: #333;
		height: 100%;
		color: #fff;
	}
	#picture a {
		color: #fff;
	}
	#picture-frame {
		padding: 13px;
		background: #000;
	}
	#small-picture-frame {
		border: 10px solid #000000 !important;
		margin: 10px;
	}

/* PICTURE GALLERY ENDS */

/* FOOTER STARTS */
    div#footer {
		clear: both;
		height: 42px;
		background: url(images/footer.jpg) no-repeat;
	}
	div#copyright {
        width: 300px;
        color: #fff;
        font: 12px arial;
        padding-top: 10px;
        margin-left: 20px;
        float: left;
    }
    div#branding {
        float: right;
        color: #fff;
		font: 12px arial;
        width: 500px;
        text-align: right;
        padding-top: 10px;
        margin-right: 30px;
    }
/* FOOTER ENDS */