@charset "utf-8";
/* CSS Document */

html{
	background-color: #3399CC;
}

body
{
	width:900px;
	background-color: #3399CC;
	color: #444;
	margin:auto;

}

a {
	color: #36C;
}
a:hover {
	color: #FFFFFF;
}

#header
{
	width:100%;
	height:235px;
	
}

#container
{
	width:100%;
}

#footer
{
	width:100%;
	height:10px;
	display:inline;
	float:left;
}

#link-btn
{
	width:195px;
    height:20px;
	cursor:pointer;
	margin-left:3px;
	text-indent:5px;
	
}

#Separator
{
	width:195px;
    height:20px;
	margin-left:3px;
	text-indent:5px;
	color:#FFFFFF;
	
}



#Navigation
{
	width:200px;
	height:400px;
	display:inline;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background:#333333;
	
}
#Content
{
	width:650px;
	border:none;
	background:url(img/mainBg.gif) repeat-y;
	display:inline;
	margin-top:10px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	min-height:410px;
}

#glossyButton
{
	background:url(img/menu-browser-lower.jpg); 
	width:100%; 
	height:100%;
	text-indent:20px;
}

#minicontainer {
display:inline; float:left;
background:#999999;
border:none;
margin-left:10px;
width: 300px;
}
#topBar {
height: 26px; 
width: 215px;	
text-indent: 20px;
padding-top: 10px;	
color: #2C71AE;  
font-weight: bold;

}
#middleBar {

width: 280px;
color:#FFFFFF;
padding:10px;

}
#lowwerBar {
width:215px; 
height:5px;

}
