body{
background:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#eeeeee;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
color:#231F20;
font-size:11px;
}
p{
margin:5px 0px 10px 0px;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
color:#C43F3C;
margin:0px 0px 15px 0px;
}

/* DD header 
.DD{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
color:#C43F3C;
font-weight: bold;
margin:0px;
padding: 0px;
}
*/

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#C43F3C;
}

li{
list-style:square;
}

.red{
color:#FF0000;
}


@import 'common.css';

#line{
width:100%;
height:1px;
background-color:#CCCCCC;
line-height:1px;
}

.formtitles{
width:120px;
margin-right:20px;
text-align: right;
}

.formfields{
width:140px;
font-size:11px;
margin-left:20px;
margin-bottom:6px;
}

form#dragonsdenform .formtitles{
width:160px;
margin-right:10px;
text-align: right;
}
form#dragonsdenform .formfields{
width:200px;
font-size:11px;
margin-left:20px;
margin-bottom:6px;
}

.formfieldsopnsors{
width:175px;
font-size:11px;
margin-bottom:6px;
margin-left:20px;
}

#formwidth{
width:450px;
}


.img{
margin-right:8px;
}
#page{
margin:auto;
position:relative;
top:41px;
width:806px;
background:url(images/rshadow.jpg);
background-repeat:no-repeat;
background-position:right top;
}
#cbg{
background-image:url(images/bg_content_int.jpg);
background-repeat:repeat-y;
background-position:4px 0px;
}
#toplinks{
font-size:10px;
color:#666666;
width:806px;
margin:auto;
position: absolute;
left:245px;
top:25px;
height:5px;
}

#footer{
width:792px;
margin:auto;
background:#e4e4e4;
position:relative;
clear:both;
font-size:10px;
color:#000000;
height:21px;
padding:4px;
border-top:10px solid #eeeeee;
}

#am{
float:right;
font-size:11px;
color:#666666;

}

#lshadow{
background:url(images/lshadow.jpg);
background-repeat:no-repeat;
width:8px;
height:575px;
float:left;
background-color:#323232;
}

#rshadow{
background:url(images/rshadow.jpg);
background-repeat:no-repeat;
width:8px;
height:575px;
float:right;
}

#logo{
width:246px;
height:235px;
text-align:right;
background:url(images/toptext.jpg);
background-repeat:no-repeat;
background-position:top left;
background-color:#323232;
float:left;
}

#nav{
margin-left:2px;
}
#ultimate{
width:545px;
height:122px;
background-image:url(images/ultimate_business_summit.jpg);
background-repeat:no-repeat;
float:left;
}
#lside{
width:247px;
background:#ededed;
float:left;
text-align:center;
padding-top:50px;
border-right:1px solid #8C8C8C;
position:relative; 
bottom:6px;
height:auto !important;
min-height:288px;
height:288px;
}

#content{
width:505px;
float:left;
margin-left:15px;
margin-top:5px;
}
#content a:link, a:visited, a:active{
color:#C43F3C;
text-decoration:underline;
}

#content a:hover{
color:#FF1B00;
text-decoration:underline;
}

#content a:visited{
color:#C43F3C;
text-decoration:underline;
}

#contenthome{
width:310px;
}

#keyspeakers{
width:184px;
float:right;
position:relative;
left:8px;
}
li{
list-style-image:url(images/bullets.jpg);
}

#contactsponsor{
width:200px;
float:right;
padding:5px 10px 5px 0px;
font-weight:bold;
text-align:right;
text-decoration:none;
visibility:hidden;
}

/*LINKS*/

a:link, a:visited, a:active{
color:#666666;
text-decoration:none;
}
a:hover{
color:#666666;
text-decoration:underline;
}


/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col, .column {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}