/* basic structure begins   |
|_________________________*/
body {
 background: #353634;
 font-family:Tahoma,Arial,Helvetica,sans-serif;
 font-size:11px;
 }
a {
 color: black;
 text-decoration:none
 }
h1 {
 color:#FF0066;
 font-weight:bold;
 font-size:13px;
 text-transform:uppercase;
 }
h2 {
 margin-top: 25px;
 color:#FF0066;
 font-weight:bold;
 font-size:11px;
 text-transform:uppercase;
 } 
p {
 border: 0px;
 }
img {
 border: 0px;
 }
#container {
 width:950px;
 left:50%;
 margin-left:-475px;
 position: absolute;
 }
.hidden { display: none; }
.unhidden { display: block; }
/* main menu */
#menu {
 height:30px;
 border-bottom:10px solid #FF0066;
 }
#menu a {
 color:#FFFFFF;
 display:block;
 float:left;
 font-size:13px;
 margin:0;
 padding:6px 15px;
 }
#menu a.here {
 color:black;
 background:#FF0066;
 border-bottom:3px solid #FF0066;
 }

/* banner */
#banner {
 margin-top:10px;
 width: 100%;
 background: white;
 padding-top: 10px;
 padding-bottom:10px;
 }
#banneritself {
 margin-left:0px;
 margin-bottom:-4px;
 }
img.bannerbig {
 margin-right:5px;
 }

/* content */
#content {
 width: 930px;
 margin-top: 10px;
 padding-left: 20px;
 }
#content a {
 font-weight:bold;
 font-size:11px;
 text-transform:uppercase; 
 }
#contentcol1{
 padding-top:10px;
 padding-bottom:10px;
 padding-right:10px;
 width:591px;
 border-right:10px #353634 solid;
 height:100%;
 left:0px;
 }
#contentcol2{
 position: absolute;
 top: 230px;
 width:295px;
 margin-left: 625px;
 text-align: justify;
 }

/* footer */
#footer {
 margin-top:10px;
 padding: 20px;
 width: 910px;
 background: white;
 padding-top: 10px;
 padding-bottom:10px;
 }
.footer img {
 margin-left: 3px;
 margin-bottom:5px;
 }

/* copy */
#copy {
 margin-top: 10px;
 margin-bottom:10px;
 border-top: 10px solid #FF0066;
 width: 100%;
 color: #818181;
 }

/*end basic structure |
|____________________*/

/*particular pages classes*/

.onecolumn #contentcol1 {
 border:none;
 width: 500px;
 }
.paper a {
 color: #FF0066;
 }
.archive a {
 color: black;
 }
div.a1 {
 background: url(img/swap_1.jpg) white no-repeat scroll 100% 100%;
}
div.a2 {
 background: url(img/swap_2.jpg) white no-repeat scroll 100% 100%;
 }
div.a3 {
 background: url(img/swap_3.jpg) white no-repeat scroll 100% 100%;
 }
div.a5 {
 background: url(img/swap_5.jpg) white no-repeat scroll 100% 100%;
 }
div.a6 {
 background: url(img/swap_6.jpg) white no-repeat scroll 100% 100%;
 }
img.image {
 margin: 5px;
 margin-bottom: 10px;
 } 
.list p {
margin-top: -10px;
}
.list h2 {
margin-bottom: 25px;
}
.list h1 {
margin-bottom:-20px;
}
.seeificare p {
font-size:smaller;
}
#whitespace {
height: 150px;
}
img.bigmargin {
margin-left: 16px;
margin-bottom: 5px;
}