body {

font-family: verdana;
font-size: 11px;
margin: 0px;

}

ul {
    margin:0px;
    padding:0px;
}

#main-container {

    margin-left: auto;
    margin-right: auto;
    width: 800px;
    

}

#content {
   width: 800px;
   background-color: #F5F5F5;
   float:left;
   
   border-left: 1px solid #abd405;
   border-right: 1px solid #abd405;
}

#top {
   width: 800px;
   background-color: #F5F5F5;
   float:left;
   height:150px; 
   list-style: none;
}

#top-left {
   width: 321px;
   background-color: #F5F5F5;
   float:left;
   height:150px; 
   list-style: none;
}

#top-right {
   width: 479px;
   background-color: #F5F5F5;
   float:left;
   height:150px; 
   list-style: none;
}



#menu {

    float: left;
    background-color: #de127a;

    width: 800px;
    background-image:url('/images/bg-pink.png');
    border-top: 1px solid #ABD405;
    border-bottom: 1px solid #ABD405;

}

#menu ul li.first {
    
    height: 33px;
    float:left;
    background-image:url('/images/bg-pink.png');
    list-style: none;
    padding-left:20px;
    padding-right:20px;
    border-right: 1px solid black;
    text-align: center;
    
}

#menu ul li.first:hover {
    
    height: 33px;
    float:left;
    background-image:url('/images/bg-yellow.png');
    list-style: none;
    padding-left:20px;
    padding-right:20px;
    border-right: 1px solid black;
    text-align: center;
    
}

.spacer-green {

    float: left;
    background-color: #abd405;
    height:1px;
    width: 800px;
    display: inline;
    padding: 0px;
    margin: 0px;

}


#main-content {

    margin-top: 10px;
    float:left;
    display: inline;
    width: 100%;

}

#main-content #left {

    float: left;
    width: 540px;
    
    margin:5px;
    display:inline
    

}

#main-content #right {

    float: left;
    width:234px;
    
    margin: 5px;
    display:inline
    

}


#footer {
background-color:black;
background-image:url(/images/adm-foot.png);
color:#ABD405;
float:left;
height:28px;
padding-top:12px;
text-align:center;
width:800px;
}




.box-content {

    border: 1px solid #de127a;
    padding: 5px;

}
.box-head {

background-image:url(/images/bg-pink.png);
float:left;
height:33px;
width:100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}

.content-head {
background-image:url(/images/bg-yellow.png);

float:left;
height:33px;
width: 100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}

.content-head span {

    position: relative;
    top: 7px;
    left: 5px;
    font-weight: bold;

}

.box-head span {

    position: relative;
    top: 7px;
    left: 5px;
    font-weight: bold;
    color: white;

}


.content-content {
border:1px solid #ABD405;
float:left;
padding:5px;
width:528px;
}

.content-content .text{

padding:15px;

}


.content-box {
    margin-bottom: 10px;
}

.content-link {

    text-decoration: none;
    color: gray;

}

.simple {

    margin-bottom: 3px;
}

.simple label {

    width: 100px;
    float: left;

}

.simple input {
    width: 150px;
    border: 1px solid #abd405;
}

.simple textarea {
   
    border: 1px solid #abd405;
}

.gallery-photo {
    border: 1px solid #DE127A;
    float:left;
    height:152px;
    margin-bottom:7px;
    margin-left:7px;
    text-align:center;
    width:152px;
}


.gallery-photo a {
	position: relative;
}

.gallery-photo img {
	border: none;
}


.box {

    margin-bottom: 10px;

}

#ft {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 528;
    text-align: center;
   
}

#ft img {
    
    width: 528;

}

#ft1 {

	float:left;

}

#tresc-gallery {

padding-left:24px;
margin-top: 15px;
float: left;

}

