/*
Deb Ellingwood stylesheet
*/
body{
/*background-color: #CC9966;*/
background-color: #3D220E;
font-family: arial;
text-align: center;
}
#container{
background-color: #000;
width: 1000px;
align:center;
margin: 0px auto;
}

#container2{
background:#E4E4B1 url(../images/content-bg.jpg) repeat-y;
width: 1000px;
align:center;
margin: 0px auto;
}

#spacer{
width: 58px;
float: left;
}

#inner_content{
padding-left: 20px;
padding-bottom: 20px;
text-align: center;
}

.caption{
color: #751509;
font-size: 12px;
font-weight: 600;
}

#home_content{
width: 290px;
padding: 40px;
background:#000 url(../images/art-content.jpg) no-repeat;
}

h1{
font-size: 15px;
text-align:center;
color: #751509;
}

h2{
font-size: 15px;
text-align:center;
color: #751509;
}

p{
font-size: 13px;
text-indent: 1em;
text-align: left;
}

#copyright{
color: #E4E4B1;
font-size: 12px;
width: 400px;
margin: 0px auto;
}

#copyright a{
color: #E4E4B1;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
text-align: left;
float: left;
background-color: #CC9966;
font-family: verdana;
font-weight: 500;
font-size: 80%;
height:33px;
width: 925px;
color: #3D220E;
}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
overflow: hidden;

}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: black;
padding: 6px 20px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: #751509;
background: transparent url(media/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}

ul{text-align: left;
list-style-type: square}
li{font-size: 14px;}


