/* CSS Document - Pastel Template design by emasai.com*/
body {
	background-color:#b3f7f9;
	color:#006;
	font-family:Chalkboard, "Comic Sans MS", Verdana, Arial;
	font-size:.9em;	
}

a {
	color:#009;
	text-decoration: none;
	font-weight:bold;
	border: 0;	
}

a:hover {
	color:#fff;	
}

h1 {
	color:#009;
	font-size: 150%;
	text-align:center;
	line-height: 50%;
}

h2 {
	color:#009;
	font-size: 120%;
	text-align:center;
	margin-top: -10px;
}

h3 {
	color:#009;
	font-size: 120%;
	text-align:center;
}

blockquote {
	margin: auto;
	background: #F5F3F5;
	background: #F5F3F5 url(images/blockquote.jpg) repeat-y	
}

blockquote p{
	padding: 10px 10px 10px 50px;
	background: #F5F3F5 url(images/blockquote.jpg) repeat-y	
}

#container {
	width: 800px;
	border: 1px solid blue;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#e0fef8;
	padding: 10px;
}

#va {	
	font-size: .95em;
	font-variant:small-caps;
	font-weight:bold;
	color:#009;	
}

#header {
	height: 155px;
	padding: 10px 10px 0 10px;
	background: url(images/dead-sea.jpg) no-repeat;
}

#header img {
	float: left;
	width: 120px;
	
}		

/* NAVIGATION STYLING RIGHT HORIZONTAL*/

#menu {
	width: 750px;
	padding-top: 14px;
	clear:left;
}

.cssnav	{
	position: relative;
	float:left;
	margin: 0;
	width: 125px;
	height: 26px;
	text-align:center;
}

.cssnav a {
	display: block;
	width: 125px;
	height: 26px;
	float: right; 
	text-decoration: none;	
}


/* START MAIN CONTENT */


#top {
	height:60px;
	background: url(images/top.jpg) no-repeat;
	padding: 10px 0;
}

#top p {
	text-align: center;
	font-weight: bold;
	color:#009;
}	

#content {
	padding: 10px 5px 21px 5px;
	margin: 0;
	background: #E0FEF8;
}
		
#content img{
	width: 250px;
	float: left;
	margin: 10px ;
}

#content a:hover{
	color:#00CCFF;
}

.clear {
	clear: left;
}



/*   START RIGHT CONTENT     */

#contentright {
	position: relative;
	float: right;
	width: 203px ;
	margin: 0 0 15px 15px;
	background: url(images/boxmiddle.jpg) 0 0;
	font-size: 85%;
}
		
.rtop{
	width: 203px;
	margin-top: 0;
	padding-top: 10px;
	background: url(images/boxtop.jpg) no-repeat 0 0;
	
}

.rbottom{
	width: 203px;
	margin-bottom: 0;
	padding-bottom: 10px;
	background:url(images/boxbottom.jpg) no-repeat 0 100%;	
}

#contentright img{
	width: 180px;
	margin: auto;	
}

#contentright p{
	padding:10px 10px 20px 10px;
}

/*   START FOOTER    */

#footer {	
	width: 800px;
	height: 63px;
	clear: both;
	padding: 10px 0;
	background:url(images/footer.jpg) no-repeat 0 0;
}
		
#footer p{
	text-align:center;
	font-size:.75em;
	margin-top: 25px;
	padding-top: 15px ;
	
}		
#footer a:hover{
	color:#00CCFF;
	}
