/*
Theme Name: mphatak.com
Theme URI: http://www.mphatak.com/wordpress/wp-content/themes/manu
Description:  The layout, structure and design for mphatak.com
Author: Manu Phatak
Author URI:  http://www.mphatak.com
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

table {caption-side:bottom
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #B50043;
	text-decoration: underline overline;
}

h1{
	color: #b50043;
	font-size:24px;

	font-weight: bold;
}

h2 {
}

h3 {
}

p {
}

#container1 {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #000066;
}

#container2 {
	background-image: url(img/footer.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}


#nav1 {
	width: 800px;
	height: auto;
	text-align: center;
	clear: both;
	margin-top:5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#nav1 ul, #nav2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#nav1 ul li, #nav2 ul li {
	display: inline;
}

#nav1 ul li a {
	width: 180px;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	height: auto;
	color: #000000;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: .25em;
	padding-right: .25em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	vertical-align: bottom;
}

#nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #000000;
}


#header {
	background-attachment: scroll;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 95px;
	width: 800px;
	margin: 0px;
	clear: both;
	float: left;
}


#left {
	clear:both;
	float: left;
	height: auto;
	width: 180px;
	overflow: auto;
	vertical-align:top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#nav2 {
	float:left;
	text-align: left;
	clear: both;
	vertical-align:top;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

#nav2 ul li a {
	border: 2px solid #000000;
	background-attachment: scroll;
	background-image: url(../3/img/button.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	display:block;
	margin: 0.25em;
	padding: 0.25em;
	width: 100%;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
#nav2 ul li a:hover {
	color: #FFFFFF;
	border: 2px solid #000000;
	background-color: #999999;
}
#content-left{
	clear:both;
	float: left;
	height: auto;
	width: 180px;
	overflow: auto;
	vertical-align:top;

}

#right {
	float: left;
	height: auto;
	width: 590px;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 10px;
}
#pagetitle {
	color: #333333;
	clear: both;
	font-size: 36px;
	font-weight: bolder;
	float: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
#content-right {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
}


#footer {
	clear: both;
	width: 800px;
	overflow: visible;
	height: auto;
	text-align: center;
	}
.img {
	border: 1px solid #000066;
}

