* {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: bold;
}
body {
    padding-top: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
}
h1 {
    font-size: 2.3em;
    font-weight: lighter;
}
h2 {
    font-weight: lighter;
    font-size: 1em;
    color: magenta;
}
.horizon {
    height: 1px;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 100%;
}
#wrap {
    width: 1008px; /* make sure to add or subtract pixels based on the border */
    height: 622px;
    /*border: 1px solid black;*/
    position: absolute;
    left: 50%;
    margin-left: -506px;
    top: -312px;
}
#header {
    width: 100%;
    padding-top: 63px;
    padding-left: 55px;
    letter-spacing: -1px;
}
#menu {
    font-size: 1.2em;
    padding-top: 25px;
    padding-left: 353px;
}
#content, #painting_gallery, #design_gallery {
    width: 603px;
    margin: auto;
}
#content {
    margin-top: 2px;
    height: 331px;
    border: 1px solid black;
    position: relative;
    right: 1px;
    text-align: center;
}
.horz_center {
	overflow: visible;
    position: absolute;
    top: 45%;
    width: 100%;
}
#painting_gallery, #design_gallery {
    width: 616px;
    margin-top: 5px;
    position: relative;
    right: -4px;
}
.square {
    margin-top: 5px;
    margin-right: 4px;
    background-color: black;
    height: 17px;
    width: 17px;
    float: left;
}
.square img {
	cursor: pointer;
}
.space {
    font-size: .75em;
}
a, a:visited, a:active {
    color: cyan;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#menu a, #menu a:visited, #header a, #header a:visited {
    color: black;
}
#header a:hover {
    text-decoration: none;
}
#menu a:active, #menu a:hover {
    color: cyan;
}

img {
    border: 0px;
}
#preview {
	padding-top: 60px;
}
.info_head, .info_subject {
	text-align: center;
}


