
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #EA672E;
}

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

img {
	border: none;
}


/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url(../img/img02.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}



#blueBar 
{
	margin: 0;
	height:40px;
	background-color: #2e3047;	
	color:#FFFFFF;
	text-align:right;
	vertical-align:middle;
	line-height:40px;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
	a, a:visited, a:link{color:#FFFFFF;};
	a:hover{color:#FF0000;};
}

#container
{		
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#exContainer
{		
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; 	
	text-align: left; 
}


#mainContent {	
	margin: 0 20% 0 20%; 

}

#mainContent1 {	
	margin: 0 5% 0 5%; 

}

#mainContent2 {	
	margin: 0 15% 0 15%; 

}

/* Content > Sidebar */

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 17%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 5px; /* top, right, bottom, left  */
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 15%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 0 5px;
	font-size:10px;
}

#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#divBooks{
	/*width: 1000px;
	background:#999;*/
	padding-top:60px;
	padding-bottom:60px;	
}


#divBooks img{	
	border:1px solid #000;
	/*background:#333;*/
	padding:10px;
	margin:0.7em;

	
	/*gradients*/
	background: -moz-linear-gradient(top, #000, #333);
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	
	/*border radius*/
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
}

#divBooks table{
	font-style:normal;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;

}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	background: #F7F7F7 url(../img/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#checkBoxStyle
{
width:25px;
height:25px;
}

#btnStyle
{
width:100px;
height:35px;
}

#txtBoxStyle
{
font-family:inherit;
font-size:14px;
width:100%;
}
