

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    background-color: #081958;
    color: #666;
    margin: 0px auto;
	background-image: url(body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1 {
    font-size: 1.9em;
    margin: 0px 0px 15px 0px;
    color: #039;
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #eee;
}
h2 {
    font-size: 1.2em;
    margin: 0px 0px 10px;
    color: #000;
}

.wam {
    font-size: 1.4em;
    border: 1px solid #000;
    padding: 20px;
    background-color:#eee;
    width: 400px;
    font-weight:normal;
}

h3 {
    font-size: 1.2em;
    margin: 0px 0px 10px;
    color: #333333;

}
a,
a:link,
a:active,
a:visited,
a:hover {
    font-weight: bold;
    text-decoration: none;
	color: #003399;
}
a img {
    border: 0;
}
#all {
    width: 950px;
    margin: 0px auto;
	padding: 0px;

}
#main {
    line-height: 1.6em;
    background-color: #fff;
}
#header {
    text-align: right;
    margin: 0px 0px 0px;
	padding: 8px 5px 5px 5px;
	background-image: url(top_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
    height: 121px;
}
#logo {
    display: inline;
    float: left;
    margin-left: 10px;
}
#links {
    display: inline;
    float: right;
    margin-right: 10px;
}
#links a {
    font-weight: normal;
}
#menu {
    top: -1px;
    border-top: 0;
    background-color: #000;
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	font-weight: normal;
	height: 29px;

}
#middle {
    border-bottom: 10px solid #444;
}
#corner {
    background-color: #FFFFFF;
    background-image: url(corner.jpg);
	background-position:top left;
	background-repeat: no-repeat;       /*
	width: 950px;                       */
	height: 25px;
}
#body {
    border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-image: url(shadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#left {
    /*float: left;*/
    border: 0px;
    /*border: 4px solid #f0f;*/
	padding-right: 20px;
	width: 190px;
    vertical-align: top;
}
#left ul{
 	display: block;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#left li {
    background-color: #ababab;
    padding: 2px 10px 2px 10px;
    margin: 2px;
    background-image: url(left_link.jpg);
    background-position: left;
    background-repeat: repeat-y;
    border: 1px solid #acacac;
}
#left li.headline {
    background-color: #081958;
    background-image: url(left_headline.jpg);
    background-position: left;
    background-repeat: repeat-y;
    border: 1px solid #323232;
}
#left li.headline a {
    font-weight: bold;
}
#left li.headline a:hover {
    color:#acacac;
}
#left a {
    color: #FFFFFF;
    margin: 10px 0px 10px 0px;
    font-weight: normal;
}
#left a:hover{
    color: #323232;
}
#content {
    vertical-align: top;                /*
    margin-left: 200px;                 */
    background-color: #fff;
    padding: 30px 30px 10px 0px;
    text-align: justify;
	line-height: 20px;
	font-size: 1em;                     /*
    border: 1px solid #c00;             */
	background-image: url(shadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#content p {                            /*
    padding: 0px;                       */
    padding: 5px 0;
    margin: 0px 0px 5px;
}
#content a {
    color: #003399;
}
#content a:hover {
    background-color: #003399;
    color: #fff;
}
#footer {
    background-color: #fff;             /*
    border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;       */
	border-top: 2px solid #000;
	height: 20px;
    color: #444;
    padding: 5px 10px;
    font-size: 0.8em;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #003399;
}
#footer a:hover{
    text-decoration:underline;
}
#footer2 {
    background-color: #fff;
	padding-left: 0px;
	border-left: 1px solid #ffffff;
	/*border-right: 1px solid #aaaaaa;*/
}
#bottom {
    display: inline;
    float: right;
    font-size: 0.7em;
    color: #febd01;
    margin: 5px 0 10px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #f5a301;
}
#bottom a:hover {
    text-decoration: underline;
}
#bottom2 {
    display: inline;
    float: right;
}
.box {
    background-color: #996665;
    padding: 15px;
	font-size: 1.6em;
	color: #f8f5e8;
	line-height:normal;
	font-style: italic;
}
#box {
    background-image: url(top_bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;;
	width: 155px;
	margin: 5px 10px 10px 2px;
	border: 1px solid #dcdcdc;
}
#box a{
	color: #000000;
}
#box a:hover{
	color: #ffffff;
	background-color: #000000;
}                                       /*
.child h3 {
    border-bottom: 1px solid #f00;
}                                       */
.child img {
    border: 1px solid #888;
}
#content hr {
    height: 1px;
    color: #aaa;
    margin-bottom: 20px;
}
#map {
    border: 1px solid #999999;
}
#gallery {
    float: right;
    margin: 0 0 10px 10px;
}
#gallery #view {
    margin-bottom: 8px;
}
#gallery img {
    border: 1px solid #888;
    margin: 0 0 8px 8px;
    cursor: hand;
}
#gallery-text {
    width: 220px;
    margin-left: 10px;
    font-style: italic;
}


.clear {
    visibility: hidden;
    /*display: none;*/
    clear: both;
}                                       /*
table.child {
    vertical-align: top;
}                                       */
