body{
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size:75%;
    line-height:1.5em; /* 16�1.125=18 */
}

img{ border: 0;}
a img {border: none;}

b{font-size: 110%;}
em{color: red;}

h1
{
    display: block;
    width: auto; 
    height: 33px;
    line-height: 33px;
    color: #000;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 15px;
}

h2
{
    display: block;
    width: auto; 
    height: 33px;
    line-height: 33px;
    color: #000;
    font-weight: bolder;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: -10px;
}

p {
    padding-top: 0px;
}

#container{
    width: 960px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#header{
    background: #FFF;
    height: 150px; /*Height of top section*/
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin: 0 300px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
    float: left;
    width: 220px; /*Width of left column in pixel*/
    margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
    background: #FFF;
}

#rightcolumn{
    float: left;
    width: 300px; /*Width of right column*/
    margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
    background: #FFF;
}

#main {
	float:left;
	width:422px;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}

#logo{
    margin: 0;
    height: 150px;
    float: left;
}

#animation{
    display: block;
    float: right;
    height: 150px; /* was 150 */
    width: 960px; /* was 500 */
    background-color: #FFF;
    color: #000;
}

#footer{
    clear: left;
    width: 100%;
    background: #FFF;
    color: #000;
    text-align: center;
}

#footer a{
    color: #FFFF80;
}
}

#rightsideimg{
    display: block;
    float: right;
    height: 183px;
    width: 290px;
    background-color: green;
    color: #000;
    background: transparent url(../images/imgbg2.gif) top right no-repeat;
}

#midblock {
    background:transparent url(../images/bigimg_over.jpg) top right no-repeat;
    color: #000;
    display:block;
    height:362px; /** was 371 **/
    width:422px; /** was 440 **/
}

#topinfo {
	font-size:16px;
	margin-bottom:5px;
	position:relative;
}

#selectpics{
    display: block;
    height: 108px;
    width: 422px;
    color: #000;
    text-align: right;
    margin-top:  10px;
}

#selectpics img{
    margin-left: 5px;
}

#midmenuholder{
    display: block;
    position: relative;
    top: 329px; /** was 267 **/
    left: 13px;
    height: 28px;
    width: 400px;
    color: #000;
}

.innerleft{
    margin-top: 15px;
    margin-right: 10px;
    display: block;
    text-align: justify;
}

.innerright{
    margin-top: 15px;
    margin-left: 10px;
    display: block;
    text-align: justify;
}

#leftmenubar {
    margin-top: 10px;
    font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
}

#leftmenubar .row {
    width: 196px;
    color: #FFF;
    font-weight: bold;
    display: block;
    background: #006791;
    padding: 5px;
    border-bottom: solid 1px #FFF;
}

.dividerbar {
    background:#6E0E8D none repeat scroll 0 0;
    height:5px;
    margin-bottom:5px;
    
}

#footer{
    clear: left;
    width: 100%;
    background: #FFF;
    color: #000;
    text-align: center;
    padding: 4px 0;
}

#footer a{
    color: #FFFF80;
}

#sidebar {
	float:right;
	width:500px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#subtitle {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}

#midmenuholder {
	top:331px;
}

#nav {
	
	height: 33px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}

