/* CSS code from other sources */

*{ margin:0; padding:0; outline:none;}

body{
background:url(images/bg.gif) top left repeat-y #FFFFFF;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#DC4074;
font-size:12px;
text-align:justify;
}

p{
line-height:18px;
}

h1, h2, h3 {
color:#FD1817;
}

h1{
font-size:24px;
font-weight:normal;
}

h2{
font-size:20px;
font-weight:normal;
}

h3{
font-size:16px;
font-weight:normal;
}

a:hover{
color:#DC4074;
text-decoration:underline;
}

a{
color:#FD1817;
font-weight:bold;
text-decoration:none;
}

.clear{
clear:both;
}

.left{
float:left;
}

.right{
float:right;
}

#wrapper{
width:787px;
margin:0 auto;
padding:0;
}

#header{
width:787px;
height:357px;
margin:0 auto;
padding:0;
background:url(images/header.png) no-repeat;
}

#content{
width:756px;
margin:0 auto;
padding:0;
overflow:hidden;
}

#content-left{
width:464px;
float:right;
margin:0;
padding:15px;
}

#content-right{
width:258px;
height:519px;
float:left;
background:url(images/navbg.png) no-repeat;
margin:0;
padding:0;
}

#nav-right{
margin:0 auto;
padding:60px 15px 0 0;
width:200px;
}

#nav-right ul{
list-style-type:none;
margin:0;
padding:0;
width:188px;
}

#nav-right ul li{
display:block;
text-align:center;
padding:12px 0;
border-bottom:1px solid #D47980;
}


#nav-right ul li a{
color:#6F0E3C;
text-decoration:none;
}

#nav-right ul li a:hover{
color:#BB226B;
text-decoration:none;
}

#nav-right ul li a.ident2{
color:#BB226B;
text-decoration:none;
}

#footer{
width:756px;
margin:0 auto;
padding:10px 0;
text-align:center;
color:#DC4074;
font-size:11px;
overflow:hidden;
}
#pen {
background-image:url(images/pen.png);
background-repeat:no-repeat;
height:329px;
left:4px;
position:absolute;
top:25px;
width:249px;

}
