/* defaults should also be set in fckeditor/editor/css/fckeditor.css */
BODY, TD, MsoNormal {
background-color: #000033;  
font-family:arial,sans-serif;
font-size:10pt;
color:white
}

A {
color:white
}

A:Hover {
color:gray;
}
.menu {
width:675px;
}
.menu ul{
list-style-type:none;

}
.menu li{
display:inline;
}
.menu a{
float:left;
height:30px;
width:60px;
text-decoration:none;
padding-left:12px;                                              
padding-right:12px;
border-right:1px solid #FFFFFF;
}
* html .menu a {
width:85px;
}
.menu a:hover{
color:gray;
}
.nocopy {
text-align: center;
color:gray;
padding-top:5px ;
padding-bottom:5px ;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
margin-top:15px;
margin-bottom:15px;
}
.copyright{
font-size:9pt;
margin-top:10px;
text-align: center;
}
.bottommenu {
text-align: center;
margin-top: 50px;
}

/* Content styles */
/* THESE SHOULD ALSO BE COPIED TO fck_editorarea.css */

.pageheading,.pageheadingcenter{
margin-top:40px;
margin-bottom:30px;
font-weight: bold;
font-size:12pt;
color:#ababab;
}
.artistheading,.artistheadingcenter,h3,h4{
margin-top:25px;
font-weight: bold;
font-size:12pt;
color:#ababab;
}
.headline,.headlinecenter,.headlineitalic {
margin-top:15px;
margin-bottom:15px;
font-size:11pt;
font-weight: bold;
}
.artistheadingcenter,.pageheadingcenter,.headlinecenter,h3 {
text-align: center;
}
.doublespaced,.doublespacedbold {
line-height: 2;;
}
.doublespacedbold {
font-weight: bold;
}
.linkbutton {
margin-top:15px;
font-size:11pt;
}
.caption {
font-style: italic; 
}
.imagename {
margin-top:15px;
margin-bottom:15px;
width:300px;
font-style: italic; 
}
.artist {
color:#ababab;
}
.sold {
color:#ababab;
font-weight: bold;
}
.headlineitalic {
font-style: italic; 
}
img {
   border:1px solid black;
}
/* end of content styles */
