/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #000;
	text-align: justify;
	line-height: 19px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1 {
  font-family: Tahoma,Helvetica,sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  display: inline;
}
h2 {
  font-family: Tahoma,Helvetica,sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 35px;
}

h3 {
  font-family: Tahoma,Helvetica,sans-serif;
  color: #D48751;
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 10px;
}

#primarycontent img {
  border: 1px solid #fff;
  float:left;
  margin: 0px 15px 5px 0px;
  padding: 0;
}


ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #D48751;
	border-bottom: 1px #A66300 dotted;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

/** Style for header starts here */


	
	#header {
	width: 1000px;
	height: 150px;
	margin: 0px auto;
	background: #000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}


#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 10px 10px 20px;
	font-size: 3em;
}

#header h2 {
	padding: 73px 10px 0px 0px;
	font-size: 1.4em;
}

/** Style for menu starts here */

#menu {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
	background-image: url(images/mainmenuback.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	background: url(images/img05.jpg) no-repeat left 56%;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
	text-decoration:underline;
}

#menu ul li a.menu_current{
text-decoration: underline;
font-weight: bold;
color: #fff;
}


#linklist a{
	color: #fff;
	text-decoration:none;
}

#linklist a:hover {
	color: #D48751;
	text-decoration:none;
}

/** Style for wrapper starts here */

#bg {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	background: #000 url(images/img02.jpg) repeat-y top;
	border-right: 1px solid #371c15;
}

/** Style for content starts here */

#headercontent
{
position: static;
height: 30px;
width: 700px;
padding: 10px 10px 0px 10px;
font-size: 12px;
font-weight: normal;
border: 1px solid #4a2723;
background: #111;
background-repeat: no-repeat;
background-image: url(images/titlebg.jpg);
background-position: 100%;
}

#content {
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#primarycontent {
   overflow: auto;
   height: 600px;
   width: 682px;
   margin-top: 10px;
   padding-top: 10px;
   padding-bottom: 20px;
   padding-right: 40px;
   display: block;
   scrollbar-track-color: #4c271f;
   scrollbar-base-color: #210d0c;
   scrollbar-arrow-color: #D48751;
   scrollbar-highlight-color: #4A2723;
}

#right {
	float: right;
	width: 720px;
	height: 753px;
	padding: 20px;
	background: #000;
	border: #cd853f 0px 1px 1px 1px;
	background: #000 url(images/cont_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 198px;
	height: 753px;
	padding: 20px;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	}

#left ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
   line-height: 23px;
}

#left li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat right 75%;
	display: block;

}

#contact {
  	width: 198px;
  	height: 467px;
  	padding: 20px 0px 20px 0px;
	text-align: left;
	}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 1000px;
	height: 38px;
	padding-top: 18px;
	border-top: 1px solid #444444;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	width: 31px;
	height: 31px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #E5E5CC;
}

