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

/* Text's and other elements' styles */

.bold {
	font-weight:bold;
}

.large-bold {
	font-weight:bold;
	font-size: 18px;
	line-height:28px;
}

.italic {
	font-style:italic;
}

.red-bold-large {
	color: #cd2127;
	font-size:15px;
	font-weight:bold;
}

.center {
	text-align:center;
}

.border {
	border: 1px solid #ebebeb;
}

a {
	color: #cd2127;
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

a img {
	text-decoration:none;
}

.normal {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* Layout */

* {padding: 0; margin: 0;}
p {margin-top: 10px; margin-bottom:20px;}
img {border: 0;}

body {

	margin:0 auto;
	font: 12px/1.75 Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	color: #000000;
	text-align:center;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#content {
	margin:0 auto;
	padding:0;
	width:1000px;
	overflow: hidden;
	min-height:500px; 
	/* Set min-height for all standards-compliant browsers */
	height: expression( this.scrollHeight < 501 ? “500px” : “auto” ); 
	/* Set min-height for IE */
	text-align:center;
}

h1 {
	display:none;
}

#nav {
	margin: 20px auto;
	height: 60px; 
	background-color:#a2d39c;
}

#nav ul {
	width: 1000px;
	margin:0 auto;
	overflow:hidden;
}

#nav li {
	float: left;
	display: block;
	list-style:none;
}

#footer {
	margin:0 auto;
	padding: 10px 0;
}

#footer p {
	font-size: 11px;
	line-height:22px;
}

#footer a {
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight:normal;
	text-decoration:underline;
}

/* Index.html - elements */
#2columns {
	width:1000px;
	margin: 0;
	overflow: hidden;
}

#left_column {
	float: left;
	width: 620px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#slide_show {
	width: 620px;
	overflow:hidden;
}

#slide_show img {
	float: left;
}

.margin-top {
	margin-top: 270px;
}

#right_column {
	float: right;
	width: 365px;
	text-align:left;
	padding-top: 0px;
}

/* other_books_by_olena_kassian.html - elements */
#div_table {
	width: 840px;
	margin:20px auto;
	text-align: left;
}

#div_table table {
	border: 0;
}

#div_table td {
	padding: 20px;
}


/* notecards.html - elements */
#div_notecards {
	margin:0 auto;
	margin-top: 50px;
	width: 1000px;
}

#div_notecards ul {
	width: 960px;
	padding-left: 40px;
	padding-top: 20px;
	overflow:hidden;
}

#div_notecards li {
	width: 200px;
	display: block;
	margin-right: 40px;
	margin-bottom: 40px;
	float:left;
	list-style:none;
}


/* contact.html - elements */
#div_contact {
	width: 720px;
	margin:50px auto;
	text-align:left;
	overflow:hidden;
}

#contact_left {
	width: 200px;
	height:145px;
	float: left;
	margin-top: 220px;
}

#contact_right {
	width:499px;
	float: right;
}