body,
td,
th {
	color: #000000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
    font-size: 14px;
    margin: auto;
}

body > div{
    width: 824px;
    background: #fff;
    margin: auto;
}

#header {
    display: block;
    padding: 12px;
}

.style4 {
    display: block;
	font-size: 12px;
    text-align: center;
}

.style6 {
    display: block;
	font-weight: bold;
	color: #000066;
    text-align: center;
}

.style12 {
    font-size: 20px;
    font-weight: bold;
}

.style13 {
    color: #333333;
}

.style14 {
	color: #666666;
	font-weight: bold;
}

.style15 {
	color: #4646FF;
}

#menu {
    position: relative;
}

#menu > ul {
    list-style: none;
    padding: 0px;
    margin: auto;
}

#menu > ul > li {
    display: inline-block;
    border-left: 3px solid #000;
}

#menu > ul > li:nth-child(1) {
    border-left: 0px;
}

#menu a.link {
    display: block;
    background-image: url(Photos/nav-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-top: 2px solid #cedcdc;
    border-left: 2px solid #687292;
    border-right: 2px solid #687292;
    border-bottom: 2px solid #364050;
}

#menu a.link-1 {
    width: 153px;
}

#menu a.link-2 {
    width: 133px;
}

#menu a.link-3 {
    width: 82px;
}

#menu a.link-4 {
    width: 152px;
}

#menu a.link-5 {
    width: 158px;
}

#menu a.link-6 {
    width: 107px;
}

#menu a.link:hover,
#menu a.link-current{
    font-weight: bold;
}

#main {
    position: relative;
    padding: 20px 0px;
}

#main .editor {
    position: relative;
    max-width: 640px;
    margin: auto;
    line-height: 1.5;
}

#main .editor .gallery td,
#main .editor .gallery th{
    color: #524152;
    font-weight: bold;
}

#footer {
    position: relative;
    border-top: 18px solid #6AA6E1;
    padding-top: 12px;
    padding-bottom: 12px;
}