@charset "UTF-8";

.bl:{color:#027abb}
.search_button{height: 20px; width: 58px; font-size: 11}
.search_box{height: 20px; width: 200px; font-size: 11}
.radio{width: 10px; height: 10px}
.maps_button{height: 20px; width: 46px; font-size: 11}
.maps_box{height: 20px; width: 62px; font-size: 11}
.movies_button{height: 20px; width: 53px; font-size: 11}
.movies_box{height: 20px; width: 55px; font-size: 11}
.msn_button{height: 20px; width: 37px; font-size: 10}
.msn_box{height: 22px; width: 72px; font-size: 11}
.selector{height: 20px; width: 115px; font-size: 11}

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}

/* Ken's style */
/*
body  {font: 100.01% Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;}
*/

/* Davar's style */
/*
body {font-family:georgia,sans-serif,symbol; font-size:16px; font-weight:500;}
*/

/*
body {font-family:geneva,arial,helvetica,sans-serif,wingdings,symbol; font-size:14px; font-weight:500;}
*/

body {font-family:arial,helvetica,sans-serif,wingdings,symbol; font-size:14px; font-weight:500;}

/*
body {font-family:"Gill Sans",geneva,arial,helvetica,sans-serif,wingdings,symbol; font-size:16px; font-weight:500;}
*/

/* --- page layout styles --- */

.firas #header { 
	min-width: 50em;
	border-top: white 10px solid;
	border-left: white 10px solid;
}
.firas #menu {
	float: left; 
	width: 8.5em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	border-left: white 10px solid;
}
.firas #content1 {
	width: 50em;
	margin: 0 0 0 11em;
	<!-- margin: 0 14em 0 13em; *. -->
} 
.firas #content2 {
	margin: 0 0 0 11em;
	border-right: white 10px solid;
} 


/* --- content1 styles --- */
#content1 ul, ol {
	list-style-position: inside;
	margin: 0 0 0 0;
}
#content1 img {
	margin: 0 0 .1em 0;
}
#content1 a:link {
	color: black;
	text-decoration: none;
}
#content1 a:visited {
	color: black;
	text-decoration: none;
}
#content1 a:hover {
        color: #cc0000;
        text-decoration: underline;
}

/* --- content2 styles --- */
#content2 li {
	list-style-position: inside;
        margin: 0.8em 0 0.8em 2em;
}
#content2 ul,ol {
	list-style-position: inside;
        margin: 0.3em 0.3em 0.3em 0;
}
#content2 img {
	margin: 0 0 .1em 0;
}
#content2 a:link {
        color: blue;
}
#content2 a:visited {
        color: 003399;
}

/* --- menu styles --- */
#menu a {
	display: block;
	font-weight: normal;
	font-size: .9em;
	text-decoration: none;
	padding: .15em 0 .25em .25em;
}
#menu a:link {
        color: black;
        text-decoration: none;
}
#menu a:visited {
        color: black;
        text-decoration: none;
}
#menu a:hover {
        color: #cc0000;
        text-decoration: underline;
}
#menu img {
	margin-bottom: .15em;
}

/* --- header styles --- */
#header a {
        font-weight: normal;
        font-size: .9em;
        text-decoration: none;
        padding: .15em 0 .25em .25em;
}
#header a:link {
        color: black;
        text-decoration: none;
}
#header a:visited {
        color: black;
        text-decoration: none;
}
#header a:hover {
        color: #cc0000;
        text-decoration: underline;
}
