
#bgcontainer{
width: 1200px;
background: url("../images/bg/openviewsBG1.gif") no-repeat top left;
}

#maincontainer{
width: 840px; /*Width of main container*/
background: url("../images/open_views_logo.gif") no-repeat top left;
	
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 30px;
}

.texttube{
margin: 10px 15px 10px 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}
#accessibility-bar {
	font-size: 11px;
	left: 0px;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	top: 0px;
	text-align: right;
}

#accessibility-bar p {
	padding-right: 5px;
	padding-left: 50px;
	margin: 0px;
	color: #666666;
}

#accessibility-bar a:link,#accessibility-bar a:visited {
	color: #5d4fbe;
	text-decoration: none;
}
/*...........................*/

#topsection{
	height:127px;
	background: url("../images/bg/topBG.gif") no-repeat top right;
}


#topsection .innertube{
	margin-top:-3px;
}

#tnav img{
	margin-left:275px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#content
{
	background:#fff;
	border: 20px solid #E24925;
	margin-top:80px;
	color: #DF2A00;
	font-size:90%;
}
/* --- CONTENT PAGE PARAMETERS --- */
#content {
	
}
#content UL {
	list-style-type: square;
}
#content DL {
	color: #333333;
}
#content DT {
	color: #ff6c00;
}
#content DD {
	color: #333333;
}
/* --- LEFT CONTENT PAGE PARAMETERS --- */
#left-content {
	color: #666666;
	background: #ffffff;
}
#left-content IMG {
	
	color: #333333;
}
/* --- RIGHT CONTENT PAGE PARAMETERS --- */
#right-content {
	background: #ffffff; 
	color: #666666; 
}
#right-content IMG {
	border: #eeeeee 5px solid;
}
#right-content LI {
	color: #3E347E;
}
#right-content .active {
	color: #ff6c00;
}

/*#AE0049*/

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#lower-right
{
	margin-top:30px;
	background:#fff;
	border: 2px solid #30A735;
	height:300px;	
}

#search
{
	background:transparent url("../images/sbox.gif") no-repeat bottom;
	height:100px;
	text-align:center;
}
#searchbox
{
	width:120px;
	margin:30px 0 4px 0;
	border:thin solid #CF4829;
	background:#EFD0C2;
	
}

#searchform .button
{
	width:120px;
	background-color:#fff;
	color:#CF4829;
	border:none;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
margin-top:30px;
}

#footer a{
color: #FFFF80;
}
@import url("elements.css");
@import url("boxes.css");