@charset "utf-8";
#Header {
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
}
#Content {
    background-image:url(../images/body.jpg);
    background-repeat:no-repeat;
    width:810px;
    height:630px;
}
#Copy {
	clear:both;
    float:left;
    padding: 1px 0 0 0;
    width:530px;
}
.TitleImage {
	margin-bottom:30px;
}

#Sidebar {
	margin-left:550px;
    padding-top:15px;
    width:260px;
}
#Sidebar .Panel {
	margin-bottom:20px;
    padding:0;
    width:255px;
    height:130px;
    color:#FFFFFF;
}
#Sidebar .Panel a {
	display:block;
    width:255px;
    height:130px;
}
#Sidebar .Panel a.Web {
    background-image:url(../images/button_web_up.png);
    background-repeat:no-repeat;
}
#Sidebar .Panel a.Web:hover  {
	background-image:url(../images/button_web_down.png);
}
#Sidebar .Panel a.Print {
    background-image:url(../images/button_print_up.png);
    background-repeat:no-repeat;
}
#Sidebar .Panel a.Print:hover  {
	background-image:url(../images/button_print_down.png);
}
#Sidebar .Panel a.Photo {
    background-image:url(../images/button_photo_up.png);
    background-repeat:no-repeat;
}
#Sidebar .Panel a.Photo:hover  {
	background-image:url(../images/button_photo_down.png);
}

/*
#PanelWrapper {
    clear:both;
    width:840px;
    margin:70px auto 0 auto;
    padding:0;
    color:#FFFFFF;
}
#PanelWrapper a, #PanelWrapper a:visited {
	color:#CCCCCC;
    text-decoration:none;
}
#PanelWrapper a:hover {
	color:#CCCCCC;
    text-decoration:underline;
}
#LeftPanel {
    float:left;
    width:260px;
    height:129px;
    background-image:url(../images/background_panel.png);
    background-repeat:no-repeat;
}
#CenterPanel {
    margin:0 auto 0 auto;
    padding:12px 20px 10px 20px;
    width:220px;
    height:107px;
    background-image:url(../images/background_panel.png);
    background-repeat:no-repeat;
}
#RightPanel {
    float:right;
    width:260px;
    height:129px;
    background-image:url(../images/background_panel.png);
    background-repeat:no-repeat;
}
*/

