html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


html, body {
height: 100%;
margin-bottom: 1px;
}


@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/tile.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(images/logo_ed2.jpg) no-repeat left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	position: relative;
	top: 5px;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/box_top.jpg) repeat-x left top;
	border: 1px solid #CC6600;
	position: relative;
	top: 20px;
} 
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/foot.jpg) repeat-x left top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	height: 35px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}p {
	font: 10pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mainContent h1 {
	font: normal 24px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#mainContent h2 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#sidebar1 li {
	background: #FFF url(images/nav_back.jpg) repeat-x left bottom;
	width: 100%;
	margin-bottom: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 a, #sidebar1 a:link, #sidebar1 a:visited {
	color: #03F;
	text-decoration: none;
	display: block;
	padding: .5em 1em .3em 1.5em;
	border: 1px solid #FFCC99;
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
}

#sidebar1 a:visited {
	color: #06C;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #000;
	background: url(file:///C|/Documents%20and%20Settings/laptop804/Mes%20documents/Raoul/Miscellaneous/Manuals%20PDF/Dreamweaver/New.Riders.Mastering.CSS.with.Dreamweaver.CS3.Apr.2008.eBook-BBL/chapter5_final/images/arrow.gif) no-repeat 4px 50%;
}
#mainContent h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

fieldset {
	border: 1px solid #336;
	padding: .8em 0 .8em .8em;
}
legend {
	font-size: 1.5em;
}
label {
	display: block;
	margin-top: .5em;
}
input, textarea {
	width: 21em;
	background: #D9DEE8;
	border-top: 1px solid #336;
	border-right: 1px solid #978EBA;
	border-bottom: 1px solid #978EBA;
	border-left: 1px solid #336;
	padding: .2em;
}
textarea {
	height: 8em;
}
input#submit {
	width: 8em;
	margin-top: .8em;
	margin-left: .8em;
}
input:focus, textarea:focus {
	background: #E5EBF4;
}
form em {
	color: #C00;
	font-weight: bold;
}
