
/*-- The basic stuff... --*/

html {
margin: 0;
padding: 0;
}

body {
color: #000;
background: #080843 url(../images/backgrounds/background.jpg) repeat-x;
font: 18px/24px verdana, sans-serif;
margin: 0; padding: 0;
}

a, a:link {font-weight: bold; text-decoration:none; }
a:visited {font-weight: bold; text-decoration:none; }
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}




/*-- Primary Structual Divisions --*/

div#container	{
display: block;
width: 1200px;
min-height: 960px;
color: #000;
background: #080843 url(../images/backgrounds/backdrop_elearning.jpg) no-repeat;
margin: 0 auto 0 auto;
padding: 0;
}

div#topmenu	{
display: block;
width: 1024px;
height: 36px;
color: #000;
background: transparent;
margin: 0 88px 0 88px;
padding: 0;
}

div#banner	{
display: block;
width: 1024px;
height: 180px;
position: relative; z-index: 1;
margin: 0;
padding: 15px 0 0 0;
}

div#content-right	{
display: block;
float: right;
width: 254px;
position: relative; z-index: 3;
min-height: 600px;
color: #000;
background: #fff; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;
margin-top: -15px;
margin-right: 92px;
padding: 15px;
border-top: 4px solid #fff;
border-right: 4px solid #333;
border-bottom: 4px solid #000;
border-left: 4px solid #ccc;
}

div#content-main	{
display: block;
width: 640px;
min-height: 600px;
color: #000;
background: #fff;
margin:  30px auto 0 88px;
padding: 0 36px 36px 36px;
}

div#sidebar-left	{
display: block;
float: left;
width: 141px;
margin: 0;
}

div#content-dynamic	{
display: block;
width: 480px;
min-height: 600px;
padding-left: 9px;
border-left: 1px solid #080843;
margin-left: 150px;;
}




/*-- Other Structural Divisions --*/

div#copyright		{
display: block;
width: 712px;
color: #fff;
background: #4e4e4e;
font: bold 12px/12px verdana, sans-serif;
text-align: center;
margin: 0 auto 0 88px;
padding: 6px 0 8px 0;
}

div.sidebar	{
margin: 15px 0 15px ;
padding: 15px;
border: 1px solid;
}

div.box	{
margin: 15px 0 15px ;
padding: 15px;
border: 1px solid;
}


