﻿body {
background: #000 url(images/bg.jpg) top left repeat-x;
}

div#wrapper {
margin: 0 auto;
width: 760px;
}

div#content {
height: 435px;
width: 706px;
margin: 0px 25px;
position: relative;
}

div#content.green {
background: #547B3A url(images/greenBg.jpg) 0px 288px no-repeat;
}

div#content.red {
background: #940B13 url(images/redBg.jpg) 0px 288px no-repeat;
}

div#content.brown {
background: #955C41 url(images/brownBg.jpg) 0px 288px no-repeat;
}

div#content.blue {
background: #446986 url(images/blueBg.jpg) 0px 288px no-repeat;
}

div#content.green div#mainContent {
background: #547B3A;
}

div#content.red div#mainContent {
background: #940B13;
}

div#content.brown div#mainContent {
background: #955C41;
}

div#content.blue div#mainContent {
background: #446986;
}

div#mainContent {
height: 405px;
width: 332px;
position: relative;
top: 15px;
left: 15px;
overflow: hidden;
}

div#mainContent.overflw {
border: 1px solid white;
overflow: auto;
}

div#mainContent a {
	color: white;
}

div#boxBorder {
border: 2px solid white;
position: absolute;
top: 25px;
right: -8px;
width: 330px;
height: 250px;
}

div#boxOpacity {
background: white;
opacity: .3;
width: 330px;
height: 250px;
}

div#rightSideContent {
padding: 0px 20px 15px 15px;
position: absolute;
top: 25px;
right: -33px;
width: 330px;
height: 237px;
overflow: auto;
color: white;
}

div#rightSideContent a {
	color: white;
}

div#subFooter {
position: absolute;
bottom: 0px;
right: 0px;
width: 340px;
height: 80px;
overflow: hidden;
text-align: center;
}

div#subFooter p {
color: white;
font-size: 14px;
line-height: 14px;
}

div#subFooter p a {
text-decoration: none;
color: white;
text-shadow: black 1px 1px 1px;
}

.content1{
     font-family: Times New Roman, arial, Helvetica;  
  
    font-size : 11pt;
	color:#FFFFFF;   
    }
        .content2{
     font-family: Times New Roman, arial, Helvetica;  
    font-size : 11pt;
	color:#FFFFFF;   
    }
        .content3{
     font-family: Times New Roman, arial, Helvetica;  
 
    font-size : 11pt;
	color:#FFFFFF;   
    }