/*
Theme Name: Wordpress Custom Theme
Theme URI: http://www.hubseo.com
Description: Custom Landing Page Theme for Marc
Version: v 1.0
Author: Pritesh
*/

/* Begin Structure */
body {
	background: url(images/background.gif) repeat-x; 
	background-color: #fdf9db;
	color: #1C1C1C;
	padding: 18px 0 0 0;
	margin: 0;
	border: 0px ;
	text-align: center;
	font-size: 11px;
	font-family: Arial,sans-serif,Helvetica,Verdana;
}

#wrapper {
	width: 765px; /* Change this to make the theme thinner or wider */
	margin: 0 auto;
	border: 0px solid #363636;
	background-color: #transparent;
	min-height: 800px;
	padding: 0;
}

#wrapper2 {
	margin: 0px 0px 0;
	padding: 0;
}

#headerx {
  background: url(images/header.gif) no-repeat;  width: 765px; height: 135px;
}
.headerbookx {
position: absolute;
margin-left: 560px;
margin-top: -12px;
background: url(images/headerbook.gif);
width:200px;
height:160px;
}

#header {
	width: 765px; /* Change this to make the theme thinner or wider and it equals to #wrapper width - 30px */
	margin: 0;
	padding: 0;
}

#header img {
	max-width: 100%;
}

#maincontent {
	background: white;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 10px;
	width: 743px;
	margin-top: -0px;
}

#content {
	border:0px
	padding:0px;
	width: 691px;
	background: white;
	margin:auto;
	
}

.formattedtext {
	text-align: left;
	font-size: 1.2em;
}

formattedtext ul {
 font-size: 0.70em;
 font-family: Verdana;
 text-align: left;
 margin-left: 15px;

}
.formattedtext ul li { 
	list-style-type: none;
	background: url(images/arrow.gif) no-repeat 2px 1px;
	padding-left: 38px;
	line-height: 28px;
	
}

}

.formattedtext h1, .formattedtext h2, .formattedtext h3 {
	text-align: center;
}


#footer {
background: url(images/footer.gif) no-repeat; width: 745px; height: 64px;
margin-top:-22px;
margin-bottom:3px;
}

#footerbook {
position: absolute;
margin-left: 630px;
margin-top: -38px;
background: url(images/footerbook.gif);
width:130px;
height:105px;
}

#footer a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer a:hover {
	border: none;
	color: #1C1C1C;
}

#notice{
position:absolute;
text-align: left;
margin: 43px 23px;
padding: 0 0px;
font-family: sans-serif, Helvetica, Verdana, Arial;
font-size: 8pt;
color: BLACK;
}

#testiwrapper {
	margin-left:140px;
	padding:0;
}
.testitop {
background: url(images/boxtop.gif) no-repeat top left; 
padding: 0;
margin: 0;
height: 62px;
width: 425px;
}
.testitop span {
	color:#FFFFFF;
	font-family:arial,helvetica,sans-serif,Verdana;
	font-size:24px;
	font-weight:bold;
	padding-top:0px;
	line-height:70px;
	padding-left:70px;
}	
.testibottom {
padding: 0;
margin: 0;
background: url(images/boxbtm.gif) no-repeat top left;
width: 425px; 
height: 51px;
}

.testcontent {
color: #000000;
background: url(images/boxbground.gif) repeat-y top left; 
width: 425px;
padding-left:20px;
padding-top:20px;
padding-bottom:20px;
margin:0px;
}

.testcontent span {
	padding-right:40px;
	font-weight:bold;
}
/* End Structure */

/* Begin Typography, Images and Colors */

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

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

a img {
	border: none;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	font-style: italic;
}

h1 {
font-family: Arial, Helvetica, Verdana ;
font-weight: bold;
font-size: 18pt;
text-align: center;
color: ##990000;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

p {
	margin: 10px 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

.textwidget a img {
	border: none;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

/* End Typography, Images and Colors */
