body,
html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #333333;
        background-image: url(../i/portlandscape2.jpg);
        background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
    }
body {
    min-width:875px;
    }
#wrap {
	margin:0 auto;
	width:875px;
	background-color: #333333;
           
           
    }
#header  {
        float:left;
        width:300px;
        height:155px;
        background-color: #333333;
    }
#header1 {
        float:right;
        width:575px;
        height:155px;
        background-color: #333333;
    }


#sidebar {
	float:left;
	width:200px;
        background-color: #333333;
        font-family: Helvetica Neue Light, "Times New Roman";
	font-size: 14px;
	line-height: 18px;
        color: #ffffff
        
    }
#sidebar1 {
	float:right;
	width:185px;
        background-color: #000000;
        font-family: Helvetica Neue Light, "Times New Roman";
	font-size: 14px;
	line-height: 18px;
        color: #ffffff
   }
#main {
	float:right;
	width:440px;
	background-color: #cccccc;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
    }
#footer {
	clear:both;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	padding-top: 5px;
        padding-right: 20px;
	color: #FFFFFF;
    }
#sidebar ul{
    list-style:none;
	}
.frame {
	padding: 1px;
	border: 1px solid #CCCCCC;
    }
.frame1 {
	padding: 8px;
	border: 2px solid #E85B05;
}
#main h1 {
	font-family: Apple Chancery, Lucida Calligraphy, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#footer a {
	color: #0033cc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8b031d;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
#main a {
	color: #0033cc;
	text-decoration: none;
}
#main a:hover {
        color: #4d2164;
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	border: 1px solid #999999;
	padding: 4px;
	margin-left: 3px;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
