/** Common Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #FFF;
	/*background-image: url(images/bg/);
	background-repeat: repeat-x;*/
	line-height: 25px;
	text-align: inherit;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #670001;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0.4em;
	letter-spacing: 0.1em;
}

ul, ol {
	margin-left: 1.8em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #C84205;
}

a:hover {
	text-decoration: underline;	
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	background: url(images/BW_LOGO-02.jpg) no-repeat center 80%;
}

#header h3 {
	/*margin: 0;
	padding: 40px 0 0 160px;
	background: url(images/BW_LOGO-02.jpg) no-repeat center;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold; */
	color: #FFF;
	height: 0px;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/bar-top-03.png) no-repeat left top;
}

#menu ul {
	margin: 0px 0 0 180px;
	list-style: none;
	padding-top: 18px;
	padding-left: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px;
	/** background: url(images/image06-1.gif) no-repeat right 50%; */
	text-transform: capitalize;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/image05.jpg) repeat-y;
}

#page-top {
	background: url(images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(images/image04-2.png) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	padding: 40px 50px 40px 60px;
}

#content h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: none;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.7em;
}

#content p, ul {
	font-size: 11px;
	line-height: 140%;
}

#content ul {
}

#content h4 {
	font-size: 16px;
}

#content img {
	margin: 0px 3px 6px 3px;
}

#sidebar {
	float: left;
	width: 235px;
	padding: 15px 15px 340px 20px;
}

#sidebar img1 {
}

#sidebar h2 {
	margin: 0;
	padding: 25px 0px 40px 20px;
	/* border-bottom: 1px dotted #CFCFCF; */
	/* text-transform: none; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 25px;
	color: #C84205;
	text-align: center;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: url(images/bar-btm-03.png) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #CCC;
}

#footer a {
	color: #CCC;
	text-decoration: underline;	
}
