/* 
design&css by jul.icio.us 2009 
icq 340-285-273
*/

* { 
padding : 0;
margin : 0;
} 

.clear {
clear : both;
}

a, a:hover {
text-decoration: none;
color: #fff;
}

ul,li {
list-style: none;
}

img {
margin: 0;
}

a img {
border: none;
}

* html img {
behavior: url(iepngfix.htc)
}

body {
background: #C6004F url(images/main-bg1.jpg) no-repeat; 
background-position: 50% top;
font-family : Palatino Linotype, Georgia, Times New Roman, serif;
color : #ffffff;
font-size : 13px;
text-align: center;
} 

h1 {
font-size : 22px;
line-height : 22px;
font-weight: bold;
margin-bottom:15px;
}

h2 {
font-size:18px;
line-height:18px;
}

p {
color: #FCEEB1;
}

#header {
width: 100%;
text-align: left;
}

#wrapper { 
width : 950px;
margin : 0 auto;
} 

#content,
#header,
#footer {
    position: relative;
}

.logo {
margin: 30px 0 0 0;
width: 342px;
color : #FDF4CE;
font-size : 14px;
text-align: center;
} 

img.avatar {
float: left;
margin: 0 10px 0 0;
}
.avatar {
font-size : 12px;
margin-bottom: 15px;
}

.teaser {
margin-top: 10px;
margin-bottom: 0;
}

#mainmenu-box {
margin-left: 40px;
margin-top: 10px;
}
#content {
margin: 50px 0 0 0;
}

#content a {
font-weight: bold;
color: #F06994;
}

#content a:hover {
text-decoration: underline;
}

#left-column {
width: 290px;
position:relative;
float: left;
text-align: left;
}

#left-column-inner {
margin-left:40px;
background: #D41768;
border: 3px solid #9C104D;
width: 230px;
padding: 20px 10px;
}

#right-column {
width: 610px;
position:relative;
float: right;
text-align: left;
background: #650A33;
border: 3px solid #9C104D;
padding: 20px 15px;
}

div.promo {
width:50%; 
float:left;
}

div.promo-inner {
padding:10px;
}

div.promo-inner h2 {
font-size:18px;
line-height:18px;
}

div.promo-inner  a {
float: left;
margin: 0 10px 10px 0;
border: none;
}

div.promo-inner  a img {
}

ul.bullet {
padding-left: 30px;
}

ul.bullet li {
list-style-type: disc;
}

#contactus {
margin: 10px 0 0 52px;
color: #ffffff;
}

.contactus-inner {
width: 192px;
margin: -5px 0;
padding-left: 30px;
border-left: 3px solid #FFBC00;
border-right: 3px solid #FFBC00; 
}

#contactus p {
font-size: 16px;
font-style: italic;
font-weight: bold;
}

#footer {
margin-top:10px;
padding:10px;
border-top:3px solid #9C104D;
background: #500A28 url(images/footer-bg.gif) no-repeat; 
background-position: right bottom;
text-align: center;
/* height: 129px; */
}

