@charset "utf-8";
/* CSS Document */

body{
margin:20px;
padding:0;
background-color:#66CC99;
font-family:Arial, Helvetica, sans-serif;
}

h1{
color:#FFF;
font-size:2em;
font-weight:bolder;
margin:0px;
}

h2, h3{
color:#009EE0;
font-size:1.2em;
font-weight:700;
margin:0px;
}

h3{
font-size:1em;
}

p{
color:#FFF;
font-size:0.75em;
font-weight:400;
margin:0px;
}

a{
color:#FFF;
font-size:0.75em;
font-weight:400;
margin:0px;
text-decoration:none;
}

#container{
width:969px;
margin:0 auto;
background:url(../images/bg.jpg) 0 0 repeat-y;
}

#header{
height:159px;
background:url(../images/header.jpg) 0 0 no-repeat;
}

#logoleft, #headertext{
width:83px;
height:120px;
float:left;
margin:20px 0 10px 30px;
}

#headertext{
width:450px;
height:100px;
margin-left:40px;
padding-top:15px;
}

#headernav{
float:right; 
width:120px;
text-align:right;
padding:20px 30px 0 0;
}

#headernav a{
font-weight:bolder;
}

#content_container{
padding:0 30px 0 30px;
}

#navigatiedrop{
height:92px;
margin:0 0 40px 0;
position:relative;
}

#codebreaker{
width:331px;
height:64px;
float:right;
background:url(../images/codegenerator.jpg) 0 0 no-repeat;
background-position:top right;
margin-top:-110px;
padding:20px 0 10px 20px;
position:relative;
}

#codeform{
width:306px;
color:#009EE0;
border:1px solid #009EE0;
font-size:0.75em;
padding:4px 0 4px 0;
}

#toptext{
height:237px;
width:909px;
margin:0 auto;
background:url(../images/largetextblock.jpg) 0 0 no-repeat;
padding-bottom:20px;
}

#toptext_txt{
float:left;
width:520px;
margin:15px 0 0 15px;
}

#imgright{
width:318px;
height:204px;
float:right;
margin:15px 15px 0 0;
}

.imgcondom{
float:right;
width:120px;
height:149px;
}

#left, #right{
margin-top:20px;
width:450px;
float:left;
background:url(../images/dashvert.jpg) right repeat-y;
}

#player{
width:420px;
height:395px;
float:left;
}

#moremovies{
float:left;
width:450px;
height:112px;
margin-top:20px;
}

#right{
width:435px;
margin-left:20px;
background:none;
}

#right_txt{
width:300px;
float:left;
}

#women{
float:right;
margin:-150px 0 0 0;
}

#ornament{
margin:-90px 20px 0 0;
float:right;
}

#footer{
height:156px;
background:url(../images/footer.jpg) 0 0 no-repeat;
}

.clear{
clear:both;
}

.separator{
background:url(../images/dash.jpg) bottom repeat-x;
height:20px;
}