* {
    padding: 0;
    margin: 0;
} 

body {
background: #555555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

img { border: none; }
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

a { color: #444444; text-decoration: none;  }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 20px auto 0 auto;
width: 700px;
}

#top {
background: #444444 url(images/top.gif) no-repeat;
padding: 5px 0;
}

#header { 
height: 120px;
background: #444444 url(images/header.gif) no-repeat;
}
#header h1 {
   visibility: hidden;
font-size: 36px;
font-weight: 100;
   font-style: italic;
letter-spacing: -2px;
padding: 35px 0px 11px 20px;
}
#header h1 a {
   visibility: hidden;
color: #FFFFFF;
}
#header h1 a:hover {
   visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}
#header h2 {
   visibility: hidden;
color: #FFFFFF;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 22px;
letter-spacing: -1px;
}

#menu {
height: 40px;
line-height: 40px;
background: #222 url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #BBBBBB;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#breadcrumbs {
background: #BBBBBB url(images/breadcrumbs.gif) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 20px;
}

#content {
background: #555 url(images/content.gif) repeat-y;
padding: 10px 20px;
}

.left {
width: 468px;
float: left;
text-align: justify;
}
.left h2 {
color: #222222;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left ol,ul {
   list-style-position: inside;
}

.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 11px;
}
.right ul {
list-style-type: none;
padding: 0px 10px 10px 10px;
}
.right h2 {
height: 25px;
font-size: 12px;
color: #444444;
line-height: 25px;
}
.right p {
	margin-top: 10px;
	border-top: 1px dashed #666666;
	padding: 5px 0px 0px 0px;
}

#bottom {
background: #555 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer  a { color: #eee; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }