body {
     background:white;
        text-align: center;
		font-family: Verdana,Arial, sans-serif;
        padding:0;
        margin:0;
}
#outer {
		position: relative;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
        min-height: 400px;
        width:780px;
        background: url('background_lines.gif') repeat-y top center;

}
#main_content {
        margin-top:0;
        padding:0;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        min-height: 400px;
        width:780px;
        background: url('background.gif') no-repeat top center;
}
#me {
	position: absolute;
	top:0;
	left:0;
	width:133px;
}
#bottom {
        margin-left: auto;
        margin-right: auto;
        width:780px;
}
#menu {
	position:absolute;
	right: -30px;
	top:0px;
	float:right;
    background: url('menu_back.gif') no-repeat top center;
    width:133px;
    height: 189px;
	
}
#content {
	margin: 0 133px 0 190px;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 87px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
margin-left: 20px;
padding: 0;
width:90px;
border-bottom-width: 0;
}

.glossymenu li a{
background: #666699;
font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width:auto;
height:20px;
padding:3px 2px;
text-decoration: none;
text-align:center;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 87px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background: #cc7127;
}
.thumbnail {
	}
h1 {
	font-size: large;
	color: red;
	display: box;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	}



