*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
ul {  padding: 0; margin: 0 0 10px; list-style-type:square; list-style-position: inside;}
ol {list-style-position: inside;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #FE7B09 url(images/header.jpg) repeat-x;
height: 215px;
}
#header h1 {
font-size: 40px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
margin: 0 0 10px;
padding: 10px 0 3px; 
}

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left { float: left; width: 180px; background: #CFDDFF; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left li { list-style-type: none;}
#left h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }

#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}

/*contains image w/ caption*/
.image_right {margin:10px; width: auto; height:auto; text-align:center; float:right;}
.image_left {margin:10px; width: auto; height:auto; text-align:center; float:left;}	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }