/*
Title:      BOJAC styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #fff; 
	}
	
/* ----------[ links ]---------- */

a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #306;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #306;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: 0;
	border-bottom: none;
}

/* -----[ common elements ]----- */

p {
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-family: Verdana, arial, sans-serif;
	font-size:130%;
	font-weight: bold;
	margin: .8em 0;
	color: #000;
	}
h2 {
	font-family: Verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000;
	}
h3 {
	font-family: Verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h4 {
	font-family: Verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	font-size: 90%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
.title {
	font-weight: bold;
	color: #036;	
}
/* -----[ layout structure ]----- */	

#wrap {
	width: 680px;
	margin: 20px auto;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
}

/* ---------[ classes ]--------- */

.Limg {
	margin: 0 20px 0 0;
	float: left;
}
.Rimg {
	margin: 0 0 0 20px;
	float: right;
}

/* ---------[ IE hacks ]--------- */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}
#wrap {
	width: 680px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 680px;
}
html>body #wrap { /* be nice to Opera */
	width: 680px;
}
