body {
	background: #E7E7E7 url(../img/design/body.jpg) top left;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

a {
	color: #DB7093;
}

a:visited {
	color:#c43300;
}

a:hover {
	color: #c43300;
}

a:active {
	color:#000000;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	margin:0px
}

h2 {
	color: #0d11b6;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

img.download {
	vertical-align:middle;
}

/* ----------container to center the layout-------------- */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #E8E8E8 url(../img/design/menubottom.jpg) no-repeat bottom left;
	border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
	height:114px;
	text-align: center;
	background:  url(../img/design/header.jpg) no-repeat bottom center;
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
}

#banner img {
	padding:10px 0px;
} 

#bannertitle{
	padding-top:50px;
	font-size:2em;
	font-weight:bold;
	margin-bottom: 0px;
}
#bannersubtitle{
	padding-top:0px;
	font-size:1em;
	font-weight:bold;
	margin-top: 0px;
}

/* -----------------content--------------------- */
#content {
	background:#ffffff  url(../img/design/content.jpg) no-repeat top right;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}

div#content { 
	min-height:600px;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#E8E8E8;
	height:90%;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:0px;
	height:35px;
	text-align: center; 
	background:  url(../img/design/footer.jpg) repeat-x ;
}

#footer p a{
	color:#FFFFFF;
}
 
#footer p{
	padding:5px 5px 0px 0px;
	color:#FFFFFF;
}
  
/**********vertical menu***************/
.verticalmenu ul{
	list-style:none;
	padding: 10px;
	margin: 0px;
}

.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #0d11b6;
	text-decoration: none;
	text-align: left;
	width: 180px;
	height: 32px;
}

.verticalmenu a:hover{
	background: url(../img/design/menuhover.gif) no-repeat;
	color: #0099FF;
}
/**********Content Image***************/
.imageright {
	float:right;
	padding-right:20px;
}
/**********Lightbox 2 Gallery***************/
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #fff;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}	
