/** Common Styles */
* {
}

body {
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}


p, ul, ol {
}

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

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

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

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: url(images/logo.jpg) no-repeat right top;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right

}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 52px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/image01.jpg) no-repeat left top;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/image06.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

#menu a:hover {
	color:#333333
}

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


/** Page Style Starts Here */

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

#page-top {

}

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

/** Main content starts here */

#content {
	float: right;
	width: 450px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 10px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px dotted #CFCFCF;
}

/** Main content bottom left */

#botleft {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}

#botleft h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}
#botleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#botleft li {
	margin: 0;
	padding: 0px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFCFCF;
	list-style-position: inside;
	list-style-type: disc;
}

/** Main content bottom right */

#botright {
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 40px;


}

#botright h2 {
	margin: 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}
#botright ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}

#botright li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px dotted #CFCFCF;

}

/** Main content absolute bottom */

#abbottom {
	float: right;
	width: 450px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 10px;


}

#abbottom h2 {
	margin: 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}
#abbottom ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#abbottom li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px dotted #CFCFCF;

}

#sidebar {
	float: left;
	width: 175px;
	padding: 0px 0 0 35px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

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

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

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 2px 0;
	background: url(images/image02.jpg) no-repeat left bottom;
}

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

#footer a {
	color: #FFFFFF;
}
