@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background-color:#000000;
background-image: url('../images/background.jpg');
background-repeat: repeat-x;
color: #ffffff;
min-width: 967px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

*html body {
width: expression(document.documentElement.clientWidth < 967 ? "967px" : "auto");
}

td {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {color: #FFFFFF;
font-size: 14px;
}

h2 {color: #FFFFFF;
font-size: 14px;
}

.wrapper{
margin:0;
padding:0;
background: url('../images/headerRose.jpg') no-repeat right top;
width: 100%;
}

.main {
width: 967px;
margin-left: auto;
margin-right: auto;
}


.header {
height: 239px;
border: 0px solid red;
}

.logo {
float:left;
width: 478px;
height: 239px;
text-align:left;
}

.headerMenu {
float: left;
width: 240px;
height: 239px;
background: url('../images/menu2.jpg');
}

.space {
height: 239px;
float:left;
padding:0;
}

.topContent {
width:100%;
height: 33px;
background-color: #020634;
background-image: url('../images/tc.jpg');
background-repeat: no-repeat;
background-position: right top;
margin:0;
padding:0;
}

.topContent h2 {
background-image: url('../images/1tc.jpg');
background-repeat: no-repeat;
background-position: left top;
height: 33px;
width: 718px;
margin:0;
padding:0;
}

.r1,.r2,.r3,.r4 {display:block;overflow:hidden;height:1px;}
.r1 {margin:0 1px;}
.r2 {margin:0 2px;}
.r3 {margin:0 3px;}
.r4 {margin:0 5px;}

.content {width:100%;}
.content b, .content .txt {background:#020634;}
.footer b {background: #020634;}
.footer .txt {background: url('../images/footer2.jpg') repeat-x;}
.content .txt {padding:3px 10px;text-align:left;clear:both;}
.footer .txt {text-align:center;height:33px;}


.txtContent {width: 80%;
float:left;
}

.begun {padding-top: 60px;
}

.txt_block {
width: 100%;
background-color: #020634;
clear:both;
line-height: 1.5em;
padding-left: 30px;
}

.adv {width: 20%;
float:right;
}

.pic {
float:left;
padding-left: 15px;
}

.artHeader{
float:left;
padding-left: 15px;
width: 80%;
}

.artHeader h2 {
font-size: 16px;
font-family:"Courier New", Courier, monospace;
}

.separator {
clear:both;
width:100%;
height:22px;
background-image: url('../images/separator.jpg');
background-position:center;
background-repeat:no-repeat;
}

.space2 {
width:100%;
height:10px;
clear:both;
}

.footer {
width: 100%;
height: 43px;
margin-top: 10px;
margin-bottom: 2px;
margin-left:0;
margin-right:0;
vertical-align:text-bottom;
}

.footer .txt {font-size: 8px;
}

.navArea {
position: relative;
width:135px;
height:175px;
}

a {text-decoration: none;
}

a:link, a:active, a:visited, a:hover {color: #f7e6b1;
}


ul#nav {
position: absolute;
top:45px;
left:34px;
width:135px;
height:175px;
margin:0;
padding:0;
list-style-type:none;
border:0;
}

ul#nav li {
position: relative;
left:0;
width:135px;
height:35px;
overflow:hidden;
background-color: #000000;
margin:0;
padding:0;
border:0;
vertical-align:bottom;
}

ul#nav li span {
position: absolute;
top:0;
left:0;
width:135px;
height:35px;
display:block;
margin:0;
padding:0;
border:0;
}

ul#nav li span.linkText {
padding: 1em;
font-size: 14px;
}

span#m01Img {
background: url('../images/m01.jpg') top left no-repeat;
z-index:1;
}

span#m02Img {
background: url('../images/m02.jpg') top left no-repeat;
z-index:1;
}

span#m03Img {
background: url('../images/m03n.jpg') top left no-repeat;
z-index:1;
}

span#m04Img {
background: url('../images/m04.jpg') top left no-repeat;
z-index:1;
}

span#m05Img {
background: url('../images/m05.jpg') top left no-repeat;
z-index:1;
}

.form {background-color: #000000;
color: #FFFFFF;
}

.errors {color: pink;
font-size: 0.9em;
}

.f1 {display: block;
width: 33%;
height:100%;
float: left;
text-align: center;
}

.f2 {
display: block;
width: 33%;
height:100%;
float: left;
text-align:center;
}

.f3 {
display: block;
width: 33%;
height:100%;
float: right;
text-align:right;
margin-right: 1%;
}




