  * { 
        margin:0; 
        padding:0; 
      } 
      html {
	height: 100%;
	background-color: #ece7e1;
      } 
      body {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/BG_XY.jpg);
	background-repeat: repeat;
      } 
a:link {
	text-decoration: none;
	color: #D28E02;
}

a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #ED1164;
}
a:visited {
	color: #000000;
	text-decoration: none;
}


	  
      .seamLeft {
	position: absolute;
	top:0;
	bottom:0;
	left: 0px;
	width: 20px;
	list-style: none;
	background-image: url(../images/BG_FadeLeft.jpg);
	background-repeat: repeat-y;
    } 

      .seamRight {
	position: absolute;
	top:0;
	bottom:0;
	width: 20px;
	list-style: none;
	right: 0px;
	background-image: url(../images/BG_FadeRight.jpg);
	background-repeat: repeat-y;
    }


    .imgBorder {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fcaf17;
	border-bottom-color: #fcaf17;
    }
      .info {
	position: absolute;
	top:0px;
	bottom:0;
	left: 20px;
	width: 220px;
	list-style: none;
	height: 100%;
    }
	
    #info {
	position: fixed;
	width: 190px;
	margin-right: 20px;
	margin-left: 20px;
	top: 25%;
    }
h1 {
	text-align: center;
	font-size: 30pt;
	font-style: italic;
	color: #ed1164;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
	color: #ED1164;
	text-decoration: underline;
}

li {
	display: block;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}


	
      .menu {
	position: absolute;
	top:0px;
	bottom:0;
	left: 240px;
	width: 180px;
	overflow-y: scroll;
	padding-left: 20px;
	background-image: url(../images/sideBar2.jpg);
	background-color: #F9F5F2;
	background-repeat: repeat-x;
	padding-top: 40px;
	list-style-image: none;
	list-style-type: none;
      } 


      .mainContent {
	position: relative;
	top:0;
	bottom:0;
	width: 440px;
	list-style: none;
	margin-left: 420px;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
      } 
	  
     #mainContent {
	position: relative;
	top:0;
	bottom:0;
	width: 420px;
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
      } 
.mainContent #mainContent #detail a:hover {
	display: block;
	width: auto;
	background-color: #ED1164;
	color: #000000;
	float: left;
	clear: both;
}

#description {
	width: auto;
	font-style: italic;
}

#detail {
	width: 350px;
	margin-top: 20px;
}


	  
    
#myDesk {
	margin: auto;
	width: auto;
	position: absolute;
	left: -100px;
	top: 0px;
	padding-top: 20px;
}
.thumbNail {
	border: thick solid #F9F5F2;
}

.showCase {
	margin-top: 20px;
	margin-bottom: 20px;
}
