/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CE27B5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper {width:940px; height:auto; margin:0 auto;}

#navigation {background:url(images/nav.png) no-repeat;	width:940px; height:70px;}

   #nav {
      width: 38%;
      float: right;
      margin: 15px 0 20em 0;
      padding: 0;
      list-style: none;}
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
	  font-size:18px;
      font-weight: bold;
      color: #ffffff;       }
   #nav li a:hover {
      color: #bb03b9;}
	  
.banner {
    background:url(images/banner.png) no-repeat;
	width:940px;
	height:370px;
}
#maincontent {margin:0 auto; width:700px; color:#fff;background-image:url(images/page.png); background-repeat:no-repeat; height:440px; display:inline-block;}
#sidebar {float:right; width:240px; height:auto; color:#000;}

#content {margin:10px 0 0 20px; width:550px; height:auto; display:inline-block;}

.speaker {background:url(images/speaker.png) no-repeat; width:240px; height:281px;}
.callusnow {background:url(images/callusnow.png) no-repeat; width:240px; height:109px;}

#footer {width:940px;margin:0 auto;}
	.footnav {float:left; width:400px; margin-left:30px;}
    .design {float:right;}
