/* Code by Abdelrahman Osama (B comad) */

html {
	background: url(../img/letters.gif) top left repeat-x;
	padding-top: 130px;
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
}

body {
	width: 350%;
}

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

a:hover {
	color: #215EA6;
}

#header {
	width: 288px;
	float: left;
}

#header p {
	margin-left: 71px;
	position: fixed;
	background: url(../img/arrows.gif) 87% top no-repeat;
	width: 100%;
	height: 60px;
	margin-top: -15px;
	padding-top: 15px;
}

/* My Comment */

h2 {
	color: #888;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
	margin: 0;
}

h1 {
	width: 297px;
	height: 265px;
	background: url(../img/b.gif) no-repeat;
	text-indent: -5000px;
}

h3, h4 {
	color: #215EA6;
}

h3 {
	text-transform: uppercase;
	margin-top: 0;
}

#content h3 span, #content h4 span {
	color: #888;
}

span {
	color: #215EA6;
	font-weight: bold;
}

#content {
	margin: 20px 0 0 308px;
	width: 100%;
}

#content img, #content div.col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px dashed #BBB;
	width: 440px;
}

#content div.gallery {
	width: 576px;
	padding-right: 10px;
}

#content div.gallery img {
	padding: 0;
}

#content div.col.gallery ul.gallery_demo_unstyled.gallery_demo.galleria li img.thumb {
	margin: 0;
	padding: 0;
}

#content div.col.gallery ul.gallery_demo_unstyled.gallery_demo.galleria li {
	width: 110px;
}

#content div.col img {
	border: none;
}

dd {
	margin-left: 0;
	margin-bottom: 6px;
}

form {
	margin-bottom: 0;
}

input, textarea {
	border: 1px solid #BBB;
	color: #215EA6;
}

input:focus, textarea:focus {
	border-color: #215EA6;
}

.send {
	margin-bottom: 0;
}

.send input {
	background: none;
	font-size: 1.1em
}

.send input:hover {
	border-width: 2px;
}

div#myBook.col {
	margin-left: 15px;
	padding-right: 0;
}